Home
last modified time | relevance | path

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

/linux-4.4.14/fs/nfs/
Dpnfs.h101 NFS_LAYOUT_RETRY_LAYOUTGET, /* Retry layoutget */ enumerator
384 if (!test_and_set_bit(NFS_LAYOUT_RETRY_LAYOUTGET, &lo->plh_flags)) in pnfs_set_retry_layoutget()
390 if (test_and_clear_bit(NFS_LAYOUT_RETRY_LAYOUTGET, &lo->plh_flags)) { in pnfs_clear_retry_layoutget()
399 return test_bit(NFS_LAYOUT_RETRY_LAYOUTGET, &lo->plh_flags); in pnfs_should_retry_layoutget()
Dpnfs.c1471 if (!test_bit(NFS_LAYOUT_RETRY_LAYOUTGET, key->flags)) in pnfs_layoutget_retry_bit_wait()