Home
last modified time | relevance | path

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

/openbsd/sys/tmpfs/
H A Dtmpfs_mem.c100 tmpfs_bytes_max(struct tmpfs_mount *mp) in tmpfs_bytes_max() function
118 return (tmpfs_bytes_max(mp) - mp->tm_bytes_used) >> PAGE_SHIFT; in tmpfs_pages_avail()
127 lim = tmpfs_bytes_max(mp); in tmpfs_mem_incr()
H A Dtmpfs.h312 uint64_t tmpfs_bytes_max(tmpfs_mount_t *);
H A Dtmpfs_vfsops.c336 sbp->f_blocks = (tmpfs_bytes_max(tmp) >> PAGE_SHIFT); in tmpfs_statfs()