Searched refs:xfs_da3_node_read (Results 1 - 4 of 4) sorted by relevance

/linux-master/fs/xfs/
H A Dxfs_attr_inactive.c177 error = xfs_da3_node_read(*trans, dp, child_fsb, &child_bp,
272 error = xfs_da3_node_read(*trans, dp, 0, &bp, XFS_ATTR_FORK);
H A Dxfs_attr_list.c225 error = xfs_da3_node_read(tp, dp, cursor->blkno, &bp,
313 error = xfs_da3_node_read(context->tp, dp, cursor->blkno, &bp,
/linux-master/fs/xfs/libxfs/
H A Dxfs_da_btree.h197 int xfs_da3_node_read(struct xfs_trans *tp, struct xfs_inode *dp,
H A Dxfs_da_btree.c386 xfs_da3_node_read( function
1225 error = xfs_da3_node_read(args->trans, dp, child, &bp, args->whichfork);
1332 error = xfs_da3_node_read(state->args->trans, dp, blkno, &bp,
1620 error = xfs_da3_node_read(args->trans, args->dp, blkno,
1861 error = xfs_da3_node_read(args->trans, dp,
1882 error = xfs_da3_node_read(args->trans, dp,
1941 error = xfs_da3_node_read(args->trans, args->dp,
1958 error = xfs_da3_node_read(args->trans, args->dp,
2045 error = xfs_da3_node_read(args->trans, dp, blkno, &bp,
2326 error = xfs_da3_node_read(t
[all...]

Completed in 142 milliseconds