Home
last modified time | relevance | path

Searched refs:blocked (Results 1 – 23 of 23) sorted by relevance

/fs/ocfs2/
Dmmap.c46 static inline int ocfs2_vm_op_block_sigs(sigset_t *blocked, sigset_t *oldset) in ocfs2_vm_op_block_sigs() argument
51 sigfillset(blocked); in ocfs2_vm_op_block_sigs()
55 return sigprocmask(SIG_BLOCK, blocked, oldset); in ocfs2_vm_op_block_sigs()
65 sigset_t blocked, oldset; in ocfs2_fault() local
70 error = ocfs2_vm_op_block_sigs(&blocked, &oldset); in ocfs2_fault()
161 sigset_t blocked, oldset; in ocfs2_page_mkwrite() local
164 ret = ocfs2_vm_op_block_sigs(&blocked, &oldset); in ocfs2_page_mkwrite()
Dinode.c919 sigset_t blocked, oldset; in ocfs2_delete_inode() local
944 sigfillset(&blocked); in ocfs2_delete_inode()
945 status = sigprocmask(SIG_BLOCK, &blocked, &oldset); in ocfs2_delete_inode()
/fs/coda/
Dupcall.c578 *old = current->blocked; in coda_block_signals()
580 sigfillset(&current->blocked); in coda_block_signals()
581 sigdelset(&current->blocked, SIGKILL); in coda_block_signals()
582 sigdelset(&current->blocked, SIGSTOP); in coda_block_signals()
583 sigdelset(&current->blocked, SIGINT); in coda_block_signals()
592 current->blocked = *old; in coda_unblock_signals()
613 int blocked; in coda_waitfor_upcall() local
616 blocked = 1; in coda_waitfor_upcall()
629 if (blocked && time_after(jiffies, timeout) && in coda_waitfor_upcall()
633 blocked = 0; in coda_waitfor_upcall()
[all …]
/fs/proc/
Darray.c249 sigset_t pending, shpending, blocked, ignored, caught; in task_sig() local
256 sigemptyset(&blocked); in task_sig()
263 blocked = p->blocked; in task_sig()
277 render_sigset_t(m, "SigBlk:\t", &blocked); in task_sig()
487 task->blocked.sig[0] & 0x7fffffffUL, in do_task_stat()
/fs/ocfs2/dlm/
Ddlmmaster.c119 int *blocked);
123 int blocked);
535 !list_empty(&res->blocked) || in dlm_lockres_release()
546 !list_empty(&res->blocked) ? 'B' : ' ', in dlm_lockres_release()
559 BUG_ON(!list_empty(&res->blocked)); in dlm_lockres_release()
595 INIT_LIST_HEAD(&res->blocked); in dlm_init_lockres()
715 int blocked = 0; in dlm_get_lock_resource() local
802 blocked = dlm_find_mle(dlm, &mle, (char *)lockid, namelen); in dlm_get_lock_resource()
803 if (blocked) { in dlm_get_lock_resource()
921 if (blocked) in dlm_get_lock_resource()
[all …]
Ddlmthread.c86 list_empty(&res->blocked)) in __dlm_lockres_has_locks()
301 goto blocked; in dlm_shuffle_lists()
373 blocked: in dlm_shuffle_lists()
374 if (list_empty(&res->blocked)) in dlm_shuffle_lists()
376 target = list_entry(res->blocked.next, struct dlm_lock, list); in dlm_shuffle_lists()
Ddlmlock.c180 list_add_tail(&lock->list, &res->blocked); in dlmlock_master()
240 list_add_tail(&lock->list, &res->blocked); in dlmlock_remote()
Ddlmcommon.h303 struct list_head blocked; member
409 ret = &res->blocked; in dlm_list_idx_to_ptr()
Ddlmdebug.c131 list_for_each(iter2, &res->blocked) { in __dlm_print_one_lock_resource()
621 list_for_each_entry(lock, &res->blocked, list) in dump_lockres()
Ddlmast.c363 head = &res->blocked; in dlm_proxy_ast_handler()
Ddlmunlock.c533 if (dlm_lock_on_list(&res->blocked, lock)) { in dlm_get_cancel_actions()
Ddlmrecovery.c2183 list_for_each_entry_safe(lock, next, &res->blocked, list) { in dlm_free_dead_locks()
/fs/autofs4/
Dwaitq.c443 oldset = current->blocked; in autofs4_wait()
444 siginitsetinv(&current->blocked, SHUTDOWN_SIGS & ~oldset.sig[0]); in autofs4_wait()
451 current->blocked = oldset; in autofs4_wait()
/fs/btrfs/
Dtransaction.h30 int blocked; member
Dtransaction.c64 cur_trans->blocked = 0; in join_transaction()
141 if (cur_trans && cur_trans->blocked) { in wait_current_trans()
147 if (cur_trans->blocked) { in wait_current_trans()
924 trans->transaction->blocked = 1; in btrfs_commit_transaction()
1034 trans->transaction->blocked = 0; in btrfs_commit_transaction()
/fs/fuse/
Ddev.c104 intr = wait_event_interruptible(fc->blocked_waitq, !fc->blocked); in fuse_get_req()
189 wait_event(fc->blocked_waitq, !fc->blocked); in fuse_get_req_nofail()
281 fc->blocked = 0; in request_end()
410 fc->blocked = 1; in fuse_request_send_nowait_locked()
1098 fc->blocked = 0; in fuse_abort_conn()
Dinode.c284 fc->blocked = 0; in fuse_put_super()
516 fc->blocked = 1; in fuse_conn_init()
764 fc->blocked = 0; in process_init_reply()
Dfuse_i.h357 int blocked; member
/fs/jffs2/
Dbackground.c119 signr = dequeue_signal_lock(current, &current->blocked, &info); in jffs2_garbage_collect_thread()
/fs/ncpfs/
Dsock.c756 old_set = current->blocked; in ncp_do_request()
772 siginitsetinv(&current->blocked, mask); in ncp_do_request()
779 current->blocked = old_set; in ncp_do_request()
/fs/
Dbinfmt_elf_fdpic.c1380 prstatus->pr_sighold = p->blocked.sig[0]; in fill_prstatus()
Dbinfmt_elf.c1360 prstatus->pr_sighold = p->blocked.sig[0]; in fill_prstatus()
/fs/cifs/
DCHANGES510 blocked users thread so it does not seem hung (in some cases was blocked