Searched refs:NFS_LAYOUT_RETURN (Results 1 – 3 of 3) sorted by relevance
/linux-6.12.1/fs/nfs/ |
D | pnfs.c | 389 clear_bit_unlock(NFS_LAYOUT_RETURN, &lo->plh_flags); in pnfs_clear_layoutreturn_waitbit() 392 wake_up_bit(&lo->plh_flags, NFS_LAYOUT_RETURN); in pnfs_clear_layoutreturn_waitbit() 474 if (test_bit(NFS_LAYOUT_RETURN, &lo->plh_flags) && in pnfs_mark_layout_stateid_invalid() 587 !test_bit(NFS_LAYOUT_RETURN, &lo->plh_flags)) { in pnfs_layout_remove_lseg() 1315 set_bit(NFS_LAYOUT_RETURN, &lo->plh_flags); in pnfs_prepare_layoutreturn() 1459 if (wait_on_bit(&lo->plh_flags, NFS_LAYOUT_RETURN, in _pnfs_return_layout() 1485 wait_on_bit(&lo->plh_flags, NFS_LAYOUT_RETURN, TASK_UNINTERRUPTIBLE); in _pnfs_return_layout() 1570 wait_on_bit(&lo->plh_flags, NFS_LAYOUT_RETURN, in pnfs_roc() 1734 if (lo && test_bit(NFS_LAYOUT_RETURN, &lo->plh_flags)) { in pnfs_wait_on_layoutreturn() 2032 return wait_on_bit_action(&lo->plh_flags, NFS_LAYOUT_RETURN, in pnfs_prepare_to_retry_layoutget() [all …]
|
D | callback_proc.c | 229 if (test_bit(NFS_LAYOUT_RETURN, &lo->plh_flags)) in pnfs_check_callback_stateid()
|
D | pnfs.h | 102 NFS_LAYOUT_RETURN, /* layoutreturn in progress */ enumerator
|