Home
last modified time | relevance | path

Searched refs:rw_contexts (Results 1 - 4 of 4) sorted by relevance

/kernel/linux/linux-5.10/fs/ceph/
H A Dsuper.h772 struct list_head rw_contexts; member
812 list_add(&ctx->list, &cf->rw_contexts); in ceph_add_rw_context()
829 list_for_each_entry(ctx, &cf->rw_contexts, list) { in ceph_find_rw_context()
H A Dfile.c235 INIT_LIST_HEAD(&fi->rw_contexts); in ceph_init_file_info()
826 WARN_ON(!list_empty(&dfi->file_info.rw_contexts)); in ceph_release()
838 WARN_ON(!list_empty(&fi->rw_contexts)); in ceph_release()
/kernel/linux/linux-6.6/fs/ceph/
H A Dsuper.h831 struct list_head rw_contexts; member
871 list_add(&ctx->list, &cf->rw_contexts); in ceph_add_rw_context()
888 list_for_each_entry(ctx, &cf->rw_contexts, list) { in ceph_find_rw_context()
H A Dfile.c236 INIT_LIST_HEAD(&fi->rw_contexts); in ceph_init_file_info()
919 WARN_ON(!list_empty(&dfi->file_info.rw_contexts)); in ceph_release()
931 WARN_ON(!list_empty(&fi->rw_contexts)); in ceph_release()

Completed in 12 milliseconds