Searched refs:xfs_sort (Results  1 – 4 of 4) sorted by relevance
| /Linux-v5.4/fs/xfs/ | 
| D | xfs_linux.h | 205 #define xfs_sort(a,n,s,fn)	sort(a,n,s,fn,NULL)  macro
 | 
| D | xfs_attr_list.c | 146 	xfs_sort(sbuf, nsbuf, sizeof(*sbuf), xfs_attr_shortform_compare);  in xfs_attr_shortform_list()
 | 
| D | xfs_fsmap.c | 857 	xfs_sort(handlers, XFS_GETFSMAP_DEVS, sizeof(struct xfs_getfsmap_dev),  in xfs_getfsmap()
 | 
| /Linux-v5.4/fs/xfs/libxfs/ | 
| D | xfs_dir2_block.c | 1242 	xfs_sort(blp, be32_to_cpu(btp->count), sizeof(*blp), xfs_dir2_block_sort);  in xfs_dir2_sf_to_block()
 |