Home
last modified time | relevance | path

Searched refs:ceph_snap_context (Results 1 – 8 of 8) sorted by relevance

/linux/net/ceph/
H A Dsnapshot.c27 struct ceph_snap_context *ceph_create_snap_context(u32 snap_count, in ceph_create_snap_context()
30 struct ceph_snap_context *snapc; in ceph_create_snap_context()
33 size = sizeof (struct ceph_snap_context); in ceph_create_snap_context()
46 struct ceph_snap_context *ceph_get_snap_context(struct ceph_snap_context *sc) in ceph_get_snap_context()
54 void ceph_put_snap_context(struct ceph_snap_context *sc) in ceph_put_snap_context()
H A Dosd_client.c568 struct ceph_snap_context *snapc, in ceph_osdc_alloc_request()
1084 struct ceph_snap_context *snapc, in ceph_osdc_new_request()
/linux/include/linux/ceph/
H A Dlibceph.h163 struct ceph_snap_context { struct
170 extern struct ceph_snap_context *ceph_create_snap_context(u32 snap_count, argument
172 extern struct ceph_snap_context *ceph_get_snap_context(
173 struct ceph_snap_context *sc);
174 extern void ceph_put_snap_context(struct ceph_snap_context *sc);
H A Dosd_client.h21 struct ceph_snap_context;
269 struct ceph_snap_context *r_snapc; /* for writes */
549 struct ceph_snap_context *snapc,
561 struct ceph_snap_context *snapc,
/linux/fs/ceph/
H A Daddr.c70 static inline struct ceph_snap_context *page_snap_context(struct page *page) in page_snap_context()
86 struct ceph_snap_context *snapc; in ceph_dirty_folio()
143 struct ceph_snap_context *snapc; in ceph_invalidate_folio()
578 static struct ceph_snap_context *
580 struct ceph_snap_context *page_snapc) in get_oldest_context()
584 struct ceph_snap_context *snapc = NULL; in get_oldest_context()
640 struct ceph_snap_context *snapc; in get_writepages_data_length()
681 struct ceph_snap_context *snapc, *oldest; in writepage_nounlock()
865 struct ceph_snap_context *snapc = req->r_snapc; in writepages_finish()
964 struct ceph_snap_context *snapc = NULL, *last_snapc = NULL, *pgsnapc; in ceph_writepages_start()
[all …]
H A Dsnap.c342 struct ceph_snap_context *snapc; in build_snap_context()
507 static bool has_new_snaps(struct ceph_snap_context *o, in has_new_snaps()
508 struct ceph_snap_context *n) in has_new_snaps()
535 struct ceph_snap_context *old_snapc, *new_snapc; in ceph_queue_cap_snap()
H A Dfile.c1421 struct ceph_snap_context *snapc; in ceph_aio_retry_work()
1481 struct ceph_snap_context *snapc, in ceph_direct_read_write()
1711 struct ceph_snap_context *snapc) in ceph_sync_write()
2431 struct ceph_snap_context *snapc; in ceph_write_iter()
H A Dcaps.c3343 struct ceph_snap_context *snapc) in ceph_put_wrbuffer_cap_refs()