Home
last modified time | relevance | path

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

/openbmc/linux/fs/f2fs/
H A Dhash.c88 return buf[0] & ~F2FS_HASH_COL_BIT; in TEA_hash_name()
/openbmc/linux/include/linux/
H A Df2fs_fs.h531 #define F2FS_HASH_COL_BIT ((0x1ULL) << 63) macro