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

Function ceph_fsync

src/libcephfs.cc:1523–1528  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1521}
1522
1523extern "C" int ceph_fsync(struct ceph_mount_info *cmount, int fd, int syncdataonly)
1524{
1525 if (!cmount->is_mounted())
1526 return -ENOTCONN;
1527 return cmount->get_client()->fsync(fd, syncdataonly);
1528}
1529
1530extern "C" int ceph_fallocate(struct ceph_mount_info *cmount, int fd, int mode,
1531 int64_t offset, int64_t length)

Callers 7

bench_write_workerFunction · 0.85
dying_client_failoverFunction · 0.85
write_fullMethod · 0.85
TESTFunction · 0.85
write_fullMethod · 0.85
WinCephFlushFileBuffersFunction · 0.85

Calls 3

is_mountedMethod · 0.45
fsyncMethod · 0.45
get_clientMethod · 0.45

Tested by 4

dying_client_failoverFunction · 0.68
write_fullMethod · 0.68
TESTFunction · 0.68
write_fullMethod · 0.68