| 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 | } |
no outgoing calls
no test coverage detected