Home
last modified time | relevance | path

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

/linux-4.19.296/include/linux/ceph/
Dceph_frag.h44 static inline bool ceph_frag_contains_value(__u32 f, __u32 v) in ceph_frag_contains_value() function
/linux-4.19.296/fs/ceph/
Dinode.c191 WARN_ON(!ceph_frag_contains_value(t, v)); in __ceph_choose_frag()
209 if (ceph_frag_contains_value(n, v)) { in __ceph_choose_frag()
316 return ceph_frag_contains_value(frag->frag, ceph_frag_value(f)); in is_frag_child()
Ddir.c294 return !ceph_frag_contains_value(dfi->frag, fpos_hash(pos)); in need_send_readdir()