Searched refs:old_ofs (Results 1 – 1 of 1) sorted by relevance
/Linux-v6.6/fs/jffs2/ |
D | xattr.c | 1226 uint32_t totlen, length, old_ofs; in jffs2_garbage_collect_xattr_datum() local 1240 old_ofs = ref_offset(xd->node); in jffs2_garbage_collect_xattr_datum() 1251 xd->xid, xd->version, old_ofs, ref_offset(xd->node)); in jffs2_garbage_collect_xattr_datum() 1262 uint32_t totlen, length, old_ofs; in jffs2_garbage_collect_xattr_ref() local 1273 old_ofs = ref_offset(ref->node); in jffs2_garbage_collect_xattr_ref() 1285 ref->ic->ino, ref->xd->xid, old_ofs, ref_offset(ref->node)); in jffs2_garbage_collect_xattr_ref()
|