Searched refs:ore_get_io_state (Results 1 – 4 of 4) sorted by relevance
/Linux-v4.19/fs/exofs/ |
D | super.c | 278 ret = ore_get_io_state(&sbi->layout, &sbi->oc, &ios); in __sbi_read_stats() 333 ret = ore_get_io_state(&sbi->layout, &sbi->oc, &ios); in exofs_sbi_write_stats() 392 ret = ore_get_io_state(&sbi->layout, &oc, &ios); in exofs_sync_fs() 896 ret = ore_get_io_state(&sbi->layout, &sbi->oc, &ios); in exofs_statfs()
|
D | inode.c | 1071 ret = ore_get_io_state(&sbi->layout, &oi->oc, &ios); in exofs_get_inode() 1321 ret = ore_get_io_state(&sbi->layout, &oi->oc, &ios); in exofs_new_inode() 1410 ret = ore_get_io_state(&sbi->layout, &oi->oc, &ios); in exofs_update_inode() 1493 ret = ore_get_io_state(&sbi->layout, &oi->oc, &ios); in exofs_evict_inode()
|
D | ore.c | 325 int ore_get_io_state(struct ore_layout *layout, struct ore_components *oc, in ore_get_io_state() function 330 EXPORT_SYMBOL(ore_get_io_state); 1125 ret = ore_get_io_state(layout, oc, &ios); in ore_truncate()
|
/Linux-v4.19/include/scsi/ |
D | osd_ore.h | 181 int ore_get_io_state(struct ore_layout *layout, struct ore_components *comps,
|