Home
last modified time | relevance | path

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

/linux-4.4.14/fs/nfs/
Dpnfs_nfs.c552 wait_on_bit(&ds->ds_state, NFS4DS_CONNECTING, in nfs4_wait_ds_connect()
559 clear_bit(NFS4DS_CONNECTING, &ds->ds_state); in nfs4_clear_ds_conn_bit()
561 wake_up_bit(&ds->ds_state, NFS4DS_CONNECTING); in nfs4_clear_ds_conn_bit()
688 if (test_and_set_bit(NFS4DS_CONNECTING, &ds->ds_state) == 0) { in nfs4_pnfs_ds_connect()
Dpnfs.h59 #define NFS4DS_CONNECTING 0 /* ds is establishing connection */ macro