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

Method open

src/client/Client.h:543–545  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

541 int mknod(const char *path, mode_t mode, const UserPerm& perms, dev_t rdev=0);
542
543 int open(const char *path, int flags, const UserPerm& perms, mode_t mode=0) {
544 return open(path, flags, perms, mode, 0, 0, 0, NULL);
545 }
546 int open(const char *path, int flags, const UserPerm& perms,
547 mode_t mode, int stripe_unit, int stripe_count, int object_size,
548 const char *data_pool) {

Callers 15

startMethod · 0.45
mountMethod · 0.45
runMethod · 0.45
play_traceMethod · 0.45
dump_placementMethod · 0.45
make_filesMethod · 0.45
open_sharedMethod · 0.45
overload_osd_0Method · 0.45
write_fileMethod · 0.45
read_fileMethod · 0.45
read_randomMethod · 0.45
read_random_exMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected