Home
last modified time | relevance | path

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

/trueos/sys/fs/tmpfs/
HDtmpfs_vfsops.c223 tmp->tm_nodes_inuse = 0; in tmpfs_mount()
323 MPASS(tmp->tm_nodes_inuse == 0); in tmpfs_unmount()
407 used = tmp->tm_nodes_inuse; in tmpfs_statfs()
HDtmpfs.h336 ino_t tm_nodes_inuse; member
HDtmpfs_subr.c121 meta_pages = howmany((uintmax_t)tmp->tm_nodes_inuse * node_size, in tmpfs_pages_used()
178 if (tmp->tm_nodes_inuse >= tmp->tm_nodes_max) in tmpfs_alloc_node()
265 tmp->tm_nodes_inuse++; in tmpfs_alloc_node()
303 tmp->tm_nodes_inuse--; in tmpfs_free_node()