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

Method is_stray

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

Source from the content-addressed store, hash-verified

668 int d_type() const { return IFTODT(get_inode()->mode); }
669 bool is_root() const { return ino() == CEPH_INO_ROOT; }
670 bool is_stray() const { return MDS_INO_IS_STRAY(ino()); }
671 mds_rank_t get_stray_owner() const {
672 return (mds_rank_t)MDS_INO_STRAY_OWNER(ino());
673 }

Callers 15

export_dirMethod · 0.45
send_heartbeatMethod · 0.45
maybe_fragmentMethod · 0.45
hit_dirMethod · 0.45
handle_client_linkMethod · 0.45
handle_client_unlinkMethod · 0.45
handle_client_renameMethod · 0.45
_rename_prepareMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected