Lines Matching refs:XFS_ATTR_FORK
455 err = xfs_da_read_buf(tp, dp, bno, 0, bpp, XFS_ATTR_FORK, in xfs_attr3_leaf_read()
693 xfs_idata_realloc(dp, sizeof(*hdr), XFS_ATTR_FORK); in xfs_attr_shortform_create()
775 xfs_idata_realloc(dp, size, XFS_ATTR_FORK); in xfs_attr_shortform_add()
860 xfs_idata_realloc(dp, -size, XFS_ATTR_FORK); in xfs_attr_sf_removename()
957 xfs_idata_realloc(dp, -size, XFS_ATTR_FORK); in xfs_attr_shortform_to_leaf()
958 xfs_bmap_local_to_extents_empty(args->trans, dp, XFS_ATTR_FORK); in xfs_attr_shortform_to_leaf()
974 nargs.whichfork = XFS_ATTR_FORK; in xfs_attr_shortform_to_leaf()
1057 ifp = xfs_ifork_ptr(ip, XFS_ATTR_FORK); in xfs_attr_shortform_verify()
1184 nargs.whichfork = XFS_ATTR_FORK; in xfs_attr3_leaf_to_shortform()
1243 error = xfs_da_get_buf(args->trans, dp, blkno, &bp2, XFS_ATTR_FORK); in xfs_attr3_leaf_to_node()
1260 error = xfs_da3_node_create(args, 0, 1, &bp1, XFS_ATTR_FORK); in xfs_attr3_leaf_to_node()
1305 XFS_ATTR_FORK); in xfs_attr3_leaf_create()