cached_context   1641 fs/ceph/caps.c 				ci->i_snap_realm->cached_context);
cached_context   2514 fs/ceph/caps.c 					ci->i_snap_realm->cached_context);
cached_context    191 fs/ceph/snap.c 	ceph_put_snap_context(realm->cached_context);
cached_context    322 fs/ceph/snap.c 		if (!parent->cached_context) {
cached_context    327 fs/ceph/snap.c 		num += parent->cached_context->num_snaps;
cached_context    334 fs/ceph/snap.c 	if (realm->cached_context &&
cached_context    335 fs/ceph/snap.c 	    realm->cached_context->seq == realm->seq &&
cached_context    337 fs/ceph/snap.c 	     realm->cached_context->seq >= parent->cached_context->seq)) {
cached_context    340 fs/ceph/snap.c 		     realm->ino, realm, realm->cached_context,
cached_context    341 fs/ceph/snap.c 		     realm->cached_context->seq,
cached_context    342 fs/ceph/snap.c 		     (unsigned int)realm->cached_context->num_snaps);
cached_context    362 fs/ceph/snap.c 		for (i = 0; i < parent->cached_context->num_snaps; i++)
cached_context    363 fs/ceph/snap.c 			if (parent->cached_context->snaps[i] >=
cached_context    366 fs/ceph/snap.c 					parent->cached_context->snaps[i];
cached_context    367 fs/ceph/snap.c 		if (parent->cached_context->seq > snapc->seq)
cached_context    368 fs/ceph/snap.c 			snapc->seq = parent->cached_context->seq;
cached_context    383 fs/ceph/snap.c 	ceph_put_snap_context(realm->cached_context);
cached_context    384 fs/ceph/snap.c 	realm->cached_context = snapc;
cached_context    394 fs/ceph/snap.c 	if (realm->cached_context) {
cached_context    395 fs/ceph/snap.c 		ceph_put_snap_context(realm->cached_context);
cached_context    396 fs/ceph/snap.c 		realm->cached_context = NULL;
cached_context    482 fs/ceph/snap.c 	new_snapc = ci->i_snap_realm->cached_context;
cached_context    740 fs/ceph/snap.c 	} else if (!realm->cached_context) {
cached_context    821 fs/ceph/super.h 	struct ceph_snap_context *cached_context;