Home
last modified time | relevance | path

Searched refs:newblk (Results 1 – 5 of 5) sorted by relevance

/linux/arch/powerpc/lib/
H A Drheap.c373 rh_block_t *blk, *newblk; in rh_detach_region() local
427 newblk = get_slot(info); in rh_detach_region()
428 newblk->start = e; in rh_detach_region()
429 newblk->size = be - e; in rh_detach_region()
431 list_add(&newblk->list, &blk->list); in rh_detach_region()
446 rh_block_t *newblk; in rh_alloc_align() local
477 newblk = blk; in rh_alloc_align()
491 newblk = get_slot(info); in rh_alloc_align()
492 newblk->start = start; in rh_alloc_align()
493 newblk->size = size; in rh_alloc_align()
[all …]
/linux/fs/quota/
H A Dquota_tree.c341 uint newblk; in do_insert_tree() local
370 newblk = le32_to_cpu(ref[get_index(info, dquot->dq_id, depth)]); in do_insert_tree()
371 ret = do_check_range(dquot->dq_sb, "block", newblk, 0, in do_insert_tree()
375 if (!newblk) { in do_insert_tree()
379 if (newblk == blks[i]) { in do_insert_tree()
388 blks[depth + 1] = newblk; in do_insert_tree()
391 if (newblk) { in do_insert_tree()
549 uint newblk; in remove_tree() local
561 newblk = le32_to_cpu(ref[get_index(info, dquot->dq_id, depth)]); in remove_tree()
562 ret = do_check_range(dquot->dq_sb, "block", newblk, QT_TREEOFF, in remove_tree()
[all …]
/linux/fs/xfs/libxfs/
H A Dxfs_attr_leaf.h76 struct xfs_da_state_blk *newblk);
H A Dxfs_dir2_priv.h147 struct xfs_da_state_blk *oldblk, struct xfs_da_state_blk *newblk);
/linux/drivers/usb/storage/
H A Dene_ub6250.c1559 u16 PhyBlock, newblk, i; in ms_lib_scan_logicalblocknumber() local
1605 newblk = ms_libconv_to_physical(info, extdat.logadr); in ms_lib_scan_logicalblocknumber()
1607 if (newblk != MS_LB_NOT_USED) { in ms_lib_scan_logicalblocknumber()
1611 ms_lib_set_logicalpair(us, extdat.logadr, newblk); in ms_lib_scan_logicalblocknumber()
1616 ms_lib_read_extra(us, newblk, 0, &extdat); in ms_lib_scan_logicalblocknumber()
1621 ms_lib_erase_phyblock(us, newblk); in ms_lib_scan_logicalblocknumber()