Home
last modified time | relevance | path

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

/freebsd/sys/fs/tmpfs/
H A Dtmpfs_vfsops.c450 tmp->tm_refcount = 1; in tmpfs_mount()
553 MPASS(tmp->tm_refcount > 0); in tmpfs_free_tmp()
555 tmp->tm_refcount--; in tmpfs_free_tmp()
556 if (tmp->tm_refcount > 0) { in tmpfs_free_tmp()
722 (uintmax_t)tmp->tm_ea_memory_inuse, (uintmax_t)tmp->tm_refcount, in db_print_tmpfs()
H A Dtmpfs.h409 uint64_t tm_refcount; member
H A Dtmpfs_subr.c719 tmp->tm_refcount++; in tmpfs_alloc_node()