Home
last modified time | relevance | path

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

/linux/fs/ext4/
H A Ddir.c344 if ((filp->f_mode & FMODE_32BITHASH) || in hash2pos()
353 if ((filp->f_mode & FMODE_32BITHASH) || in pos2maj_hash()
362 if ((filp->f_mode & FMODE_32BITHASH) || in pos2min_hash()
374 if ((filp->f_mode & FMODE_32BITHASH) || in ext4_get_htree_eof()
/linux/fs/nfsd/
H A Dvfs.c2179 file->f_mode |= FMODE_32BITHASH; in nfsd_readdir()
/linux/include/linux/
H A Dfs.h134 #define FMODE_32BITHASH ((__force fmode_t)(1 << 9)) macro
/linux/fs/nfs/
H A Ddir.c474 if ((filp->f_mode & FMODE_32BITHASH) || in nfs_readdir_use_cookie()