Home
last modified time | relevance | path

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

/linux-4.19.296/fs/xfs/
Dxfs_linux.h207 #define xfs_sort(a,n,s,fn) sort(a,n,s,fn,NULL) macro
Dxfs_attr_list.c151 xfs_sort(sbuf, nsbuf, sizeof(*sbuf), xfs_attr_shortform_compare); in xfs_attr_shortform_list()
Dxfs_fsmap.c864 xfs_sort(handlers, XFS_GETFSMAP_DEVS, sizeof(struct xfs_getfsmap_dev), in xfs_getfsmap()
/linux-4.19.296/fs/xfs/libxfs/
Dxfs_dir2_block.c1245 xfs_sort(blp, be32_to_cpu(btp->count), sizeof(*blp), xfs_dir2_block_sort); in xfs_dir2_sf_to_block()