Home
last modified time | relevance | path

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

/linux-4.4.14/fs/exofs/
Dore_raid.h62 int ore_io_execute(struct ore_io_state *ios);
Dore.c360 int ore_io_execute(struct ore_io_state *ios) in ore_io_execute() function
804 ret = ore_io_execute(ios); in ore_create()
829 ret = ore_io_execute(ios); in ore_remove()
953 ret = ore_io_execute(ios); in ore_write()
1027 ret = ore_io_execute(ios); in ore_read()
1153 ret = ore_io_execute(ios); in ore_truncate()
Dore_raid.c611 ret = ore_io_execute(ios_read); /* Synchronus execution */ in _read_4_write_execute()