HomeSort by: relevance | last modified time | path
    Searched defs:tmpfs_bytes_max (Results 1 - 1 of 1) 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);

Completed in 11 milliseconds