Home
last modified time | relevance | path

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

/linux-4.1.27/fs/ext3/
Ddir.c229 (!(filp->f_mode & FMODE_64BITHASH) && is_32bit_api())) in hash2pos()
238 (!(filp->f_mode & FMODE_64BITHASH) && is_32bit_api())) in pos2maj_hash()
247 (!(filp->f_mode & FMODE_64BITHASH) && is_32bit_api())) in pos2min_hash()
259 (!(filp->f_mode & FMODE_64BITHASH) && is_32bit_api())) in ext3_get_htree_eof()
/linux-4.1.27/fs/ext4/
Ddir.c303 (!(filp->f_mode & FMODE_64BITHASH) && is_32bit_api())) in hash2pos()
312 (!(filp->f_mode & FMODE_64BITHASH) && is_32bit_api())) in pos2maj_hash()
321 (!(filp->f_mode & FMODE_64BITHASH) && is_32bit_api())) in pos2min_hash()
333 (!(filp->f_mode & FMODE_64BITHASH) && is_32bit_api())) in ext4_get_htree_eof()
/linux-4.1.27/fs/nfsd/
Dvfs.c752 file->f_mode |= FMODE_64BITHASH; in nfsd_open()
/linux-4.1.27/include/linux/
Dfs.h112 #define FMODE_64BITHASH ((__force fmode_t)0x400) macro