Searched refs:inoref (Results 1 – 2 of 2) sorted by relevance
/freebsd/sys/ufs/ffs/ |
H A D | softdep.h | 267 TAILQ_HEAD(inoreflst, inoref); 789 struct inoref { struct 792 TAILQ_ENTRY(inoref) if_deps; /* Links for inodedep. */ argument 816 struct inoref ja_ref; /* see inoref above. */ argument 839 struct inoref jr_ref; /* see inoref above. */
|
H A D | ffs_softdep.c | 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() argument 3400 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 in inoref_write() 3991 inoref_jseg(struct inoref * inoref) inoref_jseg() argument 4313 newinoref(struct inoref * inoref,ino_t ino,ino_t parent,off_t diroff,nlink_t nlink,uint16_t mode) newinoref() argument 4538 struct inoref *inoref; move_newblock_dep() local 4578 struct inoref *inoref; cancel_jaddref() local 9019 struct inoref *inoref; cancel_diradd() local 10407 struct inoref *inoref; initiate_write_inodeblock_ufs1() local 10579 struct inoref *inoref; initiate_write_inodeblock_ufs2() local 12487 struct inoref *inoref; softdep_update_inodeblock() local 12659 struct inoref *inoref; softdep_fsync() local 13114 struct inoref *inoref; flush_inodedep_deps() local 13320 struct inoref *inoref; flush_pagedep_deps() local [all...] |