Home
last modified time | relevance | path

Searched refs:tmpfs_bytes_max (Results 1 – 3 of 3) sorted by relevance

/netbsd-src/sys/fs/tmpfs/
H A Dtmpfs_mem.c113 tmpfs_bytes_max(struct tmpfs_mount *mp) in tmpfs_bytes_max() function
132 return (tmpfs_bytes_max(mp) - mp->tm_bytes_used) >> PAGE_SHIFT; in tmpfs_pages_avail()
141 lim = tmpfs_bytes_max(mp); in tmpfs_mem_incr()
H A Dtmpfs.h291 uint64_t tmpfs_bytes_max(tmpfs_mount_t *);
H A Dtmpfs_vfsops.c412 sbp->f_blocks = (tmpfs_bytes_max(tmp) >> PAGE_SHIFT); in tmpfs_statvfs()