Lines Matching refs:XFS_ATTR_FORK
381 XFS_ATTR_FORK, &xfs_attr3_leaf_buf_ops); in xfs_attr3_leaf_read()
546 xfs_idata_realloc(dp, sizeof(*hdr), XFS_ATTR_FORK); in xfs_attr_shortform_create()
591 xfs_idata_realloc(dp, size, XFS_ATTR_FORK); in xfs_attr_shortform_add()
616 xfs_idestroy_fork(ip, XFS_ATTR_FORK); in xfs_attr_fork_remove()
680 xfs_idata_realloc(dp, -size, XFS_ATTR_FORK); in xfs_attr_shortform_remove()
795 xfs_idata_realloc(dp, -size, XFS_ATTR_FORK); in xfs_attr_shortform_to_leaf()
796 xfs_bmap_local_to_extents_empty(dp, XFS_ATTR_FORK); in xfs_attr_shortform_to_leaf()
807 xfs_idata_realloc(dp, size, XFS_ATTR_FORK); /* try to put */ in xfs_attr_shortform_to_leaf()
818 xfs_idata_realloc(dp, size, XFS_ATTR_FORK); /* try to put */ in xfs_attr_shortform_to_leaf()
827 nargs.whichfork = XFS_ATTR_FORK; in xfs_attr_shortform_to_leaf()
912 ifp = XFS_IFORK_PTR(ip, XFS_ATTR_FORK); in xfs_attr_shortform_verify()
1029 nargs.whichfork = XFS_ATTR_FORK; in xfs_attr3_leaf_to_shortform()
1084 error = xfs_da_get_buf(args->trans, dp, blkno, -1, &bp2, XFS_ATTR_FORK); in xfs_attr3_leaf_to_node()
1101 error = xfs_da3_node_create(args, 0, 1, &bp1, XFS_ATTR_FORK); in xfs_attr3_leaf_to_node()
1147 XFS_ATTR_FORK); in xfs_attr3_leaf_create()