Searched refs:cmp_xe (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/fs/ocfs2/ |
H A D | xattr.c | 4154 static int cmp_xe(const void *a, const void *b) in cmp_xe() function 4241 cmp_xe, swap_xe); in ocfs2_cp_xattr_block_to_bucket() 4478 cmp_xe, swap_xe); in ocfs2_defrag_xattr_bucket() 4597 if (cmp_xe(&entries[middle - delta - 1], in ocfs2_xattr_find_divide_pos() 4606 if (cmp_xe(&entries[middle + delta], in ocfs2_xattr_find_divide_pos()
|
/kernel/linux/linux-6.6/fs/ocfs2/ |
H A D | xattr.c | 4148 static int cmp_xe(const void *a, const void *b) in cmp_xe() function 4235 cmp_xe, swap_xe); in ocfs2_cp_xattr_block_to_bucket() 4472 cmp_xe, swap_xe); in ocfs2_defrag_xattr_bucket() 4591 if (cmp_xe(&entries[middle - delta - 1], in ocfs2_xattr_find_divide_pos() 4600 if (cmp_xe(&entries[middle + delta], in ocfs2_xattr_find_divide_pos()
|
Completed in 34 milliseconds