Home
last modified time | relevance | path

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

/linux-4.1.27/fs/nfs/
Dpnfs.h98 NFS_LAYOUT_RETURN, /* Return this layout ASAP */ enumerator
381 wake_up_bit(&lo->plh_flags, NFS_LAYOUT_RETURN); in pnfs_clear_retry_layoutget()
Dpnfs.c806 return test_bit(NFS_LAYOUT_RETURN, &lo->plh_flags) && in pnfs_layout_returning()
923 clear_bit_unlock(NFS_LAYOUT_RETURN, &lo->plh_flags); in pnfs_clear_layoutreturn_waitbit()
925 wake_up_bit(&lo->plh_flags, NFS_LAYOUT_RETURN); in pnfs_clear_layoutreturn_waitbit()
1430 return !wait_on_bit_action(&lo->plh_flags, NFS_LAYOUT_RETURN, in pnfs_prepare_to_retry_layoutget()
1521 test_bit(NFS_LAYOUT_RETURN, &lo->plh_flags)) { in pnfs_update_layout()
1697 set_bit(NFS_LAYOUT_RETURN, &lo->plh_flags); in pnfs_error_mark_layout_for_return()