Searched refs:bbs (Results 1 - 3 of 3) sorted by path

/linux-master/drivers/md/
H A Ddm-integrity.c183 struct bitmap_block_status *bbs; member in struct:dm_integrity_c
703 return &ic->bbs[bitmap_block];
2327 struct bitmap_block_status *bbs; local
2329 bbs = sector_to_bitmap_block(ic, dio->range.logical_sector);
2330 spin_lock(&bbs->bio_queue_lock);
2331 bio_list_add(&bbs->bio_queue, bio);
2332 spin_unlock(&bbs->bio_queue_lock);
2333 queue_work(ic->writer_wq, &bbs->work);
2873 struct bitmap_block_status *bbs = container_of(w, struct bitmap_block_status, work); local
2874 struct dm_integrity_c *ic = bbs
4600 struct bitmap_block_status *bbs = &ic->bbs[i]; local
[all...]
/linux-master/fs/xfs/libxfs/
H A Dxfs_fs.h860 #define BBTOB(bbs) ((bbs) << BBSHIFT)
/linux-master/tools/bpf/bpftool/
H A Dcfg.c19 struct list_head bbs; member in struct:func_node
59 list_first_entry(&func->bbs, struct bb_node, l)
61 list_last_entry(&func->bbs, struct bb_node, l)
93 list_for_each_entry(bb, &func->bbs, l) {
172 INIT_LIST_HEAD(&func->bbs);
220 bb = func_insert_dummy_bb(&func->bbs);
248 list_for_each_entry(bb, &func->bbs, l) {
361 list_for_each_entry_safe(bb, bb2, &func->bbs, l) {
438 list_for_each_entry(bb, &func->bbs, l) {
448 list_for_each_entry(bb, &func->bbs,
[all...]

Completed in 177 milliseconds