Home
last modified time | relevance | path

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

/linux-4.1.27/fs/nfs/
Dpnfs.h102 NFS_LAYOUT_RETRY_LAYOUTGET, /* Retry layoutget */ enumerator
372 if (!test_and_set_bit(NFS_LAYOUT_RETRY_LAYOUTGET, &lo->plh_flags)) in pnfs_set_retry_layoutget()
378 if (test_and_clear_bit(NFS_LAYOUT_RETRY_LAYOUTGET, &lo->plh_flags)) { in pnfs_clear_retry_layoutget()
387 return test_bit(NFS_LAYOUT_RETRY_LAYOUTGET, &lo->plh_flags); in pnfs_should_retry_layoutget()
Dpnfs.c1418 if (!test_bit(NFS_LAYOUT_RETRY_LAYOUTGET, key->flags)) in pnfs_layoutget_retry_bit_wait()