Home
last modified time | relevance | path

Searched refs:i_links_count (Results 1 – 2 of 2) sorted by relevance

/freebsd/sys/fs/p9fs/
H A Dp9fs.h67 uint16_t i_links_count; /*number of references to the inode*/ member
120 (inode)->i_links_count = 1; \
124 (inode)->i_links_count++; \
128 (inode)->i_links_count--; \
132 (inode)->i_links_count = 0; \
H A Dp9fs_vnops.c911 vap->va_nlink = inode->i_links_count; in p9fs_getattr_dotl()
976 inode->i_links_count = stat->st_nlink; in p9fs_stat_vnode_dotl()
1522 if (np->inode.i_links_count == 1) in remove_common()