Home
last modified time | relevance | path

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

/fs/bcachefs/
A Dcompress.c34 struct bbuf { struct
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()
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()
149 static void bio_unmap_or_unbounce(struct bch_fs *c, struct bbuf buf) in bio_unmap_or_unbounce()
176 struct bbuf src_data = { NULL }; in __bio_uncompress()
261 struct bbuf data = { NULL }; in bch2_bio_uncompress_inplace()
311 struct bbuf dst_data = { NULL }; in bch2_bio_uncompress()
[all …]
/fs/ntfs3/
A Dindex.c217 bbuf->bh = NULL; in bmp_buf_get()
220 &vcn, &bbuf->mi); in bmp_buf_get()
221 bbuf->b = b; in bmp_buf_get()
232 bbuf->bit = 0; in bmp_buf_get()
253 bbuf->bh = bh; in bmp_buf_get()
267 bbuf->new_valid = 0; in bmp_buf_get()
300 if (bbuf->new_valid) { in bmp_buf_put()
320 struct bmp_buf bbuf; in indx_mark_used() local
326 __set_bit_le(bit - bbuf.bit, bbuf.buf); in indx_mark_used()
340 struct bmp_buf bbuf; in indx_mark_free() local
[all …]

Completed in 13 milliseconds