Searched refs:xfs_da_get_buf (Results 1 – 4 of 4) sorted by relevance
| /linux/fs/xfs/libxfs/ |
| H A D | xfs_da_btree.h | 216 int xfs_da_get_buf(struct xfs_trans *trans, struct xfs_inode *dp,
|
| H A D | xfs_da_btree.c | 521 error = xfs_da_get_buf(tp, dp, blkno, &bp, whichfork); in xfs_da3_node_create() 754 error = xfs_da_get_buf(tp, dp, blkno, &bp, args->whichfork); in xfs_da3_root_split() 2804 xfs_da_get_buf( in xfs_da_get_buf() function
|
| H A D | xfs_attr_leaf.c | 1326 error = xfs_da_get_buf(args->trans, dp, blkno, &bp2, XFS_ATTR_FORK); in xfs_attr3_leaf_to_node() 1383 error = xfs_da_get_buf(args->trans, args->dp, blkno, &bp, in xfs_attr3_leaf_create()
|
| /linux/fs/xfs/ |
| H A D | xfs_attr_inactive.c | 384 error = xfs_da_get_buf(trans, dp, 0, &bp, XFS_ATTR_FORK); in xfs_attr_inactive()
|