Home
last modified time | relevance | path

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

/openbmc/linux/fs/nfsd/
H A Dnfs4callback.c1239 cb->cb_need_restart = true; in nfsd4_cb_sequence_done()
1279 if (cb->cb_need_restart) in nfsd4_cb_release()
1401 if (cb->cb_need_restart) { in nfsd4_run_cb_work()
1402 cb->cb_need_restart = false; in nfsd4_run_cb_work()
1444 cb->cb_need_restart = false; in nfsd4_init_cb()
H A Dstate.h74 bool cb_need_restart; member