Searched refs:NFS_LAYOUT_RETURN (Results 1 – 2 of 2) sorted by relevance
| /linux/fs/nfs/ |
| A D | pnfs.c | 377 clear_bit_unlock(NFS_LAYOUT_RETURN, &lo->plh_flags); in pnfs_clear_layoutreturn_waitbit() 380 wake_up_bit(&lo->plh_flags, NFS_LAYOUT_RETURN); in pnfs_clear_layoutreturn_waitbit() 461 if (test_bit(NFS_LAYOUT_RETURN, &lo->plh_flags) && in pnfs_mark_layout_stateid_invalid() 562 !test_bit(NFS_LAYOUT_RETURN, &lo->plh_flags)) { in pnfs_layout_remove_lseg() 1189 set_bit(NFS_LAYOUT_RETURN, &lo->plh_flags); in pnfs_prepare_layoutreturn() 1344 if (wait_on_bit(&lo->plh_flags, NFS_LAYOUT_RETURN, in _pnfs_return_layout() 1436 wait_on_bit(&lo->plh_flags, NFS_LAYOUT_RETURN, in pnfs_roc() 1897 return wait_on_bit_action(&lo->plh_flags, NFS_LAYOUT_RETURN, in pnfs_prepare_to_retry_layoutget() 2031 if (test_bit(NFS_LAYOUT_RETURN, &lo->plh_flags)) { in pnfs_update_layout() 2214 if (test_bit(NFS_LAYOUT_RETURN, &lo->plh_flags)) in _pnfs_grab_empty_layout() [all …]
|
| A D | pnfs.h | 101 NFS_LAYOUT_RETURN, /* layoutreturn in progress */ enumerator
|
Completed in 12 milliseconds