Home
last modified time | relevance | path

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

/linux-6.15/fs/xfs/libxfs/
H A Dxfs_attr.c752 int forkoff; in xfs_attr_leaf_remove_attr() local
762 forkoff = xfs_attr_shortform_allfit(bp, dp); in xfs_attr_leaf_remove_attr()
763 if (forkoff) in xfs_attr_leaf_remove_attr()
781 int forkoff; in xfs_attr_leaf_shrink() local
791 forkoff = xfs_attr_shortform_allfit(bp, dp); in xfs_attr_leaf_shrink()
792 if (forkoff) { in xfs_attr_leaf_shrink()
1181 int newsize, forkoff; in xfs_attr_shortform_addname() local
1213 if (!forkoff) in xfs_attr_shortform_addname()
1216 xfs_attr_shortform_add(args, forkoff); in xfs_attr_shortform_addname()
1258 int error, forkoff; in xfs_attr_leaf_removename() local
[all …]
H A Dxfs_attr_leaf.h49 void xfs_attr_shortform_add(struct xfs_da_args *args, int forkoff);
65 struct xfs_da_args *args, int forkoff);
H A Dxfs_exchmaps.c435 int forkoff; in xfs_exchmaps_attr_to_sf() local
446 forkoff = xfs_attr_shortform_allfit(bp, xmi->xmi_ip2); in xfs_exchmaps_attr_to_sf()
447 if (forkoff == 0) in xfs_exchmaps_attr_to_sf()
450 return xfs_attr3_leaf_to_shortform(bp, &args, forkoff); in xfs_exchmaps_attr_to_sf()
H A Dxfs_attr_leaf.c801 int forkoff) in xfs_attr_shortform_add() argument
812 dp->i_forkoff = forkoff; in xfs_attr_shortform_add()
1125 int forkoff) in xfs_attr3_leaf_to_shortform() argument
1156 if (forkoff == -1) { in xfs_attr3_leaf_to_shortform()
1198 xfs_attr_shortform_add(&nargs, forkoff); in xfs_attr3_leaf_to_shortform()
/linux-6.15/fs/xfs/scrub/
H A Dattr_repair.c1356 int forkoff; in xrep_xattr_swap() local
1360 forkoff = xfs_attr_shortform_bytesfit(sc->ip, newsize); in xrep_xattr_swap()
1361 if (forkoff > 0) { in xrep_xattr_swap()
1362 sc->ip->i_forkoff = forkoff; in xrep_xattr_swap()
H A Dtrace.h2407 __field(uint8_t, forkoff)
2427 __entry->forkoff = dip->di_forkoff;
2447 __entry->forkoff,