Home
last modified time | relevance | path

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

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