Home
last modified time | relevance | path

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

/linux-4.19.296/fs/ceph/
Ddir.c61 #define HASH_ORDER (0xffull << (OFFSET_BITS + 24)) macro
66 fpos |= HASH_ORDER; in ceph_make_fpos()
72 return (p & HASH_ORDER) == HASH_ORDER; in is_hash_order()