Searched refs:iterate_bdevs (Results 1 – 2 of 2) sorted by relevance
116 iterate_bdevs(fdatawrite_one_bdev, NULL); in ksys_sync()117 iterate_bdevs(fdatawait_one_bdev, NULL); in ksys_sync()138 iterate_bdevs(fdatawrite_one_bdev, NULL); in do_sync_work()141 iterate_bdevs(fdatawrite_one_bdev, NULL); in do_sync_work()
2212 void iterate_bdevs(void (*func)(struct block_device *, void *), void *arg) in iterate_bdevs() function