Home
last modified time | relevance | path

Searched refs:snapc (Results 1 – 5 of 5) sorted by relevance

/fs/ceph/
A Daddr.c122 snapc, snapc->seq, snapc->num_snaps); in ceph_dirty_folio()
654 if (snapc) in get_oldest_context()
676 return snapc; in get_oldest_context()
744 if (!snapc) { in write_folio_nounlock()
775 snapc->seq); in write_folio_nounlock()
1085 ceph_wbc->snapc, ceph_wbc->snapc->seq, in ceph_define_writeback_range()
1158 ceph_wbc->snapc, ceph_wbc->snapc->seq); in ceph_check_page_before_write()
1808 if (!snapc || snapc == ci->i_head_snapc) in ceph_find_incompatible()
1845 if (snapc) { in ceph_netfs_check_write_begin()
1851 if (IS_ERR(snapc)) in ceph_netfs_check_write_begin()
[all …]
A Dsnap.c342 struct ceph_snap_context *snapc; in build_snap_context() local
379 snapc = ceph_create_snap_context(num, GFP_NOFS); in build_snap_context()
380 if (!snapc) in build_snap_context()
385 snapc->seq = realm->seq; in build_snap_context()
394 snapc->snaps[num++] = in build_snap_context()
396 if (parent->cached_context->seq > snapc->seq) in build_snap_context()
397 snapc->seq = parent->cached_context->seq; in build_snap_context()
399 memcpy(snapc->snaps + num, realm->snaps, in build_snap_context()
407 snapc->num_snaps = num; in build_snap_context()
409 snapc, snapc->seq, (unsigned int) snapc->num_snaps); in build_snap_context()
[all …]
A Dfile.c1421 struct ceph_snap_context *snapc; in ceph_aio_retry_work() local
1431 snapc = ceph_get_snap_context(capsnap->context); in ceph_aio_retry_work()
1475 ceph_put_snap_context(snapc); in ceph_aio_retry_work()
1481 struct ceph_snap_context *snapc, in ceph_direct_read_write() argument
1509 snapc, snapc ? snapc->seq : 0); in ceph_direct_read_write()
1545 flags, snapc, in ceph_direct_read_write()
1711 struct ceph_snap_context *snapc) in ceph_sync_write() argument
1733 (unsigned)count, snapc, snapc->seq); in ceph_sync_write()
2008 snapc, ci->i_truncate_seq, in ceph_sync_write()
2430 struct ceph_snap_context *snapc; in ceph_write_iter() local
[all …]
A Dsuper.h1252 struct ceph_snap_context *snapc);
A Dcaps.c3343 struct ceph_snap_context *snapc) in ceph_put_wrbuffer_cap_refs() argument
3360 if (ci->i_head_snapc == snapc) { in ceph_put_wrbuffer_cap_refs()
3376 if (iter->context == snapc) { in ceph_put_wrbuffer_cap_refs()

Completed in 35 milliseconds