Home
last modified time | relevance | path

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

/linux/fs/ceph/
H A Ddir.c69 #define HASH_ORDER (0xffull << (OFFSET_BITS + 24)) macro
74 fpos |= HASH_ORDER; in ceph_make_fpos()
80 return (p & HASH_ORDER) == HASH_ORDER; in is_hash_order()