Home
last modified time | relevance | path

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

/fs/ceph/
Ddir.c64 #define HASH_ORDER (0xffull << (OFFSET_BITS + 24)) macro
69 fpos |= HASH_ORDER; in ceph_make_fpos()
75 return (p & HASH_ORDER) == HASH_ORDER; in is_hash_order()