Searched refs:cb_flags (Results 1 – 5 of 5) sorted by relevance
| /fs/nfsd/ |
| A D | nfs4callback.c | 1100 set_bit(NFSD4_CALLBACK_REQUEUE, &cb->cb_flags); in nfsd4_requeue_cb() 1341 if (test_bit(NFSD4_CALLBACK_WAKE, &cb->cb_flags)) in nfsd41_destroy_cb() 1342 clear_and_wake_up_bit(NFSD4_CALLBACK_RUNNING, &cb->cb_flags); in nfsd41_destroy_cb() 1344 clear_bit(NFSD4_CALLBACK_RUNNING, &cb->cb_flags); in nfsd41_destroy_cb() 1601 if (test_bit(NFSD4_CALLBACK_REQUEUE, &cb->cb_flags)) in nfsd4_cb_release() 1740 if (!test_and_clear_bit(NFSD4_CALLBACK_REQUEUE, &cb->cb_flags)) { in nfsd4_run_cb_work() 1750 set_bit(NFSD4_CALLBACK_REQUEUE, &cb->cb_flags); in nfsd4_run_cb_work() 1762 cb->cb_flags = 0; in nfsd4_init_cb()
|
| A D | state.h | 88 unsigned long cb_flags; member 807 if (!test_and_set_bit(NFSD4_CALLBACK_RUNNING, &cb->cb_flags)) in nfsd4_try_run_cb()
|
| A D | nfs4layouts.c | 347 if (!test_and_set_bit(NFSD4_CALLBACK_RUNNING, &ls->ls_recall.cb_flags)) { in nfsd4_recall_file_layout()
|
| A D | nfs4state.c | 3216 if (test_and_set_bit(NFSD4_CALLBACK_RUNNING, &ncf->ncf_getattr.cb_flags)) in nfs4_cb_getattr() 3223 set_bit(NFSD4_CALLBACK_WAKE, &ncf->ncf_getattr.cb_flags); in nfs4_cb_getattr() 5426 if (test_and_set_bit(NFSD4_CALLBACK_RUNNING, &dp->dl_recall.cb_flags)) in nfsd_break_one_deleg() 6955 if (test_and_set_bit(NFSD4_CALLBACK_RUNNING, &clp->cl_ra->ra_cb.cb_flags)) in deleg_reaper() 9270 wait_on_bit_timeout(&ncf->ncf_getattr.cb_flags, NFSD4_CALLBACK_RUNNING, in nfsd4_deleg_getattr_conflict()
|
| A D | trace.h | 1636 __entry->need_restart = test_bit(NFSD4_CALLBACK_REQUEUE, &cb->cb_flags);
|
Completed in 32 milliseconds