Home
last modified time | relevance | path

Searched refs:bblock (Results 1 – 16 of 16) sorted by relevance

/openbmc/openbmc/poky/documentation/dev-manual/
H A Dbblock.rst3 Locking and Unlocking Recipes Using ``bblock``
19 To prevent this, use ``bblock`` to lock specific tasks or recipes to
24 Use ``bblock`` only during the development phase.
37 $ bblock recipe
41 $ bblock recipe1 recipe2
47 $ bblock -t task1,task2 recipe
55 $ bblock -r recipe
59 $ bblock -r recipe1 recipe2
65 $ bblock -r -t task1,task2 recipe
69 $ bblock -r
[all …]
H A Dindex.rst50 bblock
/openbmc/linux/drivers/md/
H A Ddm-dust.c80 struct badblock *bblock; in dust_remove_block() local
84 bblock = dust_rb_search(&dd->badblocklist, block); in dust_remove_block()
86 if (bblock == NULL) { in dust_remove_block()
95 rb_erase(&bblock->node, &dd->badblocklist); in dust_remove_block()
99 kfree(bblock); in dust_remove_block()
108 struct badblock *bblock; in dust_add_block() local
111 bblock = kmalloc(sizeof(*bblock), GFP_KERNEL); in dust_add_block()
112 if (bblock == NULL) { in dust_add_block()
119 bblock->bb = block; in dust_add_block()
120 bblock->wr_fail_cnt = wr_fail_cnt; in dust_add_block()
[all …]
/openbmc/openbmc/poky/bitbake/lib/toaster/bldcontrol/
H A Dlocalhostbecontroller.py458 bblock = os.path.join(builddir, 'bitbake.lock')
461 if not os.path.exists(bblock):
465 if 10 < os.stat(bblock).st_size:
470 … raise BuildSetupException("Cannot find bitbake server lock file '%s'. Exiting." % bblock)
472 with open(bblock) as fplock:
480 … raise BuildSetupException("localhostbecontroller: can't read bitbake port from %s" % bblock)
/openbmc/openbmc/poky/documentation/ref-manual/
H A Dstructure.rst338 .. _structure-build-conf-bblock.conf:
340 ``build/conf/bblock.conf``
343 This configuration file is generated by :doc:`bblock </dev-manual/bblock>` and
344 contains the signatures locked by ``bblock``. By default, it does not exist
345 and will be created upon the first invocation of ``bblock``.
H A Dvariables.rst7976 Alternatively, you can also use :doc:`bblock </dev-manual/bblock>` to
/openbmc/openbmc/poky/documentation/migration-guides/
H A Drelease-notes-5.1.1.rst45 - dev-manual: add bblock documentation
46 - dev-manual: bblock: use warning block instead of attention
H A Drelease-notes-5.0.6.rst44 - dev-manual: bblock: use warning block instead of attention
H A Drelease-notes-5.0.5.rst36 - dev-manual: add bblock documentation
H A Drelease-notes-4.3.rst230 - ``scripts/bblock`` was added, allowing the user to lock/unlock specific
/openbmc/linux/include/linux/
H A Dbuffer_head.h246 sector_t bblock, unsigned blocksize);
/openbmc/u-boot/fs/yaffs2/
H A Dyaffs_yaffs2.c925 int bblock = ((struct yaffs_block_index *)b)->block; in yaffs2_ybicmp() local
928 return ablock - bblock; in yaffs2_ybicmp()
/openbmc/openbmc/poky/meta/conf/
H A Dbitbake.conf844 include conf/bblock.conf
/openbmc/linux/fs/
H A Dbuffer.c666 sector_t bblock, unsigned blocksize) in write_boundary_block() argument
668 struct buffer_head *bh = __find_get_block(bdev, bblock + 1, blocksize); in write_boundary_block()
/openbmc/linux/
H A DMAINTAINERS18909 M: Benjamin Block <bblock@linux.ibm.com>
H A Dopengrok0.0.log[all...]