Searched refs:FMODE_64BITHASH (Results 1 - 4 of 4) sorted by relevance

/linux-4.1.27/fs/ext3/
H A Ddir.c222 * FMODE_64BITHASH explicitly. On the other hand, we allow ext3 to be mounted
224 * FMODE_32BITHASH nor FMODE_64BITHASH is specified.
229 (!(filp->f_mode & FMODE_64BITHASH) && is_32bit_api())) hash2pos()
238 (!(filp->f_mode & FMODE_64BITHASH) && is_32bit_api())) pos2maj_hash()
247 (!(filp->f_mode & FMODE_64BITHASH) && is_32bit_api())) pos2min_hash()
259 (!(filp->f_mode & FMODE_64BITHASH) && is_32bit_api())) ext3_get_htree_eof()
/linux-4.1.27/fs/ext4/
H A Ddir.c296 * FMODE_64BITHASH explicitly. On the other hand, we allow ext4 to be mounted
298 * FMODE_32BITHASH nor FMODE_64BITHASH is specified.
303 (!(filp->f_mode & FMODE_64BITHASH) && is_32bit_api())) hash2pos()
312 (!(filp->f_mode & FMODE_64BITHASH) && is_32bit_api())) pos2maj_hash()
321 (!(filp->f_mode & FMODE_64BITHASH) && is_32bit_api())) pos2min_hash()
333 (!(filp->f_mode & FMODE_64BITHASH) && is_32bit_api())) ext4_get_htree_eof()
/linux-4.1.27/fs/nfsd/
H A Dvfs.c752 file->f_mode |= FMODE_64BITHASH; nfsd_open()
/linux-4.1.27/include/linux/
H A Dfs.h112 #define FMODE_64BITHASH ((__force fmode_t)0x400) macro

Completed in 107 milliseconds