Home
last modified time | relevance | path

Searched refs:bbuf (Results 1 – 7 of 7) sorted by relevance

/linux/drivers/usb/storage/
H A Dene_ub6250.c434 u8 *bbuf; member
487 kfree(info->bbuf); in ene_ub6250_info_destructor()
875 u8 *bbuf = info->bbuf; in ms_read_readpage() local
916 result = ene_send_scsi_cmd(us, FDIR_READ, bbuf, 0); in ms_read_readpage()
925 ExtraDat->ovrflg = bbuf[0]; in ms_read_readpage()
926 ExtraDat->mngflg = bbuf[1]; in ms_read_readpage()
927 ExtraDat->logadr = memstick_logaddr(bbuf[2], bbuf[3]); in ms_read_readpage()
1352 u8 *bbuf = info->bbuf; in ms_lib_read_extra() local
1367 result = ene_send_scsi_cmd(us, FDIR_READ, bbuf, 0); in ms_lib_read_extra()
1375 ExtraDat->ovrflg = bbuf[0]; in ms_lib_read_extra()
[all …]
/linux/fs/bcachefs/
H A Dcompress.c34 struct bbuf { struct
45 static struct bbuf __bounce_alloc(struct bch_fs *c, unsigned size, int rw) in __bounce_alloc() argument
53 return (struct bbuf) { .b = b, .type = BB_KMALLOC, .rw = rw }; in __bounce_alloc()
57 return (struct bbuf) { .b = b, .type = BB_MEMPOOL, .rw = rw }; in __bounce_alloc()
80 static struct bbuf __bio_map_or_bounce(struct bch_fs *c, struct bio *bio, in __bio_map_or_bounce()
83 struct bbuf ret; in __bio_map_or_bounce()
95 return (struct bbuf) { in __bio_map_or_bounce()
131 return (struct bbuf) { in __bio_map_or_bounce()
144 static struct bbuf bio_map_or_bounce(struct bch_fs *c, struct bio *bio, int rw) in bio_map_or_bounce()
149 static void bio_unmap_or_unbounce(struct bch_fs *c, struct bbuf buf) in bio_unmap_or_unbounce()
[all …]
/linux/fs/ntfs3/
H A Dindex.c205 size_t bit, struct bmp_buf *bbuf) in bmp_buf_get() argument
217 bbuf->bh = NULL; in bmp_buf_get()
220 &vcn, &bbuf->mi); in bmp_buf_get()
221 bbuf->b = b; in bmp_buf_get()
231 bbuf->buf = (ulong *)resident_data(b); in bmp_buf_get()
232 bbuf->bit = 0; in bmp_buf_get()
233 bbuf->nbits = data_size * 8; in bmp_buf_get()
253 bbuf->bh = bh; in bmp_buf_get()
265 bbuf->new_valid = vbo + blocksize; in bmp_buf_get()
266 if (bbuf->new_valid <= valid_size) in bmp_buf_get()
[all …]
/linux/drivers/net/wireless/ath/ath5k/
H A Dmac80211-ops.c123 avf->bbuf = list_first_entry(&ah->bcbuf, struct ath5k_buf, in ath5k_add_interface()
125 list_del(&avf->bbuf->list); in ath5k_add_interface()
168 if (avf->bbuf) { in ath5k_remove_interface()
169 ath5k_txbuf_free_skb(ah, avf->bbuf); in ath5k_remove_interface()
170 list_add_tail(&avf->bbuf->list, &ah->bcbuf); in ath5k_remove_interface()
177 avf->bbuf = NULL; in ath5k_remove_interface()
H A Dbase.h77 struct ath5k_buf *bbuf; /* beacon buffer */ member
H A Dbase.c1957 ath5k_txbuf_free_skb(ah, avf->bbuf); in ath5k_beacon_update()
1958 avf->bbuf->skb = skb; in ath5k_beacon_update()
1959 ret = ath5k_beacon_setup(ah, avf->bbuf); in ath5k_beacon_update()
2028 bf = avf->bbuf; in ath5k_beacon_send()
/linux/drivers/md/
H A Ddm-verity-fec.c215 u8 *bbuf, *rs_block; in fec_read_bufs() local
257 bbuf = dm_bufio_read_with_ioprio(bufio, block, &buf, bio->bi_ioprio); in fec_read_bufs()
258 if (IS_ERR(bbuf)) { in fec_read_bufs()
262 (unsigned long long)block, PTR_ERR(bbuf)); in fec_read_bufs()
284 fec_is_erasure(v, io, want_digest, bbuf)) in fec_read_bufs()
299 rs_block[i] = bbuf[k]; in fec_read_bufs()