Lines Matching refs:XFS_ATTR_FORK
347 XFS_ATTR_FORK, &xfs_attr3_leaf_buf_ops); in xfs_attr3_leaf_read()
516 xfs_idata_realloc(dp, sizeof(*hdr), XFS_ATTR_FORK); in xfs_attr_shortform_create()
561 xfs_idata_realloc(dp, size, XFS_ATTR_FORK); in xfs_attr_shortform_add()
586 xfs_idestroy_fork(ip, XFS_ATTR_FORK); in xfs_attr_fork_remove()
650 xfs_idata_realloc(dp, -size, XFS_ATTR_FORK); in xfs_attr_shortform_remove()
762 xfs_idata_realloc(dp, -size, XFS_ATTR_FORK); in xfs_attr_shortform_to_leaf()
763 xfs_bmap_local_to_extents_empty(dp, XFS_ATTR_FORK); in xfs_attr_shortform_to_leaf()
774 xfs_idata_realloc(dp, size, XFS_ATTR_FORK); /* try to put */ in xfs_attr_shortform_to_leaf()
786 xfs_idata_realloc(dp, size, XFS_ATTR_FORK); /* try to put */ in xfs_attr_shortform_to_leaf()
797 nargs.whichfork = XFS_ATTR_FORK; in xfs_attr_shortform_to_leaf()
927 nargs.whichfork = XFS_ATTR_FORK; in xfs_attr3_leaf_to_shortform()
982 error = xfs_da_get_buf(args->trans, dp, blkno, -1, &bp2, XFS_ATTR_FORK); in xfs_attr3_leaf_to_node()
999 error = xfs_da3_node_create(args, 0, 1, &bp1, XFS_ATTR_FORK); in xfs_attr3_leaf_to_node()
1045 XFS_ATTR_FORK); in xfs_attr3_leaf_create()