Lines Matching refs:diroff
552 ino_clrat(ino_t parent, off_t diroff, ino_t child) in ino_clrat() argument
566 (uintmax_t)child, (uintmax_t)parent, diroff); in ino_clrat()
568 lbn = lblkno(fs, diroff); in ino_clrat()
569 doff = blkoff(fs, diroff); in ino_clrat()
581 (uintmax_t)child, (uintmax_t)parent, diroff); in ino_clrat()
596 ino_isat(ino_t parent, off_t diroff, ino_t child, int *mode, int *isdot) in ino_isat() argument
629 lbn = lblkno(fs, diroff); in ino_isat()
630 doff = blkoff(fs, diroff); in ino_isat()
632 if (diroff + DIRECTSIZ(1) > DIP(dip, di_size) || doff >= blksize) { in ino_isat()
636 (uintmax_t)child, (uintmax_t)parent, diroff, in ino_isat()
931 ino_remref(ino_t parent, ino_t child, uint64_t diroff, int isdotdot) in ino_remref() argument
978 rrec->jr_diroff == diroff) in ino_remref()
993 off_t diroff; in ino_free_children() local
1022 diroff = lblktosize(fs, lbn) + dpoff; in ino_free_children()
1023 ino_remref(ino, dp->d_ino, diroff, isdotdot); in ino_free_children()
1755 ino_dup_ref(struct suj_ino *sino, struct jrefrec *refrec, off_t diroff) in ino_dup_ref() argument
1763 rrn->jr_diroff = diroff; in ino_dup_ref()
1784 off_t diroff; in ino_build_ref() local
1793 diroff = refrec->jr_diroff; in ino_build_ref()
1798 mvrec->jm_newoff != diroff) in ino_build_ref()
1800 diroff = mvrec->jm_oldoff; in ino_build_ref()
1803 ino_dup_ref(sino, refrec, diroff); in ino_build_ref()