| /fs/fuse/ |
| A D | dev_uring.c | 81 struct fuse_ring_queue *queue = ent->queue; in fuse_uring_req_end() local 331 struct fuse_ring_queue *queue = ent->queue; in fuse_uring_entry_teardown() local 509 queue = ent->queue; in fuse_uring_cancel() 665 struct fuse_ring_queue *queue = ent->queue; in fuse_uring_copy_to_ring() local 721 struct fuse_ring_queue *queue = ent->queue; in fuse_uring_send_next_to_ring() local 755 struct fuse_ring_queue *queue = ent->queue; in fuse_uring_add_to_pq() local 770 struct fuse_ring_queue *queue = ent->queue; in fuse_uring_add_req_to_ring_ent() local 792 struct fuse_ring_queue *queue = ent->queue; in fuse_uring_ent_assign_req() local 860 struct fuse_ring_queue *queue = ent->queue; in fuse_ring_ent_set_commit() local 980 struct fuse_ring_queue *queue = ent->queue; in fuse_uring_do_register() local [all …]
|
| A D | dev_uring_i.h | 46 struct fuse_ring_queue *queue; member
|
| /fs/ocfs2/dlm/ |
| A D | dlmrecovery.c | 1086 list_for_each(iter, queue) in dlm_num_locks_in_lockres() 1088 queue++; in dlm_num_locks_in_lockres() 1172 int queue) in dlm_prepare_lvb_for_migration() argument 1178 if (queue == DLM_BLOCKED_LIST) in dlm_prepare_lvb_for_migration() 1217 ml->list = queue; in dlm_add_lock_to_array() 1263 struct list_head *queue; in dlm_send_one_lockres() local 1791 struct list_head *queue, *iter; in dlm_process_recovery_data() local 1881 if (tmpq != queue) { in dlm_process_recovery_data() 2019 list_add(&newlock->list, queue); in dlm_process_recovery_data() 2047 struct list_head *queue; in dlm_move_lockres_to_recovery_list() local [all …]
|
| A D | dlmunlock.c | 401 struct list_head *queue; in dlm_unlock_lock_handler() local 439 queue=&res->granted; in dlm_unlock_lock_handler() 463 list_for_each_entry(iter, queue, list) { in dlm_unlock_lock_handler() 474 queue++; in dlm_unlock_lock_handler()
|
| A D | dlmmaster.c | 2487 struct list_head *queue; in dlm_is_lockres_migratable() local 2506 queue = dlm_list_idx_to_ptr(res, idx); in dlm_is_lockres_migratable() 2507 list_for_each_entry(lock, queue, list) { in dlm_is_lockres_migratable() 2925 struct list_head *queue = &res->granted; in dlm_remove_nonlocal_locks() local 2934 list_for_each_entry_safe(lock, next, queue, list) { in dlm_remove_nonlocal_locks() 2952 queue++; in dlm_remove_nonlocal_locks() 2980 struct list_head *queue; in dlm_pick_migration_target() local 2990 queue = dlm_list_idx_to_ptr(res, idx); in dlm_pick_migration_target() 2991 list_for_each_entry(lock, queue, list) { in dlm_pick_migration_target()
|
| /fs/notify/ |
| A D | notification.c | 109 goto queue; in fsnotify_insert_event() 120 queue: in fsnotify_insert_event()
|
| /fs/gfs2/ |
| A D | trace_gfs2.h | 235 TP_PROTO(const struct gfs2_holder *gh, int queue), 237 TP_ARGS(gh, queue), 243 __field( int, queue ) 251 __entry->queue = queue; 258 __entry->queue ? "" : "de",
|
| /fs/autofs/ |
| A D | waitq.c | 35 wake_up(&wq->queue); in autofs_catatonic_mode() 391 init_waitqueue_head(&wq->queue); in autofs_wait() 440 wait_event_killable(wq->queue, wq->name.name == NULL); in autofs_wait() 507 wake_up(&wq->queue); in autofs_wait_release()
|
| A D | autofs_i.h | 89 wait_queue_head_t queue; member
|
| /fs/ocfs2/dlmfs/ |
| A D | userdlm.c | 177 int queue = 0; in __user_dlm_cond_queue_lockres() local 185 queue = 1; in __user_dlm_cond_queue_lockres() 189 queue = 1; in __user_dlm_cond_queue_lockres() 195 if (queue) in __user_dlm_cond_queue_lockres()
|
| /fs/nfs/ |
| A D | nfs4session.c | 27 static void nfs4_init_slot_table(struct nfs4_slot_table *tbl, const char *queue) in nfs4_init_slot_table() argument 31 rpc_init_priority_wait_queue(&tbl->slot_tbl_waitq, queue); in nfs4_init_slot_table() 351 const char *queue) in nfs4_setup_slot_table() argument 353 nfs4_init_slot_table(tbl, queue); in nfs4_setup_slot_table()
|
| A D | nfs4session.h | 84 unsigned int max_reqs, const char *queue);
|
| /fs/netfs/ |
| A D | fscache_cookie.c | 572 bool queue = false; in __fscache_use_cookie() local 593 queue = fscache_begin_lookup(cookie, will_modify); in __fscache_use_cookie() 606 queue = true; in __fscache_use_cookie() 637 if (queue) in __fscache_use_cookie()
|
| /fs/lockd/ |
| A D | clntproc.c | 245 static int nlm_wait_on_grace(wait_queue_head_t *queue) in nlm_wait_on_grace() argument 250 prepare_to_wait(queue, &wait, TASK_INTERRUPTIBLE); in nlm_wait_on_grace() 257 finish_wait(queue, &wait); in nlm_wait_on_grace()
|
| /fs/dlm/ |
| A D | recover.c | 405 static void set_lock_master(struct list_head *queue, int nodeid) in set_lock_master() argument 409 list_for_each_entry(lkb, queue, lkb_statequeue) { in set_lock_master()
|
| /fs/nfsd/ |
| A D | nfs4state.c | 7882 bool queue = false; in nfsd4_lm_notify() local 7889 queue = true; in nfsd4_lm_notify() 7893 if (queue) { in nfsd4_lm_notify()
|
| A D | trace.h | 1655 DEFINE_NFSD_CB_LIFETIME_EVENT(queue);
|