Home
last modified time | relevance | path

Searched defs:leaf (Results 151 - 175 of 256) sorted by relevance

1234567891011

/kernel/linux/linux-5.10/fs/btrfs/
H A Dtree-checker.c111 file_extent_end(struct extent_buffer *leaf, struct btrfs_key *key, struct btrfs_file_extent_item *extent) file_extent_end() argument
165 check_prev_ino(struct extent_buffer *leaf, struct btrfs_key *key, int slot, struct btrfs_key *prev_key) check_prev_ino() argument
196 check_extent_data_item(struct extent_buffer *leaf, struct btrfs_key *key, int slot, struct btrfs_key *prev_key) check_extent_data_item() argument
334 check_csum_item(struct extent_buffer *leaf, struct btrfs_key *key, int slot, struct btrfs_key *prev_key) check_csum_item() argument
380 check_inode_key(struct extent_buffer *leaf, struct btrfs_key *key, int slot) check_inode_key() argument
431 check_root_key(struct extent_buffer *leaf, struct btrfs_key *key, int slot) check_root_key() argument
474 check_dir_item(struct extent_buffer *leaf, struct btrfs_key *key, struct btrfs_key *prev_key, int slot) check_dir_item() argument
632 check_block_group_item(struct extent_buffer *leaf, struct btrfs_key *key, int slot) check_block_group_item() argument
703 chunk_err(const struct extent_buffer *leaf, const struct btrfs_chunk *chunk, u64 logical, const char *fmt, ...) chunk_err() argument
752 btrfs_check_chunk_valid(struct extent_buffer *leaf, struct btrfs_chunk *chunk, u64 logical) btrfs_check_chunk_valid() argument
891 check_leaf_chunk_item(struct extent_buffer *leaf, struct btrfs_chunk *chunk, struct btrfs_key *key, int slot) check_leaf_chunk_item() argument
946 check_dev_item(struct extent_buffer *leaf, struct btrfs_key *key, int slot) check_dev_item() argument
993 check_inode_item(struct extent_buffer *leaf, struct btrfs_key *key, int slot) check_inode_item() argument
1074 check_root_item(struct extent_buffer *leaf, struct btrfs_key *key, int slot) check_root_item() argument
1191 check_extent_item(struct extent_buffer *leaf, struct btrfs_key *key, int slot) check_extent_item() argument
1406 check_simple_keyed_refs(struct extent_buffer *leaf, struct btrfs_key *key, int slot) check_simple_keyed_refs() argument
1437 check_extent_data_ref(struct extent_buffer *leaf, struct btrfs_key *key, int slot) check_extent_data_ref() argument
1478 check_inode_ref(struct extent_buffer *leaf, struct btrfs_key *key, struct btrfs_key *prev_key, int slot) check_inode_ref() argument
1531 check_leaf_item(struct extent_buffer *leaf, struct btrfs_key *key, int slot, struct btrfs_key *prev_key) check_leaf_item() argument
1585 check_leaf(struct extent_buffer *leaf, bool check_item_data) check_leaf() argument
1724 btrfs_check_leaf_full(struct extent_buffer *leaf) btrfs_check_leaf_full() argument
1730 btrfs_check_leaf_relaxed(struct extent_buffer *leaf) btrfs_check_leaf_relaxed() argument
[all...]
/kernel/linux/linux-5.10/fs/xfs/libxfs/
H A Dxfs_dir2_node.c64 struct xfs_dir2_leaf *leaf = bp->b_addr; in xfs_dir3_leafn_check() local
415 xfs_dir2_leaf_t *leaf; /* leaf structur in xfs_dir2_leaf_to_node() local
500 struct xfs_dir2_leaf *leaf = bp->b_addr; xfs_dir2_leafn_add() local
639 xfs_dir2_leaf_t *leaf; /* leaf structure */ xfs_dir2_leafn_lookup_for_addname() local
790 xfs_dir2_leaf_t *leaf; /* leaf structure */ xfs_dir2_leafn_lookup_for_entry() local
1274 xfs_dir2_leaf_t *leaf; /* leaf structure */ xfs_dir2_leafn_remove() local
1496 xfs_dir2_leaf_t *leaf; /* leaf structure */ xfs_dir2_leafn_toosmall() local
[all...]
H A Dxfs_dir2_leaf.c104 struct xfs_dir2_leaf *leaf = bp->b_addr; in xfs_dir3_leaf1_check() local
303 struct xfs_dir2_leaf *leaf = bp->b_addr; in xfs_dir3_leaf_init() local
139 xfs_dir3_leaf_check_int( struct xfs_mount *mp, struct xfs_dir3_icleaf_hdr *hdr, struct xfs_dir2_leaf *leaf) xfs_dir3_leaf_check_int() argument
387 xfs_dir2_leaf_t *leaf; /* leaf structure */ xfs_dir2_block_to_leaf() local
614 struct xfs_dir2_leaf *leaf; /* leaf structure */ xfs_dir2_leaf_addname() local
917 xfs_dir2_leaf_t *leaf; /* leaf structure */ xfs_dir3_leaf_compact() local
1062 struct xfs_dir2_leaf *leaf = bp->b_addr; xfs_dir3_leaf_log_bests() local
1089 struct xfs_dir2_leaf *leaf = bp->b_addr; xfs_dir3_leaf_log_ents() local
1111 struct xfs_dir2_leaf *leaf = bp->b_addr; xfs_dir3_leaf_log_header() local
1131 struct xfs_dir2_leaf *leaf = bp->b_addr; xfs_dir3_leaf_log_tail() local
1220 xfs_dir2_leaf_t *leaf; /* leaf structure */ xfs_dir2_leaf_lookup_int() local
1350 xfs_dir2_leaf_t *leaf; /* leaf structure */ xfs_dir2_leaf_removename() local
1596 xfs_dir2_leaf_t *leaf; /* leaf structure */ xfs_dir2_leaf_trim_data() local
1681 xfs_dir2_leaf_t *leaf; /* leaf structure */ xfs_dir2_node_to_leaf() local
[all...]
/kernel/linux/linux-6.6/fs/btrfs/
H A Dfile-item.c169 struct extent_buffer *leaf; in btrfs_insert_hole_extent() local
214 struct extent_buffer *leaf; btrfs_lookup_csum() local
464 struct extent_buffer *leaf; btrfs_lookup_csums_list() local
606 struct extent_buffer *leaf; btrfs_lookup_csums_bitmap() local
820 struct extent_buffer *leaf; truncate_one_csum() local
872 struct extent_buffer *leaf; btrfs_del_csums() local
1049 struct extent_buffer *leaf = NULL; btrfs_csum_file_blocks() local
1271 struct extent_buffer *leaf = path->nodes[0]; btrfs_extent_item_to_extent_map() local
1336 const struct extent_buffer *leaf = path->nodes[0]; btrfs_file_extent_end() local
[all...]
H A Ddelayed-inode.c843 struct extent_buffer *leaf = path->nodes[0]; in btrfs_batch_delete_items() local
1009 struct extent_buffer *leaf; __btrfs_update_delayed_inode() local
[all...]
H A Dtree-checker.c117 file_extent_end(struct extent_buffer *leaf, struct btrfs_key *key, struct btrfs_file_extent_item *extent) file_extent_end() argument
171 check_prev_ino(struct extent_buffer *leaf, struct btrfs_key *key, int slot, struct btrfs_key *prev_key) check_prev_ino() argument
202 check_extent_data_item(struct extent_buffer *leaf, struct btrfs_key *key, int slot, struct btrfs_key *prev_key) check_extent_data_item() argument
342 check_csum_item(struct extent_buffer *leaf, struct btrfs_key *key, int slot, struct btrfs_key *prev_key) check_csum_item() argument
388 check_inode_key(struct extent_buffer *leaf, struct btrfs_key *key, int slot) check_inode_key() argument
440 check_root_key(struct extent_buffer *leaf, struct btrfs_key *key, int slot) check_root_key() argument
498 check_dir_item(struct extent_buffer *leaf, struct btrfs_key *key, struct btrfs_key *prev_key, int slot) check_dir_item() argument
657 check_block_group_item(struct extent_buffer *leaf, struct btrfs_key *key, int slot) check_block_group_item() argument
745 chunk_err(const struct extent_buffer *leaf, const struct btrfs_chunk *chunk, u64 logical, const char *fmt, ...) chunk_err() argument
794 btrfs_check_chunk_valid(struct extent_buffer *leaf, struct btrfs_chunk *chunk, u64 logical) btrfs_check_chunk_valid() argument
958 check_leaf_chunk_item(struct extent_buffer *leaf, struct btrfs_chunk *chunk, struct btrfs_key *key, int slot) check_leaf_chunk_item() argument
1013 check_dev_item(struct extent_buffer *leaf, struct btrfs_key *key, int slot) check_dev_item() argument
1060 check_inode_item(struct extent_buffer *leaf, struct btrfs_key *key, int slot) check_inode_item() argument
1149 check_root_item(struct extent_buffer *leaf, struct btrfs_key *key, int slot) check_root_item() argument
1267 check_extent_item(struct extent_buffer *leaf, struct btrfs_key *key, int slot, struct btrfs_key *prev_key) check_extent_item() argument
1512 check_simple_keyed_refs(struct extent_buffer *leaf, struct btrfs_key *key, int slot) check_simple_keyed_refs() argument
1543 check_extent_data_ref(struct extent_buffer *leaf, struct btrfs_key *key, int slot) check_extent_data_ref() argument
1584 check_inode_ref(struct extent_buffer *leaf, struct btrfs_key *key, struct btrfs_key *prev_key, int slot) check_inode_ref() argument
1637 check_leaf_item(struct extent_buffer *leaf, struct btrfs_key *key, int slot, struct btrfs_key *prev_key) check_leaf_item() argument
1695 __btrfs_check_leaf(struct extent_buffer *leaf) __btrfs_check_leaf() argument
1851 btrfs_check_leaf(struct extent_buffer *leaf) btrfs_check_leaf() argument
[all...]
/kernel/linux/linux-6.6/fs/xfs/libxfs/
H A Dxfs_types.h153 struct xfs_iext_leaf *leaf; member
H A Dxfs_dir2_node.c64 struct xfs_dir2_leaf *leaf = bp->b_addr; in xfs_dir3_leafn_check() local
415 xfs_dir2_leaf_t *leaf; /* leaf structur in xfs_dir2_leaf_to_node() local
500 struct xfs_dir2_leaf *leaf = bp->b_addr; xfs_dir2_leafn_add() local
639 xfs_dir2_leaf_t *leaf; /* leaf structure */ xfs_dir2_leafn_lookup_for_addname() local
790 xfs_dir2_leaf_t *leaf; /* leaf structure */ xfs_dir2_leafn_lookup_for_entry() local
1274 xfs_dir2_leaf_t *leaf; /* leaf structure */ xfs_dir2_leafn_remove() local
1496 xfs_dir2_leaf_t *leaf; /* leaf structure */ xfs_dir2_leafn_toosmall() local
[all...]
H A Dxfs_dir2_leaf.c104 struct xfs_dir2_leaf *leaf = bp->b_addr; in xfs_dir3_leaf1_check() local
312 struct xfs_dir2_leaf *leaf = bp->b_addr; in xfs_dir3_leaf_init() local
139 xfs_dir3_leaf_check_int( struct xfs_mount *mp, struct xfs_dir3_icleaf_hdr *hdr, struct xfs_dir2_leaf *leaf, bool expensive_checking) xfs_dir3_leaf_check_int() argument
396 xfs_dir2_leaf_t *leaf; /* leaf structure */ xfs_dir2_block_to_leaf() local
623 struct xfs_dir2_leaf *leaf; /* leaf structure */ xfs_dir2_leaf_addname() local
926 xfs_dir2_leaf_t *leaf; /* leaf structure */ xfs_dir3_leaf_compact() local
1071 struct xfs_dir2_leaf *leaf = bp->b_addr; xfs_dir3_leaf_log_bests() local
1098 struct xfs_dir2_leaf *leaf = bp->b_addr; xfs_dir3_leaf_log_ents() local
1120 struct xfs_dir2_leaf *leaf = bp->b_addr; xfs_dir3_leaf_log_header() local
1140 struct xfs_dir2_leaf *leaf = bp->b_addr; xfs_dir3_leaf_log_tail() local
1229 xfs_dir2_leaf_t *leaf; /* leaf structure */ xfs_dir2_leaf_lookup_int() local
1359 xfs_dir2_leaf_t *leaf; /* leaf structure */ xfs_dir2_leaf_removename() local
1605 xfs_dir2_leaf_t *leaf; /* leaf structure */ xfs_dir2_leaf_trim_data() local
1690 xfs_dir2_leaf_t *leaf; /* leaf structure */ xfs_dir2_node_to_leaf() local
[all...]
/kernel/linux/linux-6.6/arch/x86/events/intel/
H A Dpt.c51 u32 leaf; member
/kernel/linux/linux-6.6/drivers/firewire/
H A Dcore-device.c111 const u32 *leaf = search_leaf(directory, key); in fw_csr_string() local
/kernel/linux/linux-6.6/drivers/infiniband/hw/hns/
H A Dhns_roce_hem.c995 struct list_head leaf; member
/kernel/linux/linux-6.6/arch/x86/kernel/
H A Dsev-shared.c259 static int __sev_cpuid_hv_msr(struct cpuid_leaf *leaf) in __sev_cpuid_hv_msr() argument
282 __sev_cpuid_hv_ghcb(struct ghcb *ghcb, struct es_em_ctxt *ctxt, struct cpuid_leaf *leaf) __sev_cpuid_hv_ghcb() argument
315 sev_cpuid_hv(struct ghcb *ghcb, struct es_em_ctxt *ctxt, struct cpuid_leaf *leaf) sev_cpuid_hv() argument
395 snp_cpuid_get_validated_func(struct cpuid_leaf *leaf) snp_cpuid_get_validated_func() argument
430 snp_cpuid_hv(struct ghcb *ghcb, struct es_em_ctxt *ctxt, struct cpuid_leaf *leaf) snp_cpuid_hv() argument
436 snp_cpuid_postprocess(struct ghcb *ghcb, struct es_em_ctxt *ctxt, struct cpuid_leaf *leaf) snp_cpuid_postprocess() argument
531 snp_cpuid(struct ghcb *ghcb, struct es_em_ctxt *ctxt, struct cpuid_leaf *leaf) snp_cpuid() argument
577 struct cpuid_leaf leaf; do_vc_no_ghcb() local
929 struct cpuid_leaf leaf; vc_handle_cpuid_snp() local
[all...]
/kernel/linux/linux-6.6/arch/x86/kvm/mmu/
H A Dtdp_mmu.c1770 int leaf = -1; kvm_tdp_mmu_get_walk() local
[all...]
/kernel/linux/linux-6.6/arch/x86/kernel/cpu/
H A Dcacheinfo.c245 amd_cpuid4(int leaf, union _cpuid4_leaf_eax *eax, in amd_cpuid4() argument
/kernel/linux/linux-6.6/drivers/md/persistent-data/
H A Ddm-btree.c1202 btree_get_overwrite_leaf(struct dm_btree_info *info, dm_block_t root, uint64_t key, int *index, dm_block_t *new_root, struct dm_block **leaf) btree_get_overwrite_leaf() argument
1421 walk_node(struct dm_btree_info *info, dm_block_t block, int (*fn)(void *context, uint64_t *keys, void *leaf), void *context) walk_node() argument
1456 dm_btree_walk(struct dm_btree_info *info, dm_block_t root, int (*fn)(void *context, uint64_t *keys, void *leaf), void *context) dm_btree_walk() argument
/kernel/linux/linux-6.6/kernel/trace/
H A Dtrace_functions_graph.c632 print_graph_retval(struct trace_seq *s, unsigned long retval, bool leaf, void *func, bool hex_format) print_graph_retval() argument
/third_party/alsa-utils/alsactl/
H A Dstate.c56 snd_config_t *leaf; in snd_config_integer_add() local
71 snd_config_t *leaf; in snd_config_integer64_add() local
86 snd_config_t *leaf; in snd_config_string_add() local
102 snd_config_t *leaf; snd_config_compound_add() local
[all...]
/third_party/icu/tools/unicodetools/com/ibm/rbm/gui/
H A DRBManagerGUI.java1258 getTreeCellRendererComponent(JTree tree, Object value, boolean selected, boolean expanded, boolean leaf, int row, boolean hasFocus) getTreeCellRendererComponent() argument
/kernel/linux/linux-5.10/drivers/firewire/
H A Dsbp2.c997 sbp2_get_unit_unique_id(struct sbp2_target *tgt, const u32 *leaf) sbp2_get_unit_unique_id() argument
/kernel/linux/linux-5.10/drivers/net/can/usb/kvaser_usb/
H A Dkvaser_usb_leaf.c179 } __packed leaf; member
349 } __packed leaf; member
416 } leaf; global() member
959 struct kvaser_usb_net_leaf_priv *leaf = kvaser_usb_leaf_chip_state_req_work() local
1038 struct kvaser_usb_net_leaf_priv *leaf; kvaser_usb_leaf_rx_error() local
1634 struct kvaser_usb_net_leaf_priv *leaf = priv->sub_priv; kvaser_usb_leaf_stop_chip() local
1689 struct kvaser_usb_net_leaf_priv *leaf; kvaser_usb_leaf_init_channel() local
1706 struct kvaser_usb_net_leaf_priv *leaf = priv->sub_priv; kvaser_usb_leaf_remove_channel() local
[all...]
/kernel/linux/linux-5.10/drivers/md/
H A Ddm-cache-metadata.c1512 static int __dump_mapping(void *context, uint64_t cblock, void *leaf) in __dump_mapping() argument
/kernel/linux/linux-5.10/drivers/infiniband/hw/i40iw/
H A Di40iw_verbs.c1344 struct i40iw_pble_info *leaf = lvl2->leaf; in i40iw_check_mr_contiguous() local
/kernel/linux/linux-5.10/net/sched/
H A Dsch_htb.c127 } leaf; member
[all...]
H A Dsch_api.c1407 struct Qdisc *leaf; in check_loop_fn() local

Completed in 46 milliseconds

1234567891011