Searched refs:plh_flags (Results 1 – 6 of 6) sorted by relevance
/linux-4.1.27/fs/nfs/ |
D | pnfs.c | 265 if (!test_and_set_bit(fail_bit, &lo->plh_flags)) in pnfs_layout_set_fail_bit() 272 if (test_and_clear_bit(fail_bit, &lo->plh_flags)) in pnfs_layout_clear_fail_bit() 302 if (test_bit(fail_bit, &lo->plh_flags) == 0) in pnfs_layout_io_test_failed() 343 clear_bit(NFS_LAYOUT_BULK_RECALL, &lo->plh_flags); in pnfs_layout_remove_lseg() 684 set_bit(NFS_LAYOUT_BULK_RECALL, &lo->plh_flags); in pnfs_layout_free_bulk_destroy_list() 806 return test_bit(NFS_LAYOUT_RETURN, &lo->plh_flags) && in pnfs_layout_returning() 817 test_bit(NFS_LAYOUT_BULK_RECALL, &lo->plh_flags) || in pnfs_layoutgets_blocked() 837 test_bit(NFS_LAYOUT_INVALID_STID, &lo->plh_flags)) { in pnfs_choose_layoutget_stateid() 923 clear_bit_unlock(NFS_LAYOUT_RETURN, &lo->plh_flags); in pnfs_clear_layoutreturn_waitbit() 925 wake_up_bit(&lo->plh_flags, NFS_LAYOUT_RETURN); in pnfs_clear_layoutreturn_waitbit() [all …]
|
D | pnfs.h | 193 unsigned long plh_flags; member 372 if (!test_and_set_bit(NFS_LAYOUT_RETRY_LAYOUTGET, &lo->plh_flags)) in pnfs_set_retry_layoutget() 378 if (test_and_clear_bit(NFS_LAYOUT_RETRY_LAYOUTGET, &lo->plh_flags)) { in pnfs_clear_retry_layoutget() 381 wake_up_bit(&lo->plh_flags, NFS_LAYOUT_RETURN); in pnfs_clear_retry_layoutget() 387 return test_bit(NFS_LAYOUT_RETRY_LAYOUTGET, &lo->plh_flags); in pnfs_should_retry_layoutget()
|
D | callback_proc.c | 182 if (test_bit(NFS_LAYOUT_BULK_RECALL, &lo->plh_flags) || in initiate_file_draining()
|
D | nfs4proc.c | 7897 clear_bit(NFS_LAYOUT_RETURN_BEFORE_CLOSE, &lo->plh_flags); in nfs4_layoutreturn_release()
|
/linux-4.1.27/fs/nfs/flexfilelayout/ |
D | flexfilelayoutdev.c | 427 &lseg->pls_layout->plh_flags); in nfs4_ff_layout_prepare_ds()
|
D | flexfilelayout.c | 866 &hdr->lseg->pls_layout->plh_flags); in ff_layout_read_done_cb()
|