Searched refs:sorted (Results 1 – 6 of 6) sorted by relevance
10 # Normal rules (sorted alphabetically)
376 int sorted = 0, i; in sort_pacl_range() local380 while (!sorted) { in sort_pacl_range()381 sorted = 1; in sort_pacl_range()385 sorted = 0; in sort_pacl_range()
764 int sorted; in cramfs_lookup() local767 sorted = CRAMFS_SB(dir->i_sb)->flags & CRAMFS_FLAG_SORTED_DIRS; in cramfs_lookup()778 if (sorted && (dentry->d_name.name[0] < name[0])) in cramfs_lookup()807 if (sorted) in cramfs_lookup()
32 Beginning in 2.4.7, directory entries are sorted. This optimization
197 - Fixed bug in add_entry(): When doing a sorted insert,272 - Hash chains are now sorted by block numbers.
286 void *end, int name_index, const char *name, int sorted) in xattr_find_entry() argument306 if (cmp <= 0 && (sorted || cmp == 0)) in xattr_find_entry()