Searched refs:ore_get_io_state (Results 1 – 4 of 4) sorted by relevance
/linux-4.1.27/include/scsi/ |
D | osd_ore.h | 181 int ore_get_io_state(struct ore_layout *layout, struct ore_components *comps,
|
/linux-4.1.27/fs/exofs/ |
D | super.c | 274 ret = ore_get_io_state(&sbi->layout, &sbi->oc, &ios); in __sbi_read_stats() 329 ret = ore_get_io_state(&sbi->layout, &sbi->oc, &ios); in exofs_sbi_write_stats() 388 ret = ore_get_io_state(&sbi->layout, &oc, &ios); in exofs_sync_fs() 898 ret = ore_get_io_state(&sbi->layout, &sbi->oc, &ios); in exofs_statfs()
|
D | inode.c | 1083 ret = ore_get_io_state(&sbi->layout, &oi->oc, &ios); in exofs_get_inode() 1331 ret = ore_get_io_state(&sbi->layout, &oi->oc, &ios); in exofs_new_inode() 1420 ret = ore_get_io_state(&sbi->layout, &oi->oc, &ios); in exofs_update_inode() 1503 ret = ore_get_io_state(&sbi->layout, &oi->oc, &ios); in exofs_evict_inode()
|
D | ore.c | 311 int ore_get_io_state(struct ore_layout *layout, struct ore_components *oc, in ore_get_io_state() function 316 EXPORT_SYMBOL(ore_get_io_state); 1111 ret = ore_get_io_state(layout, oc, &ios); in ore_truncate()
|