Home
last modified time | relevance | path

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

/linux-4.4.14/fs/ext4/
Ddir.c296 if ((filp->f_mode & FMODE_32BITHASH) || in hash2pos()
305 if ((filp->f_mode & FMODE_32BITHASH) || in pos2maj_hash()
314 if ((filp->f_mode & FMODE_32BITHASH) || in pos2min_hash()
326 if ((filp->f_mode & FMODE_32BITHASH) || in ext4_get_htree_eof()
/linux-4.4.14/fs/nfsd/
Dvfs.c713 file->f_mode |= FMODE_32BITHASH; in nfsd_open()
/linux-4.4.14/include/linux/
Dfs.h111 #define FMODE_32BITHASH ((__force fmode_t)0x200) macro