Searched refs:FMODE_32BITHASH (Results 1 – 4 of 4) sorted by relevance
364 if ((filp->f_mode & FMODE_32BITHASH) || in hash2pos()373 if ((filp->f_mode & FMODE_32BITHASH) || in pos2maj_hash()382 if ((filp->f_mode & FMODE_32BITHASH) || in pos2min_hash()394 if ((filp->f_mode & FMODE_32BITHASH) || in ext4_get_htree_eof()
2524 file->f_mode |= FMODE_32BITHASH; in nfsd_readdir()
473 if ((filp->f_mode & FMODE_32BITHASH) || in nfs_readdir_use_cookie()
127 #define FMODE_32BITHASH ((__force fmode_t)(1 << 9)) macro