Searched refs:NFS4DS_CONNECTING (Results 1 – 2 of 2) sorted by relevance
561 return wait_on_bit(&ds->ds_state, NFS4DS_CONNECTING, TASK_KILLABLE); in nfs4_wait_ds_connect()567 clear_and_wake_up_bit(NFS4DS_CONNECTING, &ds->ds_state); in nfs4_clear_ds_conn_bit()734 } while (test_and_set_bit(NFS4DS_CONNECTING, &ds->ds_state) != 0); in nfs4_pnfs_ds_connect()
63 #define NFS4DS_CONNECTING 0 /* ds is establishing connection */ macro