Home
last modified time | relevance | path

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

/linux-6.15/fs/ext4/
H A Ddir.c348 (!(filp->f_mode & FMODE_64BITHASH) && is_32bit_api())) in hash2pos()
357 (!(filp->f_mode & FMODE_64BITHASH) && is_32bit_api())) in pos2maj_hash()
366 (!(filp->f_mode & FMODE_64BITHASH) && is_32bit_api())) in pos2min_hash()
378 (!(filp->f_mode & FMODE_64BITHASH) && is_32bit_api())) in ext4_get_htree_eof()
/linux-6.15/fs/nfsd/
H A Dvfs.c2213 file->f_mode |= FMODE_64BITHASH; in nfsd_readdir()
/linux-6.15/include/linux/
H A Dfs.h139 #define FMODE_64BITHASH ((__force fmode_t)(1 << 10)) macro
/linux-6.15/fs/nfs/
H A Ddir.c475 (!(filp->f_mode & FMODE_64BITHASH) && is_32bit_api())) in nfs_readdir_use_cookie()