Home
last modified time | relevance | path

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

/linux-4.1.27/fs/ext3/
Ddir.c228 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()
/linux-4.1.27/fs/ext4/
Ddir.c302 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()
/linux-4.1.27/fs/nfsd/
Dvfs.c754 file->f_mode |= FMODE_32BITHASH; in nfsd_open()
/linux-4.1.27/include/linux/
Dfs.h110 #define FMODE_32BITHASH ((__force fmode_t)0x200) macro