Searched defs:xfs_sort (Results 1 – 2 of 2) sorted by relevance
| /kernel/linux/linux-6.6/fs/xfs/ |
| D | xfs_linux.h | 178 #define xfs_sort(a,n,s,fn) sort(a,n,s,fn,NULL) macro
|
| /kernel/linux/linux-5.10/fs/xfs/ |
| D | xfs_linux.h | 175 #define xfs_sort(a,n,s,fn) sort(a,n,s,fn,NULL) macro
|