Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/fs/ext4/
H A Ddir.c341 if ((filp->f_mode & FMODE_32BITHASH) || in hash2pos()
350 if ((filp->f_mode & FMODE_32BITHASH) || in pos2maj_hash()
359 if ((filp->f_mode & FMODE_32BITHASH) || in pos2min_hash()
371 if ((filp->f_mode & FMODE_32BITHASH) || in ext4_get_htree_eof()
/OK3568_Linux_fs/kernel/fs/nfsd/
H A Dvfs.c797 file->f_mode |= FMODE_32BITHASH; in __nfsd_open()
/OK3568_Linux_fs/kernel/fs/nfs/
H A Ddir.c255 if ((filp->f_mode & FMODE_32BITHASH) || in nfs_readdir_use_cookie()
/OK3568_Linux_fs/kernel/include/linux/
H A Dfs.h132 #define FMODE_32BITHASH ((__force fmode_t)0x200) macro