Home
last modified time | relevance | path

Searched refs:ceph_snap_context (Results 1 – 9 of 9) 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.c545 struct ceph_snap_context *snapc, in ceph_osdc_alloc_request()
1061 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 */
543 struct ceph_snap_context *snapc,
555 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()
87 struct ceph_snap_context *snapc; in ceph_dirty_folio()
146 struct ceph_snap_context *snapc; in ceph_invalidate_folio()
587 struct ceph_snap_context *snapc;
588 struct ceph_snap_context *last_snapc;
621 static struct ceph_snap_context *
623 struct ceph_snap_context *page_snapc) in get_oldest_context()
627 struct ceph_snap_context *snapc = NULL; in get_oldest_context()
683 struct ceph_snap_context *snapc; in get_writepages_data_length()
725 struct ceph_snap_context *snapc, *oldest; in write_folio_nounlock()
[all …]
H A Dsuper.h244 struct ceph_snap_context *context;
431 struct ceph_snap_context *i_head_snapc; /* set if wr_buffer_head > 0 or
962 struct ceph_snap_context *cached_context;
1268 struct ceph_snap_context *snapc);
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.c1415 struct ceph_snap_context *snapc; in ceph_aio_retry_work()
1475 struct ceph_snap_context *snapc, in ceph_direct_read_write()
1705 struct ceph_snap_context *snapc) in ceph_sync_write()
2426 struct ceph_snap_context *snapc; in ceph_write_iter()
H A Dcaps.c3344 struct ceph_snap_context *snapc) in ceph_put_wrbuffer_cap_refs()