Home
last modified time | relevance | path

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

/linux-4.4.14/fs/nfs/
Dpnfs.h97 NFS_LAYOUT_RETURN, /* Return this layout ASAP */ enumerator
393 wake_up_bit(&lo->plh_flags, NFS_LAYOUT_RETURN); in pnfs_clear_retry_layoutget()
Dpnfs.c368 if (test_and_set_bit(NFS_LAYOUT_RETURN, &lo->plh_flags)) in pnfs_prepare_layoutreturn()
941 clear_bit_unlock(NFS_LAYOUT_RETURN, &lo->plh_flags); in pnfs_clear_layoutreturn_waitbit()
943 wake_up_bit(&lo->plh_flags, NFS_LAYOUT_RETURN); in pnfs_clear_layoutreturn_waitbit()
1185 if (lo && test_bit(NFS_LAYOUT_RETURN, &lo->plh_flags)) in pnfs_wait_on_layoutreturn()
1485 return !wait_on_bit_action(&lo->plh_flags, NFS_LAYOUT_RETURN, in pnfs_prepare_to_retry_layoutget()
1578 if (test_bit(NFS_LAYOUT_RETURN, &lo->plh_flags)) { in pnfs_update_layout()