Home
last modified time | relevance | path

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

/linux-2.4.37.9/fs/xfs/
Dxfs_dir2_block.c74 static int xfs_dir2_block_sort(const void *a, const void *b);
884 xfs_dir2_block_sort( in xfs_dir2_block_sort() function
1237 qsort(blp, INT_GET(btp->count, ARCH_CONVERT), sizeof(*blp), xfs_dir2_block_sort); in xfs_dir2_sf_to_block()