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
123 (inode)->i_links_count = 1; \
127 (inode)->i_links_count++; \
131 (inode)->i_links_count--; \
135 (inode)->i_links_count = 0; \
H A Dp9fs_vnops.c936 vap->va_nlink = inode->i_links_count; in p9fs_getattr_dotl()
1022 inode->i_links_count = stat->st_nlink; in p9fs_stat_vnode_dotl()
1569 if (np->inode.i_links_count == 1) in remove_common()