Searched refs:nlink (Results 26 - 26 of 26) sorted by relevance

12

/freebsd-9.3-release/sys/ufs/ffs/
H A Dffs_softdep.c3884 off_t diroff, nlink_t nlink)
3892 nlink, ip->i_mode);
3900 nlink_t nlink, uint16_t mode)
3907 inoref->if_nlink = nlink;
3914 * adding the entry to the journal when this information is available. nlink
3919 newjaddref(struct inode *dp, ino_t ino, off_t diroff, int16_t nlink, argument
3928 newinoref(&jaddref->ja_ref, ino, dp->i_number, diroff, nlink, mode);
4155 * We must adjust the nlink of any reference operation that follows
4157 * ensures that inode nlink rollbacks always have the correct link.
4186 * will incorrectly adjust nlink i
3883 newjremref(struct dirrem *dirrem, struct inode *dp, struct inode *ip, off_t diroff, nlink_t nlink) argument
3899 newinoref(struct inoref *inoref, ino_t ino, ino_t parent, off_t diroff, nlink_t nlink, uint16_t mode) argument
[all...]

Completed in 70 milliseconds

12