/linux/tools/testing/selftests/vDSO/ ! |
H A D | vdso_test_getrandom.c | 66 void *new_block, *new_states; in vgetrandom_get_state() local 71 new_block = mmap(0, alloc_size, vgrnd.params.mmap_prot, vgrnd.params.mmap_flags, -1, 0); in vgetrandom_get_state() 72 if (new_block == MAP_FAILED) in vgetrandom_get_state() 83 if (((uintptr_t)new_block & (page_size - 1)) + vgrnd.params.size_of_opaque_state > page_size) in vgetrandom_get_state() 84 new_block = (void *)(((uintptr_t)new_block + page_size - 1) & (~(page_size - 1))); in vgetrandom_get_state() 85 vgrnd.states[i] = new_block; in vgetrandom_get_state() 86 new_block += state_size_aligned; in vgetrandom_get_state() 92 munmap(new_block, alloc_size); in vgetrandom_get_state()
|
/linux/fs/udf/ ! |
H A D | partition.c | 147 int udf_relocate_blocks(struct super_block *sb, long old_block, long *new_block) in udf_relocate_blocks() argument 204 *new_block = le32_to_cpu( in udf_relocate_blocks() 212 *new_block = le32_to_cpu( in udf_relocate_blocks() 250 *new_block = in udf_relocate_blocks()
|
H A D | file.c | 131 long old_block, new_block; in udf_ioctl() local 157 old_block, &new_block); in udf_ioctl() 159 result = put_user(new_block, (long __user *)arg); in udf_ioctl()
|
H A D | inode.c | 2132 udf_pblk_t new_block; in udf_add_aext() local 2134 new_block = udf_new_block(sb, NULL, in udf_add_aext() 2137 if (!new_block) in udf_add_aext() 2140 err = udf_setup_indirect_aext(inode, new_block, epos); in udf_add_aext()
|
/linux/drivers/md/persistent-data/ ! |
H A D | dm-space-map.h | 54 * new_block will increment the returned block. 56 int (*new_block)(struct dm_space_map *sm, dm_block_t *b); member 144 return sm->new_block(sm, b); in dm_sm_new_block()
|
H A D | dm-btree-internal.h | 55 int new_block(struct dm_btree_info *info, struct dm_block **result);
|
H A D | dm-btree.c | 137 r = new_block(info, &b); in dm_btree_empty() 664 r = new_block(s->info, &right); in split_one_into_two() 763 r = new_block(s->info, &middle); in split_two_into_three() 854 r = new_block(s->info, &left); in btree_split_beneath() 869 r = new_block(s->info, &right); in btree_split_beneath()
|
H A D | dm-btree-spine.c | 112 int new_block(struct dm_btree_info *info, struct dm_block **result) in new_block() function
|
H A D | dm-space-map-disk.c | 210 .new_block = sm_disk_new_block,
|
H A D | dm-space-map-metadata.c | 573 .new_block = sm_metadata_new_block, 710 .new_block = sm_bootstrap_new_block,
|
/linux/fs/xfs/libxfs/ ! |
H A D | xfs_btree_staging.c | 296 struct xfs_btree_block *new_block; in xfs_btree_bload_prep_block() local 328 ret = xfs_btree_get_buf_block(cur, &new_ptr, &new_block, &new_bp); in xfs_btree_bload_prep_block() 345 xfs_btree_set_sibling(cur, new_block, ptrp, XFS_BB_LEFTSIB); in xfs_btree_bload_prep_block() 349 *blockp = new_block; in xfs_btree_bload_prep_block()
|
H A D | xfs_btree.c | 2780 union xfs_btree_ptr *new_block, in xfs_btree_alloc_block() argument 2797 error = cur->bc_ops->alloc_block(cur, hint_block, new_block, stat); in xfs_btree_alloc_block() 2798 trace_xfs_btree_alloc_block(cur, new_block, *stat, error); in xfs_btree_alloc_block()
|
/linux/drivers/md/dm-vdo/ ! |
H A D | errors.c | 276 struct error_block new_block = { in uds_register_error_block() local 305 registered_errors.blocks[registered_errors.count++] = new_block; in uds_register_error_block()
|
/linux/fs/omfs/ ! |
H A D | inode.c | 37 u64 new_block; in omfs_new_inode() local 47 &new_block, &len); in omfs_new_inode() 51 inode->i_ino = new_block; in omfs_new_inode()
|
/linux/drivers/net/ethernet/freescale/dpaa2/ ! |
H A D | dpaa2-switch.c | 1280 struct dpaa2_switch_filter_block *new_block; in dpaa2_switch_port_block_unbind() local 1303 new_block = dpaa2_switch_filter_block_get_unused(ethsw); in dpaa2_switch_port_block_unbind() 1304 new_block->in_use = true; in dpaa2_switch_port_block_unbind() 1305 return dpaa2_switch_port_acl_tbl_bind(port_priv, new_block); in dpaa2_switch_port_block_unbind()
|
/linux/fs/btrfs/ ! |
H A D | qgroup.c | 4679 const struct btrfs_qgroup_swapped_block *new_block = rb_entry(new, in qgroup_swapped_block_bytenr_cmp() local 4682 return qgroup_swapped_block_bytenr_key_cmp(&new_block->subvol_bytenr, existing); in qgroup_swapped_block_bytenr_cmp()
|