Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/fs/xfs/libxfs/
H A Dxfs_attr.c541 int newsize, forkoff, retval; in xfs_attr_shortform_addname() local
569 forkoff = xfs_attr_shortform_bytesfit(args->dp, newsize); in xfs_attr_shortform_addname()
570 if (!forkoff) in xfs_attr_shortform_addname()
573 xfs_attr_shortform_add(args, forkoff); in xfs_attr_shortform_addname()
673 int error, forkoff; in xfs_attr_leaf_addname() local
763 forkoff = xfs_attr_shortform_allfit(bp, dp); in xfs_attr_leaf_addname()
764 if (forkoff) in xfs_attr_leaf_addname()
765 error = xfs_attr3_leaf_to_shortform(bp, args, forkoff); in xfs_attr_leaf_addname()
804 int error, forkoff; in xfs_attr_leaf_removename() local
826 forkoff in xfs_attr_leaf_removename()
1122 int error, forkoff; xfs_attr_node_shrink() local
[all...]
H A Dxfs_attr_leaf.h49 void xfs_attr_shortform_add(struct xfs_da_args *args, int forkoff);
68 struct xfs_da_args *args, int forkoff);
H A Dxfs_attr_leaf.c566 * For attr2 we can try to move the forkoff if there is space in the in xfs_attr_shortform_bytesfit()
590 * If we have a data btree then keep forkoff if we have one, in xfs_attr_shortform_bytesfit()
720 int forkoff) in xfs_attr_shortform_add()
733 dp->i_d.di_forkoff = forkoff; in xfs_attr_shortform_add()
1094 int forkoff) in xfs_attr3_leaf_to_shortform()
1128 if (forkoff == -1) { in xfs_attr3_leaf_to_shortform()
1161 xfs_attr_shortform_add(&nargs, forkoff); in xfs_attr3_leaf_to_shortform()
718 xfs_attr_shortform_add( struct xfs_da_args *args, int forkoff) xfs_attr_shortform_add() argument
1091 xfs_attr3_leaf_to_shortform( struct xfs_buf *bp, struct xfs_da_args *args, int forkoff) xfs_attr3_leaf_to_shortform() argument
/kernel/linux/linux-6.6/fs/xfs/libxfs/
H A Dxfs_attr.c647 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 in xfs_attr_shortform_addname()
1282 int error, forkoff; xfs_attr_leaf_removename() local
[all...]
H A Dxfs_attr_leaf.h49 void xfs_attr_shortform_add(struct xfs_da_args *args, int forkoff);
67 struct xfs_da_args *args, int forkoff);
H A Dxfs_attr_leaf.c597 * For attr2 we can try to move the forkoff if there is space in the in xfs_attr_shortform_bytesfit()
621 * If we have a data btree then keep forkoff if we have one, in xfs_attr_shortform_bytesfit()
752 int forkoff) in xfs_attr_shortform_add()
765 dp->i_forkoff = forkoff; in xfs_attr_shortform_add()
1126 int forkoff) in xfs_attr3_leaf_to_shortform()
1160 if (forkoff == -1) { in xfs_attr3_leaf_to_shortform()
1201 xfs_attr_shortform_add(&nargs, forkoff); in xfs_attr3_leaf_to_shortform()
750 xfs_attr_shortform_add( struct xfs_da_args *args, int forkoff) xfs_attr_shortform_add() argument
1123 xfs_attr3_leaf_to_shortform( struct xfs_buf *bp, struct xfs_da_args *args, int forkoff) xfs_attr3_leaf_to_shortform() argument

Completed in 10 milliseconds