Home
last modified time | relevance | path

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

/linux/fs/nfs/
H A Dnfs4proc.c1934 if (!opendata->is_recover) { in nfs4_try_open_cached()
2452 &data->c_res.seq_res, 1, data->is_recover); in _nfs4_proc_open_confirm()
2626 data->is_recover = false; in nfs4_run_open_task()
2629 data->is_recover = true; in nfs4_run_open_task()
/linux/drivers/md/
H A Dmd.c5042 bool is_recover = false; in md_get_active_sync_action() local
5053 is_recover = true; in md_get_active_sync_action()
5059 return is_recover ? ACTION_RECOVER : ACTION_IDLE; in md_get_active_sync_action()