Home
last modified time | relevance | path

Searched refs:XFS_DIR2_LEAF_BESTS_P_ARCH (Results 1 – 5 of 5) sorted by relevance

/linux-2.4.37.9/fs/xfs/
Dxfs_dir2_leaf.h148 #define XFS_DIR2_LEAF_BESTS_P_ARCH(ltp,arch) xfs_dir2_leaf_bests_p_arch(ltp,arch) macro
150 #define XFS_DIR2_LEAF_BESTS_P_ARCH(ltp,arch) \ macro
Dxfs_dir2_leaf.c165 bestsp = XFS_DIR2_LEAF_BESTS_P_ARCH(ltp, ARCH_CONVERT); in xfs_dir2_block_to_leaf()
236 bestsp = XFS_DIR2_LEAF_BESTS_P_ARCH(ltp, ARCH_CONVERT); in xfs_dir2_leaf_addname()
598 (char *)XFS_DIR2_LEAF_BESTS_P_ARCH(ltp, ARCH_CONVERT)); in xfs_dir2_leaf_check()
1232 firstb = XFS_DIR2_LEAF_BESTS_P_ARCH(ltp, ARCH_CONVERT) + first; in xfs_dir2_leaf_log_bests()
1233 lastb = XFS_DIR2_LEAF_BESTS_P_ARCH(ltp, ARCH_CONVERT) + last; in xfs_dir2_leaf_log_bests()
1500 bestsp = XFS_DIR2_LEAF_BESTS_P_ARCH(ltp, ARCH_CONVERT); in xfs_dir2_leaf_removename()
1752 bestsp = XFS_DIR2_LEAF_BESTS_P_ARCH(ltp, ARCH_CONVERT); in xfs_dir2_leaf_trim_data()
1868 memcpy(XFS_DIR2_LEAF_BESTS_P_ARCH(ltp, ARCH_CONVERT), free->bests, in xfs_dir2_node_to_leaf()
Dxfs_dir2_block.c939 bestsp = XFS_DIR2_LEAF_BESTS_P_ARCH(ltp, ARCH_CONVERT); in xfs_dir2_leaf_to_block()
Dxfs_macros.c1303 return XFS_DIR2_LEAF_BESTS_P_ARCH(ltp, arch); in xfs_dir2_leaf_bests_p_arch()
Dxfs_dir2_node.c182 for (i = n = 0, from = XFS_DIR2_LEAF_BESTS_P_ARCH(ltp, ARCH_CONVERT), to = free->bests; in xfs_dir2_leaf_to_node()