Home
last modified time | relevance | path

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

/linux-4.19.296/
D.gitignore10 # Normal rules (sorted alphabetically)
/linux-4.19.296/fs/nfsd/
Dnfs4acl.c376 int sorted = 0, i; in sort_pacl_range() local
380 while (!sorted) { in sort_pacl_range()
381 sorted = 1; in sort_pacl_range()
385 sorted = 0; in sort_pacl_range()
/linux-4.19.296/fs/cramfs/
Dinode.c764 int sorted; in cramfs_lookup() local
767 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()
DREADME32 Beginning in 2.4.7, directory entries are sorted. This optimization
/linux-4.19.296/fs/affs/
DChanges197 - Fixed bug in add_entry(): When doing a sorted insert,
272 - Hash chains are now sorted by block numbers.
/linux-4.19.296/fs/ext4/
Dxattr.c286 void *end, int name_index, const char *name, int sorted) in xattr_find_entry() argument
306 if (cmp <= 0 && (sorted || cmp == 0)) in xattr_find_entry()