Home
last modified time | relevance | path

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

/freebsd/sbin/fsck_ffs/
H A Dsuj.c1719 struct jrefrec *rrn; in ino_add_ref() local
1730 rrn = (struct jrefrec *)srn->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()
1734 if (rrn->jr_op == JOP_REMREF || refrec->jr_op == JOP_ADDREF) { in ino_add_ref()
1735 rrn->jr_mode = refrec->jr_mode; in ino_add_ref()
1744 refrec->jr_nlink = rrn->jr_nlink; in ino_add_ref()
1757 struct jrefrec *rrn; in ino_dup_ref() local
1760 rrn = errmalloc(sizeof(*refrec)); in ino_dup_ref()
1761 *rrn = *refrec; in ino_dup_ref()
[all …]