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

/freebsd-12-stable/sys/ufs/ffs/
H A Dsoftdep.h265 TAILQ_HEAD(inoreflst, inoref);
783 * The inoref structure holds the elements common to jaddref and jremref
786 struct inoref { struct
789 TAILQ_ENTRY(inoref) if_deps; /* Links for inodedep. */
813 struct inoref ja_ref; /* see inoref above. */
836 struct inoref jr_ref; /* see inoref above. */
H A Dffs_softdep.c786 static inline void inoref_write(struct inoref *, struct jseg *,
939 static inline void newinoref(struct inoref *, ino_t, ino_t, off_t, nlink_t,
941 static inline struct jsegdep *inoref_jseg(struct inoref *);
3101 inoref_write(inoref, jseg, rec)
3102 struct inoref *inoref;
3107 inoref->if_jsegdep->jd_seg = jseg;
3108 rec->jr_ino = inoref->if_ino;
3109 rec->jr_parent = inoref->if_parent;
3110 rec->jr_nlink = inoref
4036 newinoref(struct inoref *inoref, ino_t ino, ino_t parent, off_t diroff, nlink_t nlink, uint16_t mode) argument
4264 struct inoref *inoref; local
4305 struct inoref *inoref; local
8819 struct inoref *inoref; local
10204 struct inoref *inoref; local
10376 struct inoref *inoref; local
12249 struct inoref *inoref; local
12412 struct inoref *inoref; local
12874 struct inoref *inoref; local
13079 struct inoref *inoref; local
[all...]

Completed in 176 milliseconds