Lines Matching refs:whichfork

301 	int			whichfork)  in xfs_da3_node_create()  argument
314 error = xfs_da_get_buf(tp, dp, blkno, -1, &bp, whichfork); in xfs_da3_node_create()
534 error = xfs_da_get_buf(tp, dp, blkno, -1, &bp, args->whichfork); in xfs_da3_root_split()
597 (args->whichfork == XFS_DATA_FORK) ? args->geo->leafblk : 0, in xfs_da3_root_split()
598 level + 1, &bp, args->whichfork); in xfs_da3_root_split()
657 useextra = state->extravalid && state->args->whichfork == XFS_ATTR_FORK; in xfs_da3_node_split()
672 &newblk->bp, state->args->whichfork); in xfs_da3_node_split()
892 if (state->args->whichfork == XFS_DATA_FORK) in xfs_da3_node_add()
1076 args->whichfork); in xfs_da3_root_join()
1191 blkno, -1, &bp, state->args->whichfork); in xfs_da3_node_toosmall()
1472 blkno = (args->whichfork == XFS_DATA_FORK)? args->geo->leafblk : 0; in xfs_da3_node_lookup_int()
1481 -1, &blk->bp, args->whichfork); in xfs_da3_node_lookup_int()
1689 -1, &bp, args->whichfork); in xfs_da3_blk_link()
1710 -1, &bp, args->whichfork); in xfs_da3_blk_link()
1769 -1, &bp, args->whichfork); in xfs_da3_blk_unlink()
1786 -1, &bp, args->whichfork); in xfs_da3_blk_unlink()
1880 &blk->bp, args->whichfork); in xfs_da3_path_shift()
2002 int w = args->whichfork; in xfs_da_grow_inode_int()
2147 w = args->whichfork; in xfs_da3_swap_lastblock()
2345 w = args->whichfork; in xfs_da_shrink_inode()
2452 int whichfork, in xfs_dabuf_map() argument
2466 if (whichfork == XFS_DATA_FORK) in xfs_dabuf_map()
2485 &nirecs, xfs_bmapi_aflag(whichfork)); in xfs_dabuf_map()
2536 int whichfork) in xfs_da_get_buf() argument
2547 error = xfs_dabuf_map(dp, bno, mappedbno, whichfork, in xfs_da_get_buf()
2584 int whichfork, in xfs_da_read_buf() argument
2596 error = xfs_dabuf_map(dp, bno, mappedbno, whichfork, in xfs_da_read_buf()
2611 if (whichfork == XFS_ATTR_FORK) in xfs_da_read_buf()
2631 int whichfork, in xfs_da_reada_buf() argument
2641 error = xfs_dabuf_map(dp, bno, mappedbno, whichfork, in xfs_da_reada_buf()