Home
last modified time | relevance | path

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

/Linux-v5.10/fs/ext4/
Ddir.c319 if ((filp->f_mode & FMODE_32BITHASH) || in hash2pos()
328 if ((filp->f_mode & FMODE_32BITHASH) || in pos2maj_hash()
337 if ((filp->f_mode & FMODE_32BITHASH) || in pos2min_hash()
349 if ((filp->f_mode & FMODE_32BITHASH) || in ext4_get_htree_eof()
/Linux-v5.10/fs/nfsd/
Dvfs.c789 file->f_mode |= FMODE_32BITHASH; in __nfsd_open()
/Linux-v5.10/fs/nfs/
Ddir.c255 if ((filp->f_mode & FMODE_32BITHASH) || in nfs_readdir_use_cookie()
/Linux-v5.10/include/linux/
Dfs.h130 #define FMODE_32BITHASH ((__force fmode_t)0x200) macro