MCPcopy Create free account
hub / github.com/ceph/ceph / is_base

Method is_base

src/mds/CInode.h:675–675  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

673 }
674 bool is_mdsdir() const { return MDS_INO_IS_MDSDIR(ino()); }
675 bool is_base() const { return MDS_INO_IS_BASE(ino()); }
676 bool is_system() const { return ino() < MDS_INO_SYSTEM_BASE; }
677 bool is_lost_and_found() const { return ino() == CEPH_INO_LOST_AND_FOUND; }
678 bool is_normal() const { return !(is_base() || is_system() || is_stray()); }

Callers 15

try_to_expireMethod · 0.80
is_ancestor_ofMethod · 0.80
try_rebalanceMethod · 0.80
maybe_fragmentMethod · 0.80
handle_client_setattrMethod · 0.80
_committedMethod · 0.80
check_accessMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected