Lines Matching refs:whichfork
306 int whichfork) in xfs_da3_node_create() argument
319 error = xfs_da_get_buf(tp, dp, blkno, -1, &bp, whichfork); in xfs_da3_node_create()
540 error = xfs_da_get_buf(tp, dp, blkno, -1, &bp, args->whichfork); in xfs_da3_root_split()
603 (args->whichfork == XFS_DATA_FORK) ? args->geo->leafblk : 0, in xfs_da3_root_split()
604 level + 1, &bp, args->whichfork); in xfs_da3_root_split()
663 useextra = state->extravalid && state->args->whichfork == XFS_ATTR_FORK; in xfs_da3_node_split()
678 &newblk->bp, state->args->whichfork); in xfs_da3_node_split()
898 if (state->args->whichfork == XFS_DATA_FORK) in xfs_da3_node_add()
1082 args->whichfork); in xfs_da3_root_join()
1197 blkno, -1, &bp, state->args->whichfork); in xfs_da3_node_toosmall()
1478 blkno = (args->whichfork == XFS_DATA_FORK)? args->geo->leafblk : 0; in xfs_da3_node_lookup_int()
1487 -1, &blk->bp, args->whichfork); in xfs_da3_node_lookup_int()
1695 -1, &bp, args->whichfork); in xfs_da3_blk_link()
1716 -1, &bp, args->whichfork); in xfs_da3_blk_link()
1775 -1, &bp, args->whichfork); in xfs_da3_blk_unlink()
1792 -1, &bp, args->whichfork); in xfs_da3_blk_unlink()
1879 args->whichfork); in xfs_da3_path_shift()
2013 int w = args->whichfork; in xfs_da_grow_inode_int()
2158 w = args->whichfork; in xfs_da3_swap_lastblock()
2356 w = args->whichfork; in xfs_da_shrink_inode()
2463 int whichfork, in xfs_dabuf_map() argument
2477 if (whichfork == XFS_DATA_FORK) in xfs_dabuf_map()
2496 &nirecs, xfs_bmapi_aflag(whichfork)); in xfs_dabuf_map()
2547 int whichfork) in xfs_da_get_buf() argument
2558 error = xfs_dabuf_map(dp, bno, mappedbno, whichfork, in xfs_da_get_buf()
2595 int whichfork, in xfs_da_read_buf() argument
2607 error = xfs_dabuf_map(dp, bno, mappedbno, whichfork, in xfs_da_read_buf()
2622 if (whichfork == XFS_ATTR_FORK) in xfs_da_read_buf()
2642 int whichfork, in xfs_da_reada_buf() argument
2652 error = xfs_dabuf_map(dp, bno, mappedbno, whichfork, in xfs_da_reada_buf()