Searched refs:i_nlink (Results 1 - 4 of 4) sorted by relevance

/openbsd-current/sys/ntfs/
H A Dntfs_inode.h57 long i_nlink; /* MFR */ member in struct:ntnode
H A Dntfs_vnops.c146 vap->va_nlink = ip->i_nlink;
164 * directories. Additionally, ip->i_nlink will not be initialised
167 if (vp->v_type == VDIR || ip->i_nlink < 1)
241 ip->i_number, ip->i_flag, ip->i_usecount, ip->i_nlink);
H A Dntfs_subr.c346 ip->i_nlink = mfrp->fr_nlink;
/openbsd-current/sys/ufs/ufs/
H A Dinode.h75 int i_effnlink; /* i_nlink when I/O completes */
220 #define i_nlink i_din1->di_nlink macro

Completed in 174 milliseconds