Home
last modified time | relevance | path

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

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