Searched refs:inoref (Results 1 – 2 of 2) sorted by relevance
267 TAILQ_HEAD(inoreflst, inoref);789 struct inoref { struct792 TAILQ_ENTRY(inoref) if_deps; /* Links for inodedep. */ argument816 struct inoref ja_ref; /* see inoref above. */ argument839 struct inoref jr_ref; /* see inoref above. */
746 static inline void inoref_write(struct inoref *, struct jseg *,898 static inline void newinoref(struct inoref *, ino_t, ino_t, off_t, nlink_t,900 static inline struct jsegdep *inoref_jseg(struct inoref *);3395 inoref_write(struct inoref *inoref, in inoref_write() argument3400 inoref->if_jsegdep->jd_seg = jseg; in inoref_write()3401 rec->jr_ino = inoref->if_ino; in inoref_write()3402 rec->jr_parent = inoref->if_parent; in inoref_write()3403 rec->jr_nlink = inoref->if_nlink; in inoref_write()3404 rec->jr_mode = inoref->if_mode; in inoref_write()3405 rec->jr_diroff = inoref->if_diroff; in inoref_write()[all …]