Searched refs:FMODE_64BITHASH (Results 1 – 4 of 4) sorted by relevance
229 (!(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()
303 (!(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()
752 file->f_mode |= FMODE_64BITHASH; in nfsd_open()
112 #define FMODE_64BITHASH ((__force fmode_t)0x400) macro