Searched refs:lop (Results 1 – 3 of 3) sorted by relevance
/drivers/staging/lustre/lustre/include/ |
D | lustre_log.h | 328 struct llog_operations **lop) in llog_obd2ops() argument 333 *lop = ctxt->loc_logops; in llog_obd2ops() 334 if (*lop == NULL) in llog_obd2ops() 341 struct llog_operations **lop) in llog_handle2ops() argument 346 *lop = loghandle->lgh_logops; in llog_handle2ops() 446 struct llog_operations *lop; in llog_destroy() local 449 rc = llog_handle2ops(handle, &lop); in llog_destroy() 452 if (lop->lop_destroy == NULL) in llog_destroy() 455 rc = lop->lop_destroy(env, handle); in llog_destroy() 464 struct llog_operations *lop; in llog_next_block() local [all …]
|
/drivers/staging/lustre/lustre/obdclass/ |
D | llog.c | 172 struct llog_operations *lop; in llog_read_header() local 175 rc = llog_handle2ops(handle, &lop); in llog_read_header() 179 if (lop->lop_read_header == NULL) in llog_read_header() 182 rc = lop->lop_read_header(env, handle); in llog_read_header() 588 struct llog_operations *lop; in llog_exist() local 591 rc = llog_handle2ops(loghandle, &lop); in llog_exist() 594 if (lop->lop_exist == NULL) in llog_exist() 597 rc = lop->lop_exist(loghandle); in llog_exist() 605 struct llog_operations *lop; in llog_declare_create() local 608 rc = llog_handle2ops(loghandle, &lop); in llog_declare_create() [all …]
|
/drivers/dma/ppc4xx/ |
D | adma.c | 3384 int k = 0, op = 0, lop = 0; in ppc440spe_adma_dma2rxor_set_src() local 3388 lop = op; in ppc440spe_adma_dma2rxor_set_src() 3411 if (index == lop) in ppc440spe_adma_dma2rxor_set_src() 3425 int k = 0, op = 0, lop = 0; in ppc440spe_adma_dma2rxor_set_mult() local 3429 lop = op; in ppc440spe_adma_dma2rxor_set_mult() 3451 ppc440spe_rxor_set_mult(desc, k - 1, index - lop, mult); in ppc440spe_adma_dma2rxor_set_mult()
|