Home
last modified time | relevance | path

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

/linux/fs/xfs/libxfs/
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()
1180 int newsize, forkoff; in xfs_attr_shortform_addname() local
1212 if (!forkoff) in xfs_attr_shortform_addname()
1215 xfs_attr_shortform_add(args, forkoff); in xfs_attr_shortform_addname()
1257 int error, forkoff; in xfs_attr_leaf_removename() local
[all …]
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);
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()
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/fs/xfs/scrub/
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()
A Dtrace.h2333 __field(uint8_t, forkoff)
2353 __entry->forkoff = dip->di_forkoff;
2373 __entry->forkoff,

Completed in 28 milliseconds