Lines Matching defs:inoref

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,
3400 inoref->if_jsegdep->jd_seg = jseg;
3401 rec->jr_ino = inoref->if_ino;
3402 rec->jr_parent = inoref->if_parent;
3403 rec->jr_nlink = inoref->if_nlink;
3404 rec->jr_mode = inoref->if_mode;
3405 rec->jr_diroff = inoref->if_diroff;
3991 inoref_jseg(struct inoref *inoref)
3995 jsegdep = inoref->if_jsegdep;
3996 inoref->if_jsegdep = NULL;
4016 * Remove us from the inoref list.
4313 newinoref(struct inoref *inoref,
4321 inoref->if_jsegdep = newjsegdep(&inoref->if_list);
4322 inoref->if_diroff = diroff;
4323 inoref->if_ino = ino;
4324 inoref->if_parent = parent;
4325 inoref->if_nlink = nlink;
4326 inoref->if_mode = mode;
4538 struct inoref *inoref;
4542 for (inoref = TAILQ_NEXT(&jaddref->ja_ref, if_deps); inoref;
4543 inoref = TAILQ_NEXT(inoref, if_deps)) {
4545 inoref->if_list.wk_type == D_JADDREF) {
4546 jaddrefn = (struct jaddref *)inoref;
4578 struct inoref *inoref;
4598 for (inoref = TAILQ_NEXT(&jaddref->ja_ref, if_deps); inoref;
4599 inoref = TAILQ_NEXT(inoref, if_deps)) {
4600 if (inoref->if_state & GOINGAWAY)
4602 inoref->if_nlink--;
9019 struct inoref *inoref;
9038 TAILQ_FOREACH(inoref, &inodedep->id_inoreflst, if_deps) {
9039 if (inoref->if_list.wk_type != D_JADDREF)
9041 jaddref = (struct jaddref *)inoref;
10407 struct inoref *inoref;
10465 inoref = TAILQ_FIRST(&inodedep->id_inoreflst);
10466 if (inoref)
10467 dp->di_nlink = inoref->if_nlink;
10579 struct inoref *inoref;
10639 inoref = TAILQ_FIRST(&inodedep->id_inoreflst);
10640 if (inoref)
10641 dp->di_nlink = inoref->if_nlink;
12487 struct inoref *inoref;
12542 TAILQ_FOREACH(inoref, &inodedep->id_inoreflst, if_deps) {
12543 if ((inoref->if_state & (DEPCOMPLETE | GOINGAWAY))
12545 jwait(&inoref->if_list, MNT_WAIT);
12659 struct inoref *inoref;
12685 TAILQ_FOREACH(inoref, &inodedep->id_inoreflst, if_deps) {
12686 if ((inoref->if_state & (DEPCOMPLETE | GOINGAWAY))
12688 jwait(&inoref->if_list, MNT_WAIT);
13114 struct inoref *inoref;
13141 TAILQ_FOREACH(inoref, &inodedep->id_inoreflst, if_deps) {
13142 if ((inoref->if_state & (DEPCOMPLETE | GOINGAWAY))
13144 jwait(&inoref->if_list, MNT_WAIT);
13320 struct inoref *inoref;
13375 TAILQ_FOREACH(inoref, &inodedep->id_inoreflst, if_deps) {
13376 if ((inoref->if_state & (DEPCOMPLETE | GOINGAWAY))
13378 jwait(&inoref->if_list, MNT_WAIT);