Searched refs:lsm_stripe_by_index (Results 1 – 3 of 3) sorted by relevance
/linux-4.4.14/drivers/staging/lustre/lustre/lov/ |
D | lov_offset.c | 59 lsm_op_find(magic)->lsm_stripe_by_index(lsm, &stripeno, NULL, &swidth); in lov_stripe_size() 134 lsm_op_find(magic)->lsm_stripe_by_index(lsm, &stripeno, &lov_off, in lov_stripe_offset() 187 lsm_op_find(magic)->lsm_stripe_by_index(lsm, &stripeno, &file_size, in lov_size_to_stripe()
|
D | lov_ea.c | 257 .lsm_stripe_by_index = lsm_stripe_by_index_plain, 347 .lsm_stripe_by_index = lsm_stripe_by_index_plain,
|
/linux-4.4.14/drivers/staging/lustre/lustre/include/ |
D | obd.h | 1222 void (*lsm_stripe_by_index)(struct lov_stripe_md *, int *, u64 *, member
|