Home
last modified time | relevance | path

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

/Linux-v5.4/fs/ceph/
Dsuper.h713 struct list_head rw_contexts; member
755 list_add(&ctx->list, &cf->rw_contexts); in ceph_add_rw_context()
772 list_for_each_entry(ctx, &cf->rw_contexts, list) { in ceph_find_rw_context()
Dfile.c236 INIT_LIST_HEAD(&fi->rw_contexts); in ceph_init_file_info()
543 WARN_ON(!list_empty(&dfi->file_info.rw_contexts)); in ceph_release()
555 WARN_ON(!list_empty(&fi->rw_contexts)); in ceph_release()