Searched refs:bblock (Results 1 – 8 of 8) sorted by relevance
80 struct badblock *bblock; in dust_remove_block() local86 if (bblock == NULL) { in dust_remove_block()99 kfree(bblock); in dust_remove_block()108 struct badblock *bblock; in dust_add_block() local111 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()127 kfree(bblock); in dust_add_block()144 struct badblock *bblock; in dust_query_block() local[all …]
458 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)
246 sector_t bblock, unsigned blocksize);
925 int bblock = ((struct yaffs_block_index *)b)->block; in yaffs2_ybicmp() local928 return ablock - bblock; in yaffs2_ybicmp()
837 include conf/bblock.conf
666 sector_t bblock, unsigned blocksize) in write_boundary_block() argument668 struct buffer_head *bh = __find_get_block(bdev, bblock + 1, blocksize); in write_boundary_block()
230 - ``scripts/bblock`` was added, allowing the user to lock/unlock specific
18902 M: Benjamin Block <bblock@linux.ibm.com>