HomeSort by: relevance | last modified time | path
    Searched refs:tmpfs_bytes_max (Results 1 - 3 of 3) sorted by relevancy

  /src/sys/fs/tmpfs/
tmpfs_mem.c 113 tmpfs_bytes_max(struct tmpfs_mount *mp) function in typeref:typename:uint64_t
132 return (tmpfs_bytes_max(mp) - mp->tm_bytes_used) >> PAGE_SHIFT;
141 lim = tmpfs_bytes_max(mp);
tmpfs.h 291 uint64_t tmpfs_bytes_max(tmpfs_mount_t *);
tmpfs_vfsops.c 412 sbp->f_blocks = (tmpfs_bytes_max(tmp) >> PAGE_SHIFT);

Completed in 12 milliseconds