Searched refs:xfs_sort (Results 1 – 3 of 3) sorted by relevance
/linux-2.6.39/fs/xfs/linux-2.6/ |
D | xfs_linux.h | 155 #define xfs_sort(a,n,s,fn) sort(a,n,s,fn,NULL) macro
|
/linux-2.6.39/fs/xfs/ |
D | xfs_dir2_block.c | 1222 xfs_sort(blp, be32_to_cpu(btp->count), sizeof(*blp), xfs_dir2_block_sort); in xfs_dir2_sf_to_block()
|
D | xfs_attr_leaf.c | 673 xfs_sort(sbuf, nsbuf, sizeof(*sbuf), xfs_attr_shortform_compare); in xfs_attr_shortform_list()
|