Searched refs:plh_flags (Results 1 – 6 of 6) sorted by relevance
| /linux-4.4.14/fs/nfs/ |
| D | pnfs.c | 266 if (!test_and_set_bit(fail_bit, &lo->plh_flags)) in pnfs_layout_set_fail_bit() 273 if (test_and_clear_bit(fail_bit, &lo->plh_flags)) in pnfs_layout_clear_fail_bit() 303 if (test_bit(fail_bit, &lo->plh_flags) == 0) in pnfs_layout_io_test_failed() 344 clear_bit(NFS_LAYOUT_BULK_RECALL, &lo->plh_flags); in pnfs_layout_remove_lseg() 368 if (test_and_set_bit(NFS_LAYOUT_RETURN, &lo->plh_flags)) in pnfs_prepare_layoutreturn() 372 clear_bit(NFS_LAYOUT_RETURN_BEFORE_CLOSE, &lo->plh_flags); in pnfs_prepare_layoutreturn() 701 set_bit(NFS_LAYOUT_BULK_RECALL, &lo->plh_flags); in pnfs_layout_free_bulk_destroy_list() 824 test_bit(NFS_LAYOUT_BULK_RECALL, &lo->plh_flags); in pnfs_layoutgets_blocked() 841 test_bit(NFS_LAYOUT_INVALID_STID, &lo->plh_flags)) { in pnfs_choose_layoutget_stateid() 941 clear_bit_unlock(NFS_LAYOUT_RETURN, &lo->plh_flags); in pnfs_clear_layoutreturn_waitbit() [all …]
|
| D | pnfs.h | 195 unsigned long plh_flags; member 384 if (!test_and_set_bit(NFS_LAYOUT_RETRY_LAYOUTGET, &lo->plh_flags)) in pnfs_set_retry_layoutget() 390 if (test_and_clear_bit(NFS_LAYOUT_RETRY_LAYOUTGET, &lo->plh_flags)) { in pnfs_clear_retry_layoutget() 393 wake_up_bit(&lo->plh_flags, NFS_LAYOUT_RETURN); in pnfs_clear_retry_layoutget() 399 return test_bit(NFS_LAYOUT_RETRY_LAYOUTGET, &lo->plh_flags); in pnfs_should_retry_layoutget()
|
| D | callback_proc.c | 184 if (test_bit(NFS_LAYOUT_BULK_RECALL, &lo->plh_flags) || in initiate_file_draining()
|
| D | nfs4proc.c | 7861 set_bit(NFS_LAYOUT_INVALID_STID, &lo->plh_flags); in nfs4_layoutget_done()
|
| /linux-4.4.14/fs/nfs/flexfilelayout/ |
| D | flexfilelayoutdev.c | 442 &lseg->pls_layout->plh_flags); in nfs4_ff_layout_prepare_ds()
|
| D | flexfilelayout.c | 1193 &hdr->lseg->pls_layout->plh_flags); in ff_layout_read_done_cb()
|