Lines Matching refs:XFS_ATTR_FORK
368 XFS_ATTR_FORK, &xfs_attr3_leaf_buf_ops); in xfs_attr3_leaf_read()
584 xfs_idata_realloc(dp, sizeof(*hdr), XFS_ATTR_FORK); in xfs_attr_shortform_create()
629 xfs_idata_realloc(dp, size, XFS_ATTR_FORK); in xfs_attr_shortform_add()
654 xfs_idestroy_fork(ip, XFS_ATTR_FORK); in xfs_attr_fork_remove()
718 xfs_idata_realloc(dp, -size, XFS_ATTR_FORK); in xfs_attr_shortform_remove()
827 xfs_idata_realloc(dp, -size, XFS_ATTR_FORK); in xfs_attr_shortform_to_leaf()
828 xfs_bmap_local_to_extents_empty(args->trans, dp, XFS_ATTR_FORK); in xfs_attr_shortform_to_leaf()
844 nargs.whichfork = XFS_ATTR_FORK; in xfs_attr_shortform_to_leaf()
929 ifp = XFS_IFORK_PTR(ip, XFS_ATTR_FORK); in xfs_attr_shortform_verify()
1048 nargs.whichfork = XFS_ATTR_FORK; in xfs_attr3_leaf_to_shortform()
1103 error = xfs_da_get_buf(args->trans, dp, blkno, -1, &bp2, XFS_ATTR_FORK); in xfs_attr3_leaf_to_node()
1120 error = xfs_da3_node_create(args, 0, 1, &bp1, XFS_ATTR_FORK); in xfs_attr3_leaf_to_node()
1166 XFS_ATTR_FORK); in xfs_attr3_leaf_create()