Home
last modified time | relevance | path

Searched refs:is_last (Results 1 – 11 of 11) sorted by relevance

/linux-4.19.296/fs/ocfs2/
Dextent_map.c415 unsigned int *is_last) in ocfs2_get_clusters_nocache() argument
425 if (is_last) in ocfs2_get_clusters_nocache()
426 *is_last = 0; in ocfs2_get_clusters_nocache()
505 if (is_last) { in ocfs2_get_clusters_nocache()
508 *is_last = 1; in ocfs2_get_clusters_nocache()
510 *is_last = 1; in ocfs2_get_clusters_nocache()
518 *is_last = 1; in ocfs2_get_clusters_nocache()
755 int ret, is_last; in ocfs2_fiemap() local
787 is_last = 0; in ocfs2_fiemap()
788 while (cpos < mapping_end && !is_last) { in ocfs2_fiemap()
[all …]
/linux-4.19.296/drivers/i2c/busses/
Di2c-riic.c94 int is_last; member
136 riic->is_last = (i == num - 1); in riic_xfer()
212 if (riic->is_last || riic->err) { in riic_tend_isr()
239 if (riic->is_last) { in riic_rdrf_isr()
Di2c-lpc2k.c86 int is_last; member
151 } else if (i2c->is_last) { in i2c_lpc2k_pump_msg()
192 if (i2c->msg_idx >= i2c->msg->len - 1 && i2c->is_last) { in i2c_lpc2k_pump_msg()
318 i2c->is_last = (i == (msg_num - 1)); in i2c_lpc2k_xfer()
Di2c-wmt.c302 int i, is_last; in wmt_i2c_xfer() local
306 is_last = ((i + 1) == num); in wmt_i2c_xfer()
310 ret = wmt_i2c_read(adap, pmsg, is_last); in wmt_i2c_xfer()
312 ret = wmt_i2c_write(adap, pmsg, is_last); in wmt_i2c_xfer()
Di2c-qup.c257 bool is_last; member
554 int last = (qup->blk.pos == (qup->blk.count - 1)) && (qup->is_last); in qup_i2c_set_tags()
873 qup->is_last = idx == (num - 1); in qup_i2c_bam_xfer()
888 qup->is_last) { in qup_i2c_bam_xfer()
1466 !qup->is_last || i < blk->count - 1); in qup_i2c_xfer_v2_msg()
1586 qup->is_last = idx == (num - 1); in qup_i2c_xfer_v2()
1890 qup->is_last = true; in qup_i2c_probe()
Di2c-stm32f4.c680 bool is_last) in stm32f4_i2c_xfer_msg() argument
692 f4_msg->stop = is_last; in stm32f4_i2c_xfer_msg()
Di2c-st.c649 bool is_first, bool is_last) in st_i2c_xfer_msg() argument
661 c->stop = is_last; in st_i2c_xfer_msg()
Di2c-mv64xxx.c573 int is_last) in mv64xxx_i2c_execute_msg() argument
581 drv_data->send_stop = is_last; in mv64xxx_i2c_execute_msg()
/linux-4.19.296/include/net/
Dtso.h20 int size, bool is_last);
/linux-4.19.296/include/soc/fsl/
Ddpaa2-io.h113 struct dpaa2_dq *dpaa2_io_store_next(struct dpaa2_io_store *s, int *is_last);
/linux-4.19.296/fs/ubifs/
Dreplay.c579 int is_last = is_last_bud(c, b->bud); in replay_bud() local
585 lnum, b->bud->jhead, offs, is_last); in replay_bud()
587 if (c->need_recovery && is_last) in replay_bud()