Home
last modified time | relevance | path

Searched refs:NFS_LAYOUT_BULK_RECALL (Results 1 – 3 of 3) sorted by relevance

/linux-4.1.27/fs/nfs/
Dpnfs.c343 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()
817 test_bit(NFS_LAYOUT_BULK_RECALL, &lo->plh_flags) || in pnfs_layoutgets_blocked()
1067 test_bit(NFS_LAYOUT_BULK_RECALL, &lo->plh_flags)) in pnfs_roc()
1484 if (test_bit(NFS_LAYOUT_BULK_RECALL, &lo->plh_flags)) { in pnfs_update_layout()
1606 if (test_bit(NFS_LAYOUT_BULK_RECALL, &lo->plh_flags)) { in pnfs_layout_process()
Dcallback_proc.c182 if (test_bit(NFS_LAYOUT_BULK_RECALL, &lo->plh_flags) || in initiate_file_draining()
Dpnfs.h96 NFS_LAYOUT_BULK_RECALL, /* bulk recall affecting layout */ enumerator