Home
last modified time | relevance | path

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

/linux-4.1.27/fs/ceph/
Dsnap.c185 ceph_put_snap_context(realm->cached_context); in __destroy_snap_realm()
317 if (!parent->cached_context) { in build_snap_context()
322 num += parent->cached_context->num_snaps; in build_snap_context()
329 if (realm->cached_context && in build_snap_context()
330 realm->cached_context->seq == realm->seq && in build_snap_context()
332 realm->cached_context->seq >= parent->cached_context->seq)) { in build_snap_context()
335 realm->ino, realm, realm->cached_context, in build_snap_context()
336 realm->cached_context->seq, in build_snap_context()
337 (unsigned int) realm->cached_context->num_snaps); in build_snap_context()
363 for (i = 0; i < parent->cached_context->num_snaps; i++) in build_snap_context()
[all …]
Daddr.c94 snapc = ceph_get_snap_context(ci->i_snap_realm->cached_context); in ceph_set_page_dirty()
1050 BUG_ON(!ci->i_snap_realm->cached_context); in ceph_update_writeable_page()
1512 ci->i_snap_realm->cached_context, in ceph_uninline_data()
1531 ci->i_snap_realm->cached_context, in ceph_uninline_data()
Dfile.c603 snapc = ci->i_snap_realm->cached_context; in ceph_sync_direct_write()
720 snapc = ci->i_snap_realm->cached_context; in ceph_sync_write()
Dsuper.h652 struct ceph_snap_context *cached_context; member
Dcaps.c1421 ci->i_snap_realm->cached_context); in __ceph_mark_dirty_caps()