Home
last modified time | relevance | path

Searched refs:newblk (Results 1 – 4 of 4) 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_dir2_priv.h147 struct xfs_da_state_blk *oldblk, struct xfs_da_state_blk *newblk);
/linux/include/trace/events/
H A Dext4.h1902 __field( ext4_fsblk_t, newblk )
1913 __entry->newblk = newblock;
1923 (unsigned long long) __entry->newblk)