Home
last modified time | relevance | path

Searched defs:leaf (Results 1 – 25 of 79) sorted by relevance

1234

/linux/fs/btrfs/
H A Dtree-checker.c109 #define CHECK_FE_ALIGNED(leaf, slot, fi, name, alignment) \ argument
120 file_extent_end(struct extent_buffer * leaf,struct btrfs_key * key,struct btrfs_file_extent_item * extent) file_extent_end() argument
175 check_prev_ino(struct extent_buffer * leaf,struct btrfs_key * key,int slot,struct btrfs_key * prev_key) check_prev_ino() argument
207 check_extent_data_item(struct extent_buffer * leaf,struct btrfs_key * key,int slot,struct btrfs_key * prev_key) check_extent_data_item() argument
392 check_csum_item(struct extent_buffer * leaf,struct btrfs_key * key,int slot,struct btrfs_key * prev_key) check_csum_item() argument
438 check_inode_key(struct extent_buffer * leaf,struct btrfs_key * key,int slot) check_inode_key() argument
490 check_root_key(struct extent_buffer * leaf,struct btrfs_key * key,int slot) check_root_key() argument
548 check_dir_item(struct extent_buffer * leaf,struct btrfs_key * key,struct btrfs_key * prev_key,int slot) check_dir_item() argument
709 check_block_group_item(struct extent_buffer * leaf,struct btrfs_key * key,int slot) check_block_group_item() argument
854 chunk_err(const struct btrfs_fs_info * fs_info,const struct extent_buffer * leaf,const struct btrfs_chunk * chunk,u64 logical,const char * fmt,...) chunk_err() argument
929 btrfs_check_chunk_valid(const struct btrfs_fs_info * fs_info,const struct extent_buffer * leaf,const struct btrfs_chunk * chunk,u64 logical,u32 sectorsize) btrfs_check_chunk_valid() argument
1103 check_leaf_chunk_item(struct extent_buffer * leaf,struct btrfs_chunk * chunk,struct btrfs_key * key,int slot) check_leaf_chunk_item() argument
1161 check_dev_item(struct extent_buffer * leaf,struct btrfs_key * key,int slot) check_dev_item() argument
1208 check_inode_item(struct extent_buffer * leaf,struct btrfs_key * key,int slot) check_inode_item() argument
1297 check_root_item(struct extent_buffer * leaf,struct btrfs_key * key,int slot) check_root_item() argument
1401 check_root_ref(struct extent_buffer * leaf,struct btrfs_key * key,int slot) check_root_ref() argument
1477 check_extent_item(struct extent_buffer * leaf,struct btrfs_key * key,int slot,struct btrfs_key * prev_key) check_extent_item() argument
1789 check_simple_keyed_refs(struct extent_buffer * leaf,struct btrfs_key * key,int slot) check_simple_keyed_refs() argument
1830 check_extent_data_ref(struct extent_buffer * leaf,struct btrfs_key * key,int slot) check_extent_data_ref() argument
1893 check_inode_ref(struct extent_buffer * leaf,struct btrfs_key * key,struct btrfs_key * prev_key,int slot) check_inode_ref() argument
1949 check_inode_extref(struct extent_buffer * leaf,struct btrfs_key * key,struct btrfs_key * prev_key,int slot) check_inode_extref() argument
1982 check_raid_stripe_extent(const struct extent_buffer * leaf,const struct btrfs_key * key,int slot) check_raid_stripe_extent() argument
2001 check_remap_key(const struct extent_buffer * leaf,const struct btrfs_key * key,int slot) check_remap_key() argument
2066 check_dev_extent_item(const struct extent_buffer * leaf,const struct btrfs_key * key,int slot,struct btrfs_key * prev_key) check_dev_extent_item() argument
2132 check_free_space_info(struct extent_buffer * leaf,struct btrfs_key * key,int slot) check_free_space_info() argument
2186 check_free_space_common_key(struct extent_buffer * leaf,struct btrfs_key * key,int slot,struct btrfs_key * prev_key) check_free_space_common_key() argument
2269 check_free_space_extent(struct extent_buffer * leaf,struct btrfs_key * key,int slot,struct btrfs_key * prev_key) check_free_space_extent() argument
2287 check_free_space_bitmap(struct extent_buffer * leaf,struct btrfs_key * key,int slot,struct btrfs_key * prev_key) check_free_space_bitmap() argument
2319 check_leaf_item(struct extent_buffer * leaf,struct btrfs_key * key,int slot,struct btrfs_key * prev_key) check_leaf_item() argument
2404 __btrfs_check_leaf(struct extent_buffer * leaf) __btrfs_check_leaf() argument
2554 btrfs_check_leaf(struct extent_buffer * leaf) btrfs_check_leaf() argument
[all...]
H A Dfile-item.c167 struct extent_buffer *leaf; in btrfs_insert_hole_extent() local
209 struct extent_buffer *leaf; in btrfs_lookup_csum() local
533 struct extent_buffer *leaf; in btrfs_lookup_csums_list() local
677 struct extent_buffer *leaf; in btrfs_lookup_csums_bitmap() local
908 struct extent_buffer *leaf; in truncate_one_csum() local
960 struct extent_buffer *leaf; in btrfs_del_csums() local
1136 struct extent_buffer *leaf = NULL; in btrfs_insert_data_csums() local
1354 struct extent_buffer *leaf = path->nodes[0]; in btrfs_extent_item_to_extent_map() local
1417 const struct extent_buffer *leaf = path->nodes[0]; in btrfs_file_extent_end() local
H A Draid-stripe-tree.c23 struct extent_buffer *leaf; in btrfs_partially_delete_raid_extent() local
71 struct extent_buffer *leaf; in btrfs_delete_raid_extent() local
303 struct extent_buffer *leaf; in update_raid_extent_item() local
414 struct extent_buffer *leaf; in btrfs_get_raid_extent_offset() local
H A Dctree.c45 static unsigned int leaf_data_end(const struct extent_buffer *leaf) in leaf_data_end()
67 static inline void memmove_leaf_data(const struct extent_buffer *leaf, in memmove_leaf_data()
110 static inline void memmove_leaf_items(const struct extent_buffer *leaf, in memmove_leaf_items()
1843 struct extent_buffer *leaf = path->nodes[0]; in search_leaf() local
2462 struct extent_buffer *leaf; in btrfs_search_slot_for_read() local
3108 int btrfs_leaf_free_space(const struct extent_buffer *leaf) in btrfs_leaf_free_space()
3859 struct extent_buffer *leaf; in setup_leaf_for_split() local
3926 struct extent_buffer *leaf; in split_item() local
4028 struct extent_buffer *leaf; in btrfs_truncate_item() local
4118 struct extent_buffer *leaf; in btrfs_extend_item() local
[all …]
H A Droot-tree.c216 struct extent_buffer *leaf; in btrfs_find_orphan_roots() local
336 struct extent_buffer *leaf; in btrfs_del_root_ref() local
406 struct extent_buffer *leaf; in btrfs_add_root_ref() local
H A Drelocation.c877 struct extent_buffer *leaf; in get_new_location() local
936 struct extent_buffer *leaf) in replace_file_extents()
1624 struct extent_buffer *leaf; in merge_reloc_root() local
3373 static int delete_v1_space_cache(struct extent_buffer *leaf, in delete_v1_space_cache()
3467 struct extent_buffer *leaf; in find_next_extent() local
3794 struct extent_buffer *leaf; in __insert_orphan_inode() local
4213 struct extent_buffer *leaf; in add_remap_item() local
4242 struct extent_buffer *leaf; in add_remap_backref_item() local
4270 struct extent_buffer *leaf; in move_existing_remap() local
4472 struct extent_buffer *leaf; in move_existing_remaps() local
[all …]
H A Dextent-tree.c163 struct extent_buffer *leaf = path->nodes[0]; in btrfs_lookup_extent_info() local
418 static u64 hash_extent_data_ref_item(const struct extent_buffer *leaf, in hash_extent_data_ref_item()
426 static bool match_extent_data_ref(const struct extent_buffer *leaf, in match_extent_data_ref()
446 struct extent_buffer *leaf; in lookup_extent_data_ref() local
524 struct extent_buffer *leaf; in insert_extent_data_ref() local
608 struct extent_buffer *leaf; in remove_extent_data_ref() local
649 struct extent_buffer *leaf; in extent_data_ref_count() local
807 struct extent_buffer *leaf; in lookup_inline_extent_backref() local
1040 struct extent_buffer *leaf; in setup_inline_extent_backref() local
1129 struct extent_buffer *leaf = path->nodes[0]; in update_inline_extent_backref() local
[all …]
H A Dexport.c159 struct extent_buffer *leaf; in btrfs_get_parent() local
240 struct extent_buffer *leaf; in btrfs_get_name() local
H A Dtree-log.c749 struct extent_buffer *leaf in replay_one_extent() local
1061 struct extent_buffer *leaf = wc->subvol_path->nodes[0]; drop_one_dir_item() local
1186 struct extent_buffer *leaf = wc->subvol_path->nodes[0]; unlink_refs_not_in_log() local
1248 struct extent_buffer *leaf = wc->subvol_path->nodes[0]; unlink_extrefs_not_in_log() local
1753 struct extent_buffer *leaf; count_inode_extrefs() local
4585 fill_inode_item(struct btrfs_trans_handle * trans,struct extent_buffer * leaf,struct btrfs_inode_item * item,struct btrfs_inode * inode,bool log_inode_only,u64 logged_isize) fill_inode_item() argument
5119 struct extent_buffer *leaf; log_one_extent() local
5212 struct extent_buffer *leaf; btrfs_log_prealloc_extents() local
5528 struct extent_buffer *leaf = path->nodes[0]; btrfs_log_all_xattrs() local
5613 struct extent_buffer *leaf = path->nodes[0]; btrfs_log_holes() local
5923 struct extent_buffer *leaf = path->nodes[0]; log_new_dir_dentries() local
6697 struct extent_buffer *leaf = path->nodes[0]; batch_delete_dir_index_items() local
7291 struct extent_buffer *leaf = path->nodes[0]; btrfs_log_all_parents() local
7393 struct extent_buffer *leaf; log_new_ancestors() local
7523 struct extent_buffer *leaf = path->nodes[0]; log_all_new_ancestors() local
[all...]
/linux/arch/x86/boot/startup/
H A Dsev-shared.c169 static int __sev_cpuid_hv_msr(struct cpuid_leaf *leaf) in __sev_cpuid_hv_msr()
262 snp_cpuid_get_validated_func(struct cpuid_leaf *leaf) in snp_cpuid_get_validated_func()
297 static void snp_cpuid_hv_msr(void *ctx, struct cpuid_leaf *leaf) in snp_cpuid_hv_msr()
304 snp_cpuid_postprocess(void (*cpuid_fn)(void *ctx, struct cpuid_leaf *leaf), in snp_cpuid_postprocess()
399 int snp_cpuid(void (*cpuid_fn)(void *ctx, struct cpuid_leaf *leaf), in snp_cpuid()
447 struct cpuid_leaf leaf; in do_vc_no_ghcb() local
/linux/drivers/gpu/drm/nouveau/nvkm/core/
H A Dintr.c30 enum nvkm_intr_type type, int *leaf, u32 *mask) in nvkm_intr_xlat()
76 nvkm_intr_find(struct nvkm_subdev *subdev, enum nvkm_intr_type type, int *leaf, u32 *mask) in nvkm_intr_find()
91 nvkm_intr_allow_locked(struct nvkm_intr *intr, int leaf, u32 mask) in nvkm_intr_allow_locked()
107 int leaf; in nvkm_intr_allow() local
120 nvkm_intr_block_locked(struct nvkm_intr *intr, int leaf, u32 mask) in nvkm_intr_block_locked()
133 int leaf; in nvkm_intr_block() local
171 int prio, leaf; in nvkm_intr() local
/linux/drivers/gpu/drm/nouveau/nvkm/subdev/vfn/
H A Dtu102.c29 tu102_vfn_intr_reset(struct nvkm_intr *intr, int leaf, u32 mask) in tu102_vfn_intr_reset()
37 tu102_vfn_intr_allow(struct nvkm_intr *intr, int leaf, u32 mask) in tu102_vfn_intr_allow()
45 tu102_vfn_intr_block(struct nvkm_intr *intr, int leaf, u32 mask) in tu102_vfn_intr_block()
74 int pending = 0, leaf; in tu102_vfn_intr_pending() local
/linux/arch/loongarch/mm/
H A Dcache.c34 static void flush_cache_leaf(unsigned int leaf) in flush_cache_leaf()
58 int leaf; in __flush_cache_all() local
84 #define populate_cache_properties(cfg0, cdesc, level, leaf) \ argument
107 unsigned int leaf = 0, level = 1; in cpu_cache_init() local
/linux/drivers/gpu/drm/nouveau/nvkm/subdev/mc/
H A Dnv04.c75 int leaf; in nv04_mc_intr_rearm() local
85 int leaf; in nv04_mc_intr_unarm() local
98 int leaf; in nv04_mc_intr_pending() local
H A Dgt215.c57 gt215_mc_intr_allow(struct nvkm_intr *intr, int leaf, u32 mask) in gt215_mc_intr_allow()
65 gt215_mc_intr_block(struct nvkm_intr *intr, int leaf, u32 mask) in gt215_mc_intr_block()
H A Dgp100.c48 gp100_mc_intr_allow(struct nvkm_intr *intr, int leaf, u32 mask) in gp100_mc_intr_allow()
56 gp100_mc_intr_block(struct nvkm_intr *intr, int leaf, u32 mask) in gp100_mc_intr_block()
/linux/fs/unicode/
H A Dmkutf8data.c383 void *leaf = NULL; in lookup() local
533 static int insert(struct tree *tree, char *key, int keylen, void *leaf) in insert()
1417 struct unicode_data *leaf = l; in nfdi_print() local
1432 struct unicode_data *leaf = l; in nfdicf_print() local
1453 struct unicode_data *leaf = l; in nfdicf_mark() local
1462 struct unicode_data *leaf = l; in correction_mark() local
1469 struct unicode_data *leaf = l; in nfdi_size() local
1481 struct unicode_data *leaf = l; in nfdicf_size() local
1495 struct unicode_data *leaf = l; in nfdi_index() local
1502 struct unicode_data *leaf = l; in nfdicf_index() local
[all …]
/linux/tools/testing/selftests/bpf/progs/
H A Dxdpwall.c118 __u8 *leaf; in filter_ipv6_addr() local
127 __u8 *leaf; in filter_ipv4_addr() local
221 __u8 *leaf = bpf_map_lookup_elem(&tcp_port_map, &port); in filter_tcp_port() local
228 __u16 *leaf = bpf_map_lookup_elem(&udp_port_map, &port); in filter_udp_port() local
/linux/drivers/gpu/drm/i915/selftests/
H A Di915_syncmap.c146 static int check_seqno(struct i915_syncmap *leaf, unsigned int idx, u32 seqno) in check_seqno()
154 if (__sync_seqno(leaf)[idx] != seqno) { in check_seqno() local
508 struct i915_syncmap *leaf = __sync_child(sync)[idx]; in igt_syncmap_compact() local
/linux/tools/arch/x86/kcpuid/
H A Dkcpuid.c114 leaf_print_raw(struct subleaf * leaf) leaf_print_raw() argument
133 struct subleaf *leaf; cpuid_store() local
289 struct subleaf *leaf; parse_line() local
483 show_leaf(struct subleaf * leaf) show_leaf() argument
[all...]
/linux/drivers/gpu/drm/nouveau/include/nvkm/core/
H A Dintr.h31 int leaf; member
60 int leaf; member
/linux/drivers/net/can/usb/kvaser_usb/
H A Dkvaser_usb_leaf.c202 } __packed leaf; member
395 } __packed leaf; member
466 } leaf; member
1108 struct kvaser_usb_net_leaf_priv *leaf = in kvaser_usb_leaf_chip_state_req_work() local
1121 struct kvaser_usb_net_leaf_priv *leaf = priv->sub_priv; in kvaser_usb_leaf_rx_error_update_can_state() local
1202 struct kvaser_usb_net_leaf_priv *leaf; in kvaser_usb_leaf_rx_error() local
1786 struct kvaser_usb_net_leaf_priv *leaf = priv->sub_priv; in kvaser_usb_leaf_start_chip() local
1807 struct kvaser_usb_net_leaf_priv *leaf = priv->sub_priv; in kvaser_usb_leaf_stop_chip() local
1862 struct kvaser_usb_net_leaf_priv *leaf; in kvaser_usb_leaf_init_channel() local
1879 struct kvaser_usb_net_leaf_priv *leaf = priv->sub_priv; in kvaser_usb_leaf_remove_channel() local
[all …]
/linux/tools/perf/tests/workloads/
H A Dleafloop.c20 noinline void leaf(volatile int b) leaf() function
[all...]
H A Dinlineloop.c17 static inline void __attribute__((always_inline)) leaf(int b) in leaf() function
/linux/fs/xfs/libxfs/
H A Dxfs_rtrefcount_btree.c87 bool leaf) in xfs_rtrefcountbt_droot_maxrecs() argument
458 bool leaf) in xfs_rtrefcountbt_block_maxrecs() argument
474 bool leaf) in xfs_rtrefcountbt_maxrecs() argument

1234