Home
last modified time | relevance | path

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

/Linux-v4.19/fs/exofs/
Dore_raid.h62 int ore_io_execute(struct ore_io_state *ios);
Dore.c374 int ore_io_execute(struct ore_io_state *ios) in ore_io_execute() function
818 ret = ore_io_execute(ios); in ore_create()
843 ret = ore_io_execute(ios); in ore_remove()
967 ret = ore_io_execute(ios); in ore_write()
1041 ret = ore_io_execute(ios); in ore_read()
1167 ret = ore_io_execute(ios); in ore_truncate()
Dore_raid.c646 ret = ore_io_execute(ios_read); /* Synchronus execution */ in _read_4_write_execute()