Home
last modified time | relevance | path

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

12345

/linux-6.3-rc2/fs/btrfs/
A Dtree-checker.c117 static u64 file_extent_end(struct extent_buffer *leaf, in file_extent_end()
171 static bool check_prev_ino(struct extent_buffer *leaf, in check_prev_ino()
484 static int check_dir_item(struct extent_buffer *leaf, in check_dir_item()
731 static void chunk_err(const struct extent_buffer *leaf, in chunk_err()
780 int btrfs_check_chunk_valid(struct extent_buffer *leaf, in btrfs_check_chunk_valid()
985 static int check_dev_item(struct extent_buffer *leaf, in check_dev_item()
1032 static int check_inode_item(struct extent_buffer *leaf, in check_inode_item()
1239 static int check_extent_item(struct extent_buffer *leaf, in check_extent_item()
1556 static int check_inode_ref(struct extent_buffer *leaf, in check_inode_ref()
1609 static int check_leaf_item(struct extent_buffer *leaf, in check_leaf_item()
[all …]
A Dinode-item.c18 struct btrfs_inode_ref *btrfs_find_name_in_backref(struct extent_buffer *leaf, in btrfs_find_name_in_backref()
46 struct extent_buffer *leaf, int slot, u64 ref_objectid, in btrfs_find_name_in_ext_backref()
116 struct extent_buffer *leaf; in btrfs_del_inode_extref() local
185 struct extent_buffer *leaf; in btrfs_del_inode_ref() local
266 struct extent_buffer *leaf; in btrfs_insert_inode_extref() local
409 struct extent_buffer *leaf; in btrfs_lookup_inode() local
428 struct extent_buffer *leaf, in btrfs_trace_truncate()
465 struct extent_buffer *leaf; in btrfs_truncate_inode_items() local
A Ddir-item.c33 struct extent_buffer *leaf; in insert_with_overflow() local
67 struct extent_buffer *leaf; in btrfs_insert_xattr_item() local
118 struct extent_buffer *leaf; in btrfs_insert_dir_item() local
240 struct extent_buffer *leaf; in btrfs_check_dir_item_collision() local
390 struct extent_buffer *leaf; in btrfs_match_dir_item_name() local
423 struct extent_buffer *leaf; in btrfs_delete_one_dir_name() local
A Dfile-item.c168 struct extent_buffer *leaf; in btrfs_insert_hole_extent() local
213 struct extent_buffer *leaf; in btrfs_lookup_csum() local
525 struct extent_buffer *leaf; in btrfs_lookup_csums_list() local
667 struct extent_buffer *leaf; in btrfs_lookup_csums_bitmap() local
895 struct extent_buffer *leaf; in truncate_one_csum() local
947 struct extent_buffer *leaf; in btrfs_del_csums() local
1124 struct extent_buffer *leaf = NULL; in btrfs_csum_file_blocks() local
1346 struct extent_buffer *leaf = path->nodes[0]; in btrfs_extent_item_to_extent_map() local
1411 const struct extent_buffer *leaf = path->nodes[0]; in btrfs_file_extent_end() local
A Dctree.c2391 struct extent_buffer *leaf; in btrfs_search_slot_for_read() local
3760 struct extent_buffer *leaf; in setup_leaf_for_split() local
3825 struct extent_buffer *leaf; in split_item() local
3922 struct extent_buffer *leaf; in btrfs_truncate_item() local
4013 struct extent_buffer *leaf; in btrfs_extend_item() local
4086 struct extent_buffer *leaf; in setup_items_for_insert() local
4225 struct extent_buffer *leaf; in btrfs_insert_item() local
4255 struct extent_buffer *leaf; in btrfs_duplicate_item() local
4360 struct extent_buffer *leaf; in btrfs_del_items() local
4950 struct extent_buffer *leaf; in btrfs_previous_item() local
[all …]
A Droot-tree.c213 struct extent_buffer *leaf; in btrfs_find_orphan_roots() local
341 struct extent_buffer *leaf; in btrfs_del_root_ref() local
415 struct extent_buffer *leaf; in btrfs_add_root_ref() local
A Dxattr.c33 struct extent_buffer *leaf; in btrfs_getxattr() local
173 struct extent_buffer *leaf = path->nodes[0]; in btrfs_setxattr() local
304 struct extent_buffer *leaf; in btrfs_listxattr() local
/linux-6.3-rc2/drivers/gpu/drm/nouveau/nvkm/subdev/vfn/
A Dtu102.c27 tu102_vfn_intr_reset(struct nvkm_intr *intr, int leaf, u32 mask) in tu102_vfn_intr_reset()
35 tu102_vfn_intr_allow(struct nvkm_intr *intr, int leaf, u32 mask) in tu102_vfn_intr_allow()
43 tu102_vfn_intr_block(struct nvkm_intr *intr, int leaf, u32 mask) in tu102_vfn_intr_block()
72 int pending = 0, leaf; in tu102_vfn_intr_pending() local
/linux-6.3-rc2/drivers/gpu/drm/nouveau/nvkm/core/
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-6.3-rc2/arch/loongarch/mm/
A Dcache.c44 static void flush_cache_leaf(unsigned int leaf) in flush_cache_leaf()
68 int leaf; in __flush_cache_all() local
94 #define populate_cache_properties(cfg0, cdesc, level, leaf) \ argument
117 unsigned int leaf = 0, level = 1; in cpu_cache_init() local
/linux-6.3-rc2/fs/xfs/libxfs/
A Dxfs_dir2_leaf.c104 struct xfs_dir2_leaf *leaf = bp->b_addr; in xfs_dir3_leaf1_check() local
142 struct xfs_dir2_leaf *leaf, in xfs_dir3_leaf_check_int()
312 struct xfs_dir2_leaf *leaf = bp->b_addr; in xfs_dir3_leaf_init() local
396 xfs_dir2_leaf_t *leaf; /* leaf structure */ in xfs_dir2_block_to_leaf() local
926 xfs_dir2_leaf_t *leaf; /* leaf structure */ in xfs_dir3_leaf_compact() local
1071 struct xfs_dir2_leaf *leaf = bp->b_addr; in xfs_dir3_leaf_log_bests() local
1098 struct xfs_dir2_leaf *leaf = bp->b_addr; in xfs_dir3_leaf_log_ents() local
1120 struct xfs_dir2_leaf *leaf = bp->b_addr; in xfs_dir3_leaf_log_header() local
1140 struct xfs_dir2_leaf *leaf = bp->b_addr; in xfs_dir3_leaf_log_tail() local
1229 xfs_dir2_leaf_t *leaf; /* leaf structure */ in xfs_dir2_leaf_lookup_int() local
[all …]
A Dxfs_attr_leaf.c241 struct xfs_attr_leafblock *leaf, in xfs_attr3_leaf_verify_entry()
1010 struct xfs_attr_leafblock *leaf; in xfs_attr_shortform_allfit() local
1128 struct xfs_attr_leafblock *leaf; in xfs_attr3_leaf_to_shortform() local
1217 struct xfs_attr_leafblock *leaf; in xfs_attr3_leaf_to_node() local
1295 struct xfs_attr_leafblock *leaf; in xfs_attr3_leaf_create() local
1406 struct xfs_attr_leafblock *leaf; in xfs_attr3_leaf_add() local
1487 struct xfs_attr_leafblock *leaf; in xfs_attr3_leaf_add_work() local
2006 struct xfs_attr_leafblock *leaf; in xfs_attr3_leaf_toosmall() local
2133 struct xfs_attr_leafblock *leaf; in xfs_attr3_leaf_remove() local
2413 struct xfs_attr_leafblock *leaf; in xfs_attr3_leaf_lookup_int() local
[all …]
A Dxfs_iext_tree.c376 struct xfs_iext_leaf *leaf, in xfs_iext_leaf_nr_entries()
391 struct xfs_iext_leaf *leaf, in xfs_iext_leaf_key()
544 struct xfs_iext_leaf *leaf = cur->leaf; in xfs_iext_split_leaf() local
791 struct xfs_iext_leaf *leaf, in xfs_iext_rebalance_leaf()
868 struct xfs_iext_leaf *leaf = cur->leaf; in xfs_iext_remove() local
/linux-6.3-rc2/drivers/gpu/drm/nouveau/nvkm/subdev/mc/
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
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()
A Dgp100.c46 gp100_mc_intr_allow(struct nvkm_intr *intr, int leaf, u32 mask) in gp100_mc_intr_allow()
54 gp100_mc_intr_block(struct nvkm_intr *intr, int leaf, u32 mask) in gp100_mc_intr_block()
/linux-6.3-rc2/fs/unicode/
A Dmkutf8data.c383 void *leaf = NULL; in lookup() local
1417 struct unicode_data *leaf = l; in nfdi_print() local
1432 struct unicode_data *leaf = l; in nfdicf_print() local
1748 utf8leaf_t *leaf; in verify() local
2805 utf8leaf_t *leaf; in utf8agemax() local
2832 utf8leaf_t *leaf; in utf8agemin() local
2858 utf8leaf_t *leaf; in utf8nagemax() local
2885 utf8leaf_t *leaf; in utf8nagemin() local
2914 utf8leaf_t *leaf; in utf8len() local
2941 utf8leaf_t *leaf; in utf8nlen() local
[all …]
/linux-6.3-rc2/arch/x86/kernel/cpu/
A Dtopology.c35 static int check_extended_topology_leaf(int leaf) in check_extended_topology_leaf()
69 int leaf; in detect_extended_topology_early() local
101 int leaf; in detect_extended_topology() local
/linux-6.3-rc2/arch/x86/kernel/
A Dsev-shared.c256 static int sev_cpuid_hv(struct cpuid_leaf *leaf) in sev_cpuid_hv()
353 snp_cpuid_get_validated_func(struct cpuid_leaf *leaf) in snp_cpuid_get_validated_func()
388 static void snp_cpuid_hv(struct cpuid_leaf *leaf) in snp_cpuid_hv()
394 static int snp_cpuid_postprocess(struct cpuid_leaf *leaf) in snp_cpuid_postprocess()
488 static int snp_cpuid(struct cpuid_leaf *leaf) in snp_cpuid()
534 struct cpuid_leaf leaf; in do_vc_no_ghcb() local
850 struct cpuid_leaf leaf; in vc_handle_cpuid_snp() local
/linux-6.3-rc2/drivers/gpu/drm/i915/selftests/
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-6.3-rc2/fs/xfs/scrub/
A Dattr.c246 struct xfs_attr_leafblock *leaf, in xchk_xattr_entry()
311 struct xfs_attr_leafblock *leaf = bp->b_addr; in xchk_xattr_block() local
339 struct xfs_attr3_leafblock *leaf = bp->b_addr; in xchk_xattr_block() local
/linux-6.3-rc2/tools/testing/selftests/bpf/progs/
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-6.3-rc2/tools/arch/x86/kcpuid/
A Dkcpuid.c120 static void leaf_print_raw(struct subleaf *leaf) in leaf_print_raw()
139 struct subleaf *leaf; in cpuid_store() local
293 struct subleaf *leaf; in parse_line() local
466 static void show_leaf(struct subleaf *leaf) in show_leaf()
/linux-6.3-rc2/fs/btrfs/tests/
A Dinode-tests.c22 struct extent_buffer *leaf = root->node; in insert_extent() local
54 struct extent_buffer *leaf = root->node; in insert_inode_item_key() local
/linux-6.3-rc2/drivers/gpu/drm/nouveau/include/nvkm/core/
A Dintr.h31 int leaf; member
60 int leaf; member

Completed in 65 milliseconds

12345