Home
last modified time | relevance | path

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

/freebsd-14.2/sbin/fsck_ffs/
H A Dsuj.c1685 struct jrefrec *refrec; in ino_append() local
1691 refrec = &rec->rec_jrefrec; in ino_append()
1698 (refrec->jr_op == JOP_ADDREF || refrec->jr_op == JOP_REMREF)) in ino_append()
1701 JOP_OPTYPE(refrec->jr_op), (uintmax_t)refrec->jr_ino, in ino_append()
1702 (uintmax_t)refrec->jr_nlink, in ino_append()
1703 (uintmax_t)refrec->jr_parent, (uintmax_t)refrec->jr_diroff); in ino_append()
1719 struct jrefrec *refrec; in ino_add_ref() local
1737 rrn->jr_mode = refrec->jr_mode; in ino_add_ref()
1763 *rrn = *refrec; in ino_dup_ref()
1781 struct jrefrec *refrec; in ino_build_ref() local
[all …]