Searched refs:forkoff (Results 1 – 3 of 3) sorted by relevance
/Linux-v6.1/fs/xfs/libxfs/ |
D | xfs_attr.c | 647 int forkoff; in xfs_attr_leaf_remove_attr() local 657 forkoff = xfs_attr_shortform_allfit(bp, dp); in xfs_attr_leaf_remove_attr() 658 if (forkoff) in xfs_attr_leaf_remove_attr() 659 error = xfs_attr3_leaf_to_shortform(bp, args, forkoff); in xfs_attr_leaf_remove_attr() 676 int forkoff; in xfs_attr_leaf_shrink() local 686 forkoff = xfs_attr_shortform_allfit(bp, dp); in xfs_attr_leaf_shrink() 687 if (forkoff) { in xfs_attr_leaf_shrink() 688 error = xfs_attr3_leaf_to_shortform(bp, args, forkoff); in xfs_attr_leaf_shrink() 1114 int newsize, forkoff; in xfs_attr_shortform_addname() local 1154 forkoff = xfs_attr_shortform_bytesfit(args->dp, newsize); in xfs_attr_shortform_addname() [all …]
|
D | xfs_attr_leaf.h | 49 void xfs_attr_shortform_add(struct xfs_da_args *args, int forkoff); 67 struct xfs_da_args *args, int forkoff);
|
D | xfs_attr_leaf.c | 752 int forkoff) in xfs_attr_shortform_add() argument 765 dp->i_forkoff = forkoff; in xfs_attr_shortform_add() 1126 int forkoff) in xfs_attr3_leaf_to_shortform() argument 1160 if (forkoff == -1) { in xfs_attr3_leaf_to_shortform() 1201 xfs_attr_shortform_add(&nargs, forkoff); in xfs_attr3_leaf_to_shortform()
|