Home
last modified time | relevance | path

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

/linux/fs/ext4/
H A Ddir.c349 (!(filp->f_mode & FMODE_64BITHASH) && is_32bit_api())) in hash2pos()
358 (!(filp->f_mode & FMODE_64BITHASH) && is_32bit_api())) in pos2maj_hash()
367 (!(filp->f_mode & FMODE_64BITHASH) && is_32bit_api())) in pos2min_hash()
379 (!(filp->f_mode & FMODE_64BITHASH) && is_32bit_api())) in ext4_get_htree_eof()
/linux/fs/nfsd/
H A Dvfs.c2502 file->f_mode |= FMODE_64BITHASH; in nfsd_readdir()
/linux/include/linux/
H A Dfs.h131 #define FMODE_64BITHASH ((__force fmode_t)(1 << 10)) macro
/linux/fs/nfs/
H A Ddir.c475 (!(filp->f_mode & FMODE_64BITHASH) && is_32bit_api())) in nfs_readdir_use_cookie()