rw_contexts       236 fs/ceph/file.c 	INIT_LIST_HEAD(&fi->rw_contexts);
rw_contexts       543 fs/ceph/file.c 		WARN_ON(!list_empty(&dfi->file_info.rw_contexts));
rw_contexts       555 fs/ceph/file.c 		WARN_ON(!list_empty(&fi->rw_contexts));
rw_contexts       713 fs/ceph/super.h 	struct list_head rw_contexts;
rw_contexts       755 fs/ceph/super.h 	list_add(&ctx->list, &cf->rw_contexts);
rw_contexts       772 fs/ceph/super.h 	list_for_each_entry(ctx, &cf->rw_contexts, list) {