Home
last modified time | relevance | path

Searched refs:refrec (Results 1 – 1 of 1) sorted by relevance

/freebsd/sbin/fsck_ffs/
H A Dsuj.c1683 struct jrefrec *refrec; in ino_append() local
1689 refrec = &rec->rec_jrefrec; in ino_append()
1696 (refrec->jr_op == JOP_ADDREF || refrec->jr_op == JOP_REMREF)) in ino_append()
1699 JOP_OPTYPE(refrec->jr_op), (uintmax_t)refrec->jr_ino, in ino_append()
1700 (uintmax_t)refrec->jr_nlink, in ino_append()
1701 (uintmax_t)refrec->jr_parent, (uintmax_t)refrec->jr_diroff); in ino_append()
1717 struct jrefrec *refrec; in ino_add_ref() local
1721 refrec = (struct jrefrec *)srec->sr_rec; in ino_add_ref()
1731 if (rrn->jr_parent != refrec->jr_parent || in ino_add_ref()
1732 rrn->jr_diroff != refrec->jr_diroff) in ino_add_ref()
[all …]