Home
last modified time | relevance | path

Searched refs:plh_flags (Results 1 – 4 of 4) sorted by relevance

/linux-6.15/fs/nfs/
H A Dpnfs.c392 wake_up_bit(&lo->plh_flags, NFS_LAYOUT_RETURN); in pnfs_clear_layoutreturn_waitbit()
473 set_bit(NFS_LAYOUT_DRAIN, &lo->plh_flags); in pnfs_mark_layout_stateid_invalid()
503 if (!test_and_set_bit(fail_bit, &lo->plh_flags)) in pnfs_layout_set_fail_bit()
540 if (test_bit(fail_bit, &lo->plh_flags) == 0) in pnfs_layout_io_test_failed()
1319 set_bit(NFS_LAYOUT_RETURN, &lo->plh_flags); in pnfs_prepare_layoutreturn()
1574 wait_on_bit(&lo->plh_flags, NFS_LAYOUT_RETURN, in pnfs_roc()
1876 lo->plh_flags |= 1 << NFS_LAYOUT_INVALID_STID; in alloc_init_layout_hdr()
2073 unsigned long *bitlock = &lo->plh_flags; in pnfs_clear_first_layoutget()
2232 &lo->plh_flags)) { in pnfs_update_layout()
2234 lseg = ERR_PTR(wait_on_bit(&lo->plh_flags, in pnfs_update_layout()
[all …]
H A Dcallback_proc.c229 if (test_bit(NFS_LAYOUT_RETURN, &lo->plh_flags)) in pnfs_check_callback_stateid()
282 if (test_bit(NFS_LAYOUT_BULK_RECALL, &lo->plh_flags)) { in initiate_file_draining()
297 set_bit(NFS_LAYOUT_DRAIN, &lo->plh_flags); in initiate_file_draining()
H A Dpnfs.h213 unsigned long plh_flags; member
446 return test_bit(NFS_LAYOUT_INVALID_STID, &lo->plh_flags) == 0; in pnfs_layout_is_valid()
611 set_bit(NFS_LAYOUT_RETURN_REQUESTED, &nfsi->layout->plh_flags); in pnfs_return_layout()
H A Dnfs4proc.c9919 if (!lo || test_bit(NFS_LAYOUT_INVALID_STID, &lo->plh_flags) || in nfs4_layoutget_handle_exception()