Searched refs:newblk (Results 1 – 5 of 5) sorted by relevance
/linux/arch/powerpc/lib/ |
H A D | rheap.c | 373 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 in rh_alloc_align() [all...] |
/linux/fs/quota/ |
H A D | quota_tree.c | 341 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_TREEOF in remove_tree() [all...] |
/linux/fs/xfs/libxfs/ |
H A D | xfs_da_btree.c | 558 struct xfs_da_state_blk *newblk; in xfs_da3_split() local 585 newblk = &state->altpath.blk[i]; in xfs_da3_split() 595 error = xfs_attr3_leaf_split(state, oldblk, newblk); in xfs_da3_split() 599 addblk = newblk; in xfs_da3_split() 609 state->extraafter = 0; /* before newblk */ in xfs_da3_split() 614 state->extraafter = 1; /* after newblk */ in xfs_da3_split() 616 error = xfs_attr3_leaf_split(state, newblk, in xfs_da3_split() 623 addblk = newblk; in xfs_da3_split() 626 error = xfs_dir2_leafn_split(state, oldblk, newblk); in xfs_da3_split() 629 addblk = newblk; in xfs_da3_split() 835 xfs_da3_node_split(struct xfs_da_state * state,struct xfs_da_state_blk * oldblk,struct xfs_da_state_blk * newblk,struct xfs_da_state_blk * addblk,int treelevel,int * result) xfs_da3_node_split() argument 1073 xfs_da3_node_add(struct xfs_da_state * state,struct xfs_da_state_blk * oldblk,struct xfs_da_state_blk * newblk) xfs_da3_node_add() argument [all...] |
H A D | xfs_dir2_priv.h | 147 struct xfs_da_state_blk *oldblk, struct xfs_da_state_blk *newblk);
|
/linux/include/trace/events/ |
H A D | ext4.h | 1931 __field( ext4_fsblk_t, newblk ) 1942 __entry->newblk = newblock; 1952 (unsigned long long) __entry->newblk)
|