Searched refs:ore_layout (Results 1 – 8 of 8) sorted by relevance
/linux-4.1.27/include/scsi/ |
D | osd_ore.h | 36 struct ore_layout { struct 123 struct ore_layout *layout; 175 int ore_verify_layout(unsigned total_comps, struct ore_layout *layout); 176 void ore_calc_stripe_info(struct ore_layout *layout, u64 file_offset, 178 int ore_get_rw_state(struct ore_layout *layout, struct ore_components *comps, 181 int ore_get_io_state(struct ore_layout *layout, struct ore_components *comps, 194 int ore_truncate(struct ore_layout *layout, struct ore_components *comps,
|
/linux-4.1.27/fs/exofs/ |
D | exofs.h | 76 struct ore_layout layout; /* Default files layout */ 154 unsigned exofs_max_io_pages(struct ore_layout *layout,
|
D | ore_raid.h | 54 int _ore_get_io_state(struct ore_layout *layout,
|
D | ore.c | 49 int ore_verify_layout(unsigned total_comps, struct ore_layout *layout) in ore_verify_layout() 143 int _ore_get_io_state(struct ore_layout *layout, in _ore_get_io_state() 242 int ore_get_rw_state(struct ore_layout *layout, struct ore_components *oc, in ore_get_rw_state() 311 int ore_get_io_state(struct ore_layout *layout, struct ore_components *oc, in ore_get_io_state() 526 void ore_calc_stripe_info(struct ore_layout *layout, u64 file_offset, in ore_calc_stripe_info() 1086 static void _calc_trunk_info(struct ore_layout *layout, u64 file_offset, in _calc_trunk_info() 1100 int ore_truncate(struct ore_layout *layout, struct ore_components *oc, in ore_truncate()
|
D | ore_raid.c | 321 struct ore_layout *layout = ios->layout; in _alloc_read_4_write() 687 struct ore_layout *layout = ios->layout; in _ore_post_alloc_raid_stuff()
|
D | super.c | 502 static unsigned __ra_pages(struct ore_layout *layout) in __ra_pages()
|
D | inode.c | 40 unsigned exofs_max_io_pages(struct ore_layout *layout, in exofs_max_io_pages()
|
/linux-4.1.27/fs/nfs/objlayout/ |
D | objio_osd.c | 66 struct ore_layout layout; 562 static bool aligned_on_raid_stripe(u64 offset, struct ore_layout *layout, in aligned_on_raid_stripe()
|