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

Method rmdir

src/client/Client.cc:8198–8201  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

8196}
8197
8198int Client::rmdir(const char *relpath, const UserPerm& perms)
8199{
8200 return unlinkat(CEPHFS_AT_FDCWD, relpath, AT_REMOVEDIR, perms);
8201}
8202
8203int Client::mknod(const char *relpath, mode_t mode, const UserPerm& perms, dev_t rdev)
8204{

Callers 15

ceph_rmdirFunction · 0.45
play_traceMethod · 0.45
clean_dirMethod · 0.45
random_walkMethod · 0.45
fooMethod · 0.45
cg_trimFunction · 0.45
command_adopt_cephFunction · 0.45
command_rm_daemonFunction · 0.45
_rm_clusterFunction · 0.45
create_groupFunction · 0.45
remove_groupFunction · 0.45
rmsnapFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected