Home
last modified time | relevance | path

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

/linux/fs/ext4/
H A Ddir.c364 if ((filp->f_mode & FMODE_32BITHASH) || in hash2pos()
373 if ((filp->f_mode & FMODE_32BITHASH) || in pos2maj_hash()
382 if ((filp->f_mode & FMODE_32BITHASH) || in pos2min_hash()
394 if ((filp->f_mode & FMODE_32BITHASH) || in ext4_get_htree_eof()
/linux/fs/nfsd/
H A Dvfs.c2524 file->f_mode |= FMODE_32BITHASH; in nfsd_readdir()
/linux/fs/nfs/
H A Ddir.c473 if ((filp->f_mode & FMODE_32BITHASH) || in nfs_readdir_use_cookie()
/linux/include/linux/
H A Dfs.h127 #define FMODE_32BITHASH ((__force fmode_t)(1 << 9)) macro