Home
last modified time | relevance | path

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

/freebsd/sys/fs/tmpfs/
H A Dtmpfs.h303 off_t tn_wht_size; /* (v) */ member
545 MPASS((node)->tn_dir.tn_wht_size % sizeof(struct tmpfs_dirent) == 0); \
546 MPASS((node)->tn_dir.tn_wht_size <= (node)->tn_size); \
H A Dtmpfs_subr.c610 nnode->tn_dir.tn_wht_size = 0; in tmpfs_alloc_node()
1805 dnode->tn_dir.tn_wht_size += sizeof(*de); in tmpfs_dir_whiteout_add()
1818 MPASS(dnode->tn_dir.tn_wht_size >= sizeof(*de)); in tmpfs_dir_whiteout_remove()
1819 dnode->tn_dir.tn_wht_size -= sizeof(*de); in tmpfs_dir_whiteout_remove()
1842 dnode->tn_dir.tn_wht_size -= sizeof(*de); in tmpfs_dir_clear_whiteouts()
1847 MPASS(dnode->tn_dir.tn_wht_size == 0); in tmpfs_dir_clear_whiteouts()
H A Dtmpfs_vnops.c1084 tnode->tn_size > tnode->tn_dir.tn_wht_size)) { in tmpfs_rename()
1343 node->tn_size > node->tn_dir.tn_wht_size)) { in tmpfs_rmdir()