/linux/fs/btrfs/ |
H A D | qgroup.h | 139 u64 num_bytes; member 302 u64 num_bytes; member 402 int num_bytes, bool enforce) in btrfs_qgroup_reserve_meta_pertrans() 409 int num_bytes, bool enforce, in btrfs_qgroup_reserve_meta_prealloc() 422 int num_bytes) in btrfs_qgroup_free_meta_pertrans() 430 int num_bytes) in btrfs_qgroup_free_meta_prealloc()
|
H A D | qgroup.c | 83 struct btrfs_qgroup *qgroup, u64 num_bytes, in qgroup_rsv_add() 91 struct btrfs_qgroup *qgroup, u64 num_bytes, in qgroup_rsv_release() 1458 u64 num_bytes = src->excl; in __qgroup_excl_accounting() local 2104 u64 num_bytes) in btrfs_qgroup_trace_extent() 2149 u64 bytenr, num_bytes; in btrfs_qgroup_trace_leaf_items() local 2804 u64 nr_new_roots, u64 num_bytes, u64 seq) in qgroup_update_counters() 2914 u64 num_bytes, struct ulist *old_roots, in btrfs_qgroup_account_extent() 3548 static bool qgroup_check_limits(const struct btrfs_qgroup *qg, u64 num_bytes) in qgroup_check_limits() 3561 static int qgroup_reserve(struct btrfs_root *root, u64 num_bytes, bool enforce, in qgroup_reserve() 3624 u64 ref_root, u64 num_bytes, in btrfs_qgroup_free_refroot() [all …]
|
H A D | delayed-ref.c | 69 u64 num_bytes; in btrfs_delayed_refs_rsv_release() local 93 u64 num_bytes; in btrfs_update_delayed_refs_rsv() local 157 const u64 num_bytes = btrfs_calc_insert_metadata_size(fs_info, 1); in btrfs_dec_delayed_refs_rsv_bg_inserts() local 192 const u64 num_bytes = btrfs_calc_metadata_size(fs_info, 1); in btrfs_dec_delayed_refs_rsv_bg_updates() local 216 u64 num_bytes = 0; in btrfs_delayed_refs_rsv_refill() local 1109 u64 bytenr, u64 num_bytes, u8 level, in btrfs_add_delayed_extent_op()
|
H A D | ref-verify.c | 341 u64 num_bytes) in add_shared_data_ref() 371 u64 bytenr, u64 num_bytes) in add_extent_data_ref() 491 struct btrfs_path *path, u64 *bytenr, u64 *num_bytes, in process_leaf() 546 int level, u64 *bytenr, u64 *num_bytes, in walk_down_tree() 663 u64 num_bytes = generic_ref->num_bytes; in btrfs_ref_tree_mod() local 977 u64 bytenr = 0, num_bytes = 0; in btrfs_build_ref_tree() local
|
H A D | delayed-ref.h | 75 u64 num_bytes; member 127 u64 num_bytes; member 284 u64 num_bytes; member 311 u64 num_bytes; in btrfs_calc_delayed_ref_bytes() local
|
H A D | ordered-data.h | 106 u64 num_bytes; member 182 u64 num_bytes; member
|
H A D | block-group.c | 452 u64 num_bytes) in btrfs_wait_block_group_cache_progress() 1364 u64 num_bytes; in inc_block_group_ro() local 2684 u64 start, u64 num_bytes) in insert_dev_extent() 3092 u64 num_bytes; in btrfs_dec_block_group_ro() local 3678 u64 bytenr, u64 num_bytes, bool alloc) in btrfs_update_block_group() 3799 u64 ram_bytes, u64 num_bytes, int delalloc, in btrfs_add_reserved_bytes() 3851 void btrfs_free_reserved_bytes(struct btrfs_block_group *cache, u64 num_bytes, in btrfs_free_reserved_bytes()
|
H A D | extent-tree.c | 763 u64 bytenr, u64 num_bytes, in lookup_inline_extent_backref() 1052 u64 bytenr, u64 num_bytes, u64 parent, in lookup_extent_backref() 1197 u64 bytenr, u64 num_bytes, u64 parent, in insert_inline_extent_backref() 1382 u64 num_bytes, u64 *actual_bytes) in btrfs_discard_extent() 1491 u64 num_bytes = node->num_bytes; in __btrfs_inc_extent_ref() local 2595 u64 bytenr, u64 num_bytes, int reserved) in pin_down_extent() 2614 u64 bytenr, u64 num_bytes, int reserved) in btrfs_pin_extent() 2655 u64 start, u64 num_bytes) in __exclude_logged_extent() 2978 u64 num_bytes = delta->num_bytes; in do_free_extent_accounting() local 3103 u64 num_bytes = node->num_bytes; in __btrfs_free_extent() local [all …]
|
H A D | relocation.c | 802 u64 bytenr, u64 num_bytes) in get_new_location() 862 u64 num_bytes; in replace_file_extents() local 1672 u64 num_bytes = 0; in prepare_to_merge() local 2104 u64 num_bytes = 0; in calcu_metadata_size() local 2131 struct reloc_control *rc, u64 num_bytes) in refill_metadata_space() 2170 u64 num_bytes; in reserve_metadata_space() local 2550 u64 num_bytes; in relocate_cowonly_block() local 2666 u64 num_bytes; in prealloc_file_extent_cluster() local
|
H A D | file.c | 75 u64 num_bytes; in btrfs_dirty_folio() local 150 u64 num_bytes = 0; in btrfs_drop_extents() local 560 u64 num_bytes; in btrfs_mark_extent_written() local 1013 u64 num_bytes = lockend - cur_offset + 1; in btrfs_check_nocow_lock() local 2117 u64 num_bytes; in fill_holes() local 2132 u64 num_bytes; in fill_holes() local
|
/linux/fs/btrfs/tests/ |
H A D | qgroup-tests.c | 17 u64 num_bytes, u64 parent, u64 root_objectid) in insert_normal_tree_ref() 68 static int add_tree_ref(struct btrfs_root *root, u64 bytenr, u64 num_bytes, in add_tree_ref() 120 u64 num_bytes) in remove_extent_item() 151 u64 num_bytes, u64 parent, u64 root_objectid) in remove_extent_ref()
|
H A D | delayed-refs-tests.c | 17 u64 num_bytes; member 25 u64 num_bytes; member
|
/linux/drivers/comedi/ |
H A D | comedi_buf.c | 313 unsigned int num_bytes) in comedi_buf_munge() 413 unsigned int num_bytes; in comedi_buf_read_n_available() local 509 const void *data, unsigned int num_bytes) in comedi_buf_memcpy_to()
|
/linux/drivers/i2c/busses/ |
H A D | i2c-omap.c | 1000 static void omap_i2c_receive_data(struct omap_i2c_dev *omap, u8 num_bytes, in omap_i2c_receive_data() 1021 static int omap_i2c_transmit_data(struct omap_i2c_dev *omap, u8 num_bytes, in omap_i2c_transmit_data() 1115 u8 num_bytes = 1; in omap_i2c_xfer_data() local 1132 u8 num_bytes = 1; in omap_i2c_xfer_data() local 1143 u8 num_bytes = 1; in omap_i2c_xfer_data() local 1158 u8 num_bytes = 1; in omap_i2c_xfer_data() local
|
/linux/arch/m68k/sun3/prom/ |
H A D | misc.c | 57 prom_get_idprom(char *idbuf, int num_bytes) in prom_get_idprom()
|
/linux/arch/sparc/include/asm/ |
H A D | oplib_64.h | 52 unsigned long num_bytes; member
|
/linux/arch/sparc/prom/ |
H A D | misc_32.c | 97 prom_get_idprom(char *idbuf, int num_bytes) in prom_get_idprom()
|
/linux/drivers/staging/gpib/tms9914/ |
H A D | tms9914.c | 515 size_t num_bytes; in tms9914_read() local 611 size_t num_bytes; in tms9914_write() local 619 size_t num_bytes; in tms9914_write() local
|
/linux/drivers/staging/gpib/agilent_82350b/ |
H A D | agilent_82350b.c | 57 size_t num_bytes; in agilent_82350b_accel_read() local 125 size_t num_bytes; in agilent_82350b_accel_read() local 161 size_t num_bytes; in agilent_82350b_accel_write() local
|
/linux/drivers/staging/gpib/hp_82341/ |
H A D | hp_82341.c | 61 size_t num_bytes; in hp_82341_accel_read() local 138 size_t num_bytes; in hp_82341_accel_read() local 238 size_t num_bytes; in hp_82341_accel_write() local
|
/linux/arch/m68k/sun3x/ |
H A D | prom.c | 155 prom_get_idprom(char *idbuf, int num_bytes) in prom_get_idprom()
|
/linux/sound/soc/codecs/ |
H A D | sigmadsp.c | 33 unsigned int num_bytes; member 65 __le16 num_bytes; member 207 unsigned int num_bytes; in sigma_fw_load_control() local
|
/linux/sound/soc/sof/ |
H A D | ipc4-telemetry.h | 62 u16 num_bytes; member
|
/linux/drivers/staging/gpib/cb7210/ |
H A D | cb7210.c | 179 size_t num_bytes; in cb7210_accel_read() local 274 unsigned int num_bytes, i; in fifo_write() local 360 size_t num_bytes; in cb7210_accel_write() local
|
/linux/drivers/media/pci/cx18/ |
H A D | cx18-alsa-pcm.c | 59 size_t num_bytes) in cx18_alsa_announce_pcm_data()
|