Searched refs:plh_flags (Results 1 – 4 of 4) sorted by relevance
| /linux/fs/nfs/ |
| A D | pnfs.c | 380 wake_up_bit(&lo->plh_flags, NFS_LAYOUT_RETURN); in pnfs_clear_layoutreturn_waitbit() 456 set_bit(NFS_LAYOUT_INVALID_STID, &lo->plh_flags); in pnfs_mark_layout_stateid_invalid() 478 if (!test_and_set_bit(fail_bit, &lo->plh_flags)) in pnfs_layout_set_fail_bit() 515 if (test_bit(fail_bit, &lo->plh_flags) == 0) in pnfs_layout_io_test_failed() 1189 set_bit(NFS_LAYOUT_RETURN, &lo->plh_flags); in pnfs_prepare_layoutreturn() 1436 wait_on_bit(&lo->plh_flags, NFS_LAYOUT_RETURN, in pnfs_roc() 1724 lo->plh_flags |= 1 << NFS_LAYOUT_INVALID_STID; in alloc_init_layout_hdr() 1920 unsigned long *bitlock = &lo->plh_flags; in pnfs_clear_first_layoutget() 2068 &lo->plh_flags)) { in pnfs_update_layout() 2070 lseg = ERR_PTR(wait_on_bit(&lo->plh_flags, in pnfs_update_layout() [all …]
|
| A D | pnfs.h | 205 unsigned long plh_flags; member 429 return test_bit(NFS_LAYOUT_INVALID_STID, &lo->plh_flags) == 0; in pnfs_layout_is_valid() 605 set_bit(NFS_LAYOUT_RETURN_REQUESTED, &nfsi->layout->plh_flags); in pnfs_return_layout()
|
| A D | callback_proc.c | 224 if (test_bit(NFS_LAYOUT_RETURN_REQUESTED, &lo->plh_flags) && in pnfs_check_callback_stateid() 276 if (test_bit(NFS_LAYOUT_BULK_RECALL, &lo->plh_flags)) { in initiate_file_draining()
|
| A D | nfs4proc.c | 9416 if (!lo || test_bit(NFS_LAYOUT_INVALID_STID, &lo->plh_flags) || in nfs4_layoutget_handle_exception()
|
Completed in 31 milliseconds