Home
last modified time | relevance | path

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

/openbmc/linux/fs/ext4/
H A Ddir.c344 (!(filp->f_mode & FMODE_64BITHASH) && is_32bit_api())) in hash2pos()
353 (!(filp->f_mode & FMODE_64BITHASH) && is_32bit_api())) in pos2maj_hash()
362 (!(filp->f_mode & FMODE_64BITHASH) && is_32bit_api())) in pos2min_hash()
374 (!(filp->f_mode & FMODE_64BITHASH) && is_32bit_api())) in ext4_get_htree_eof()
/openbmc/linux/fs/nfsd/
H A Dvfs.c871 file->f_mode |= FMODE_64BITHASH; in __nfsd_open()
/openbmc/linux/include/linux/
H A Dfs.h125 #define FMODE_64BITHASH ((__force fmode_t)0x400) macro
/openbmc/linux/fs/nfs/
H A Ddir.c473 (!(filp->f_mode & FMODE_64BITHASH) && is_32bit_api())) in nfs_readdir_use_cookie()