Home
last modified time | relevance | path

Searched refs:rw_contexts (Results 1 – 2 of 2) sorted by relevance

/linux-4.19.296/fs/ceph/
Dsuper.h683 struct list_head rw_contexts; member
721 list_add(&ctx->list, &cf->rw_contexts); in ceph_add_rw_context()
738 list_for_each_entry(ctx, &cf->rw_contexts, list) { in ceph_find_rw_context()
Dfile.c232 INIT_LIST_HEAD(&fi->rw_contexts); in ceph_init_file_info()
534 WARN_ON(!list_empty(&dfi->file_info.rw_contexts)); in ceph_release()
546 WARN_ON(!list_empty(&fi->rw_contexts)); in ceph_release()