Searched refs:old_ofs (Results 1 – 1 of 1) sorted by relevance
/linux-6.12.1/fs/jffs2/ |
D | xattr.c | 1229 uint32_t totlen, length, old_ofs; in jffs2_garbage_collect_xattr_datum() local 1243 old_ofs = ref_offset(xd->node); in jffs2_garbage_collect_xattr_datum() 1254 xd->xid, xd->version, old_ofs, ref_offset(xd->node)); in jffs2_garbage_collect_xattr_datum() 1265 uint32_t totlen, length, old_ofs; in jffs2_garbage_collect_xattr_ref() local 1276 old_ofs = ref_offset(ref->node); in jffs2_garbage_collect_xattr_ref() 1288 ref->ic->ino, ref->xd->xid, old_ofs, ref_offset(ref->node)); in jffs2_garbage_collect_xattr_ref()
|