Home
last modified time | relevance | path

Searched refs:F2FS_HASH_COL_BIT (Results 1 – 2 of 2) sorted by relevance

/linux-4.4.14/fs/f2fs/
Dhash.c101 f2fs_hash = cpu_to_le32(hash & ~F2FS_HASH_COL_BIT); in f2fs_dentry_hash()
/linux-4.4.14/include/linux/
Df2fs_fs.h410 #define F2FS_HASH_COL_BIT ((0x1ULL) << 63) macro