Lines Matching refs:snapc
624 struct ceph_snap_context *snapc) in ceph_sync_direct_write() argument
670 CEPH_OSD_OP_WRITE, flags, snapc, in ceph_sync_direct_write()
699 ceph_osdc_build_request(req, pos, snapc, vino.snap, &mtime); in ceph_sync_direct_write()
740 struct ceph_snap_context *snapc) in ceph_sync_write() argument
785 CEPH_OSD_OP_WRITE, flags, snapc, in ceph_sync_write()
830 ceph_osdc_build_request(req, pos, snapc, vino.snap, &mtime); in ceph_sync_write()
1071 struct ceph_snap_context *snapc; in ceph_write_iter() local
1081 snapc = ceph_get_snap_context(capsnap->context); in ceph_write_iter()
1084 snapc = ceph_get_snap_context(ci->i_head_snapc); in ceph_write_iter()
1092 snapc); in ceph_write_iter()
1094 written = ceph_sync_write(iocb, &data, pos, snapc); in ceph_write_iter()
1105 ceph_put_snap_context(snapc); in ceph_write_iter()