Home
last modified time | relevance | path

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

/freebsd/sys/fs/tmpfs/
H A Dtmpfs_vfsops.c447 tmp->tm_nodes_max = nodes_max; in tmpfs_mount()
604 if (tfd.tfd_id >= tmp->tm_nodes_max) in tmpfs_fhtovp()
648 sbp->f_files = tmp->tm_nodes_max; in tmpfs_statfs()
721 (uintmax_t)tmp->tm_nodes_max, (uintmax_t)tmp->tm_nodes_inuse, in db_print_tmpfs()
H A Dtmpfs.h394 ino_t tm_nodes_max; member
H A Dtmpfs_subr.c595 if (tmp->tm_nodes_inuse >= tmp->tm_nodes_max) in tmpfs_alloc_node()