Searched refs:inoref (Results 1 - 2 of 2) sorted by relevance

/freebsd-10.0-release/sys/ufs/ffs/
H A Dsoftdep.h221 TAILQ_HEAD(inoreflst, inoref);
737 * The inoref structure holds the elements common to jaddref and jremref
740 struct inoref { struct
743 TAILQ_ENTRY(inoref) if_deps; /* Links for inodedep. */
767 struct inoref ja_ref; /* see inoref above. */
790 struct inoref jr_ref; /* see inoref above. */
H A Dffs_softdep.c856 static inline void inoref_write(struct inoref *, struct jseg *,
1004 static inline void newinoref(struct inoref *, ino_t, ino_t, off_t, nlink_t,
1006 static inline struct jsegdep *inoref_jseg(struct inoref *);
2983 inoref_write(inoref, jseg, rec)
2984 struct inoref *inoref;
2989 inoref->if_jsegdep->jd_seg = jseg;
2990 rec->jr_ino = inoref->if_ino;
2991 rec->jr_parent = inoref->if_parent;
2992 rec->jr_nlink = inoref
3892 newinoref(struct inoref *inoref, ino_t ino, ino_t parent, off_t diroff, nlink_t nlink, uint16_t mode) argument
4092 struct inoref *inoref; local
4133 struct inoref *inoref; local
8531 struct inoref *inoref; local
9889 struct inoref *inoref; local
10056 struct inoref *inoref; local
11793 struct inoref *inoref; local
11951 struct inoref *inoref; local
12415 struct inoref *inoref; local
12612 struct inoref *inoref; local
[all...]

Completed in 216 milliseconds