Home
last modified time | relevance | path

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

/linux-6.15/fs/ext4/
H A Ddir.c347 if ((filp->f_mode & FMODE_32BITHASH) || in hash2pos()
356 if ((filp->f_mode & FMODE_32BITHASH) || in pos2maj_hash()
365 if ((filp->f_mode & FMODE_32BITHASH) || in pos2min_hash()
377 if ((filp->f_mode & FMODE_32BITHASH) || in ext4_get_htree_eof()
/linux-6.15/fs/nfsd/
H A Dvfs.c2215 file->f_mode |= FMODE_32BITHASH; in nfsd_readdir()
/linux-6.15/include/linux/
H A Dfs.h137 #define FMODE_32BITHASH ((__force fmode_t)(1 << 9)) macro
/linux-6.15/fs/nfs/
H A Ddir.c474 if ((filp->f_mode & FMODE_32BITHASH) || in nfs_readdir_use_cookie()