Searched refs:FMODE_32BITHASH (Results 1 – 4 of 4) sorted by relevance
228 if ((filp->f_mode & FMODE_32BITHASH) || in hash2pos()237 if ((filp->f_mode & FMODE_32BITHASH) || in pos2maj_hash()246 if ((filp->f_mode & FMODE_32BITHASH) || in pos2min_hash()258 if ((filp->f_mode & FMODE_32BITHASH) || in ext3_get_htree_eof()
302 if ((filp->f_mode & FMODE_32BITHASH) || in hash2pos()311 if ((filp->f_mode & FMODE_32BITHASH) || in pos2maj_hash()320 if ((filp->f_mode & FMODE_32BITHASH) || in pos2min_hash()332 if ((filp->f_mode & FMODE_32BITHASH) || in ext4_get_htree_eof()
754 file->f_mode |= FMODE_32BITHASH; in nfsd_open()
110 #define FMODE_32BITHASH ((__force fmode_t)0x200) macro