/linux/fs/btrfs/ |
A D | tree-checker.c | 113 static u64 file_extent_end(struct extent_buffer *leaf, in file_extent_end() 167 static bool check_prev_ino(struct extent_buffer *leaf, in check_prev_ino() 480 static int check_dir_item(struct extent_buffer *leaf, in check_dir_item() 710 static void chunk_err(const struct extent_buffer *leaf, in chunk_err() 759 int btrfs_check_chunk_valid(struct extent_buffer *leaf, in btrfs_check_chunk_valid() 964 static int check_dev_item(struct extent_buffer *leaf, in check_dev_item() 1003 static int check_inode_item(struct extent_buffer *leaf, in check_inode_item() 1203 static int check_extent_item(struct extent_buffer *leaf, in check_extent_item() 1499 static int check_inode_ref(struct extent_buffer *leaf, in check_inode_ref() 1552 static int check_leaf_item(struct extent_buffer *leaf, in check_leaf_item() [all …]
|
A D | dir-item.c | 31 struct extent_buffer *leaf; in insert_with_overflow() local 66 struct extent_buffer *leaf; in btrfs_insert_xattr_item() local 117 struct extent_buffer *leaf; in btrfs_insert_dir_item() local 235 struct extent_buffer *leaf; in btrfs_check_dir_item_collision() local 330 struct extent_buffer *leaf; in btrfs_search_dir_index_item() local 407 struct extent_buffer *leaf; in btrfs_match_dir_item_name() local 440 struct extent_buffer *leaf; in btrfs_delete_one_dir_name() local
|
A D | inode-item.c | 11 struct btrfs_inode_ref *btrfs_find_name_in_backref(struct extent_buffer *leaf, in btrfs_find_name_in_backref() 38 struct extent_buffer *leaf, int slot, u64 ref_objectid, in btrfs_find_name_in_ext_backref() 107 struct extent_buffer *leaf; in btrfs_del_inode_extref() local 177 struct extent_buffer *leaf; in btrfs_del_inode_ref() local 258 struct extent_buffer *leaf; in btrfs_insert_inode_extref() local 405 struct extent_buffer *leaf; in btrfs_lookup_inode() local
|
A D | file-item.c | 143 struct extent_buffer *leaf; in btrfs_insert_file_extent() local 188 struct extent_buffer *leaf; in btrfs_lookup_csum() local 500 struct extent_buffer *leaf; in btrfs_lookup_csums_range() local 746 struct extent_buffer *leaf; in truncate_one_csum() local 799 struct extent_buffer *leaf; in btrfs_del_csums() local 976 struct extent_buffer *leaf = NULL; in btrfs_csum_file_blocks() local 1199 struct extent_buffer *leaf = path->nodes[0]; in btrfs_extent_item_to_extent_map() local 1264 const struct extent_buffer *leaf = path->nodes[0]; in btrfs_file_extent_end() local
|
A D | root-tree.c | 208 struct extent_buffer *leaf; in btrfs_find_orphan_roots() local 322 struct extent_buffer *leaf; in btrfs_del_root_ref() local 397 struct extent_buffer *leaf; in btrfs_add_root_ref() local
|
A D | xattr.c | 29 struct extent_buffer *leaf; in btrfs_getxattr() local 169 struct extent_buffer *leaf = path->nodes[0]; in btrfs_setxattr() local 303 struct extent_buffer *leaf; in btrfs_listxattr() local
|
A D | free-space-tree.c | 57 struct extent_buffer *leaf; in add_new_free_space_info() local 194 struct extent_buffer *leaf; in convert_free_space_to_bitmaps() local 332 struct extent_buffer *leaf; in convert_free_space_to_extents() local 498 struct extent_buffer *leaf; in free_space_test_bit() local 522 struct extent_buffer *leaf; in free_space_set_bits() local 1325 struct extent_buffer *leaf; in remove_block_group_free_space() local
|
A D | export.c | 140 struct extent_buffer *leaf; in btrfs_get_parent() local 210 struct extent_buffer *leaf; in btrfs_get_name() local
|
A D | ctree.c | 2047 struct extent_buffer *leaf; in btrfs_search_slot_for_read() local 3426 struct extent_buffer *leaf; in setup_leaf_for_split() local 3491 struct extent_buffer *leaf; in split_item() local 3594 struct extent_buffer *leaf; in btrfs_truncate_item() local 3690 struct extent_buffer *leaf; in btrfs_extend_item() local 3767 struct extent_buffer *leaf; in setup_items_for_insert() local 3912 struct extent_buffer *leaf; in btrfs_insert_item() local 3942 struct extent_buffer *leaf; in btrfs_duplicate_item() local 4047 struct extent_buffer *leaf; in btrfs_del_items() local 4568 struct extent_buffer *leaf; in btrfs_previous_item() local [all …]
|
A D | extent-tree.c | 123 struct extent_buffer *leaf; in btrfs_lookup_extent_info() local 449 struct extent_buffer *leaf; in lookup_extent_data_ref() local 524 struct extent_buffer *leaf; in insert_extent_data_ref() local 602 struct extent_buffer *leaf; in remove_extent_data_ref() local 645 struct extent_buffer *leaf; in extent_data_ref_count() local 792 struct extent_buffer *leaf; in lookup_inline_extent_backref() local 984 struct extent_buffer *leaf; in setup_inline_extent_backref() local 1455 struct extent_buffer *leaf; in __btrfs_inc_extent_ref() local 1578 struct extent_buffer *leaf; in run_delayed_extent_op() local 2289 struct extent_buffer *leaf; in check_committed_ref() local [all …]
|
/linux/fs/xfs/libxfs/ |
A D | xfs_dir2_leaf.c | 104 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() 307 struct xfs_dir2_leaf *leaf = bp->b_addr; in xfs_dir3_leaf_init() local 391 xfs_dir2_leaf_t *leaf; /* leaf structure */ in xfs_dir2_block_to_leaf() local 921 xfs_dir2_leaf_t *leaf; /* leaf structure */ in xfs_dir3_leaf_compact() local 1066 struct xfs_dir2_leaf *leaf = bp->b_addr; in xfs_dir3_leaf_log_bests() local 1093 struct xfs_dir2_leaf *leaf = bp->b_addr; in xfs_dir3_leaf_log_ents() local 1115 struct xfs_dir2_leaf *leaf = bp->b_addr; in xfs_dir3_leaf_log_header() local 1135 struct xfs_dir2_leaf *leaf = bp->b_addr; in xfs_dir3_leaf_log_tail() local 1224 xfs_dir2_leaf_t *leaf; /* leaf structure */ in xfs_dir2_leaf_lookup_int() local [all …]
|
A D | xfs_attr_leaf.c | 240 struct xfs_attr_leafblock *leaf, in xfs_attr3_leaf_verify_entry() 979 struct xfs_attr_leafblock *leaf; in xfs_attr_shortform_allfit() local 1097 struct xfs_attr_leafblock *leaf; in xfs_attr3_leaf_to_shortform() local 1178 struct xfs_attr_leafblock *leaf; in xfs_attr3_leaf_to_node() local 1251 struct xfs_attr_leafblock *leaf; in xfs_attr3_leaf_create() local 1362 struct xfs_attr_leafblock *leaf; in xfs_attr3_leaf_add() local 1443 struct xfs_attr_leafblock *leaf; in xfs_attr3_leaf_add_work() local 1961 struct xfs_attr_leafblock *leaf; in xfs_attr3_leaf_toosmall() local 2088 struct xfs_attr_leafblock *leaf; in xfs_attr3_leaf_remove() local 2368 struct xfs_attr_leafblock *leaf; in xfs_attr3_leaf_lookup_int() local [all …]
|
A D | xfs_iext_tree.c | 376 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
|
A D | xfs_dir2_node.c | 64 struct xfs_dir2_leaf *leaf = bp->b_addr; in xfs_dir3_leafn_check() local 415 xfs_dir2_leaf_t *leaf; /* leaf structure */ in xfs_dir2_leaf_to_node() local 500 struct xfs_dir2_leaf *leaf = bp->b_addr; in xfs_dir2_leafn_add() local 639 xfs_dir2_leaf_t *leaf; /* leaf structure */ in xfs_dir2_leafn_lookup_for_addname() local 790 xfs_dir2_leaf_t *leaf; /* leaf structure */ in xfs_dir2_leafn_lookup_for_entry() local 1274 xfs_dir2_leaf_t *leaf; /* leaf structure */ in xfs_dir2_leafn_remove() local 1496 xfs_dir2_leaf_t *leaf; /* leaf structure */ in xfs_dir2_leafn_toosmall() local
|
A D | xfs_bmap_btree.c | 580 bool leaf) in xfs_bmbt_block_maxrecs() 594 int leaf) in xfs_bmbt_maxrecs() 623 int leaf) in xfs_bmdr_maxrecs()
|
/linux/fs/unicode/ |
A D | utf8-norm.c | 408 utf8leaf_t *leaf; in utf8agemax() local 437 utf8leaf_t *leaf; in utf8agemin() local 464 utf8leaf_t *leaf; in utf8nagemax() local 492 utf8leaf_t *leaf; in utf8nagemin() local 522 utf8leaf_t *leaf; in utf8len() local 550 utf8leaf_t *leaf; in utf8nlen() local 654 utf8leaf_t *leaf; in utf8byte() local
|
A D | mkutf8data.c | 383 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/arch/x86/kernel/cpu/ |
A D | topology.c | 35 static int check_extended_topology_leaf(int leaf) in check_extended_topology_leaf() 69 int leaf; in detect_extended_topology_early() local 100 int leaf; in detect_extended_topology() local
|
/linux/fs/xfs/scrub/ |
A D | attr.c | 246 struct xfs_attr_leafblock *leaf, in xchk_xattr_entry() 311 struct xfs_attr_leafblock *leaf = bp->b_addr; in xchk_xattr_block() local 340 struct xfs_attr3_leafblock *leaf = bp->b_addr; in xchk_xattr_block() local
|
/linux/drivers/gpu/drm/i915/selftests/ |
A D | i915_syncmap.c | 146 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/testing/selftests/bpf/progs/ |
A D | xdpwall.c | 118 __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/tools/arch/x86/kcpuid/ |
A D | kcpuid.c | 120 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/fs/btrfs/tests/ |
A D | inode-tests.c | 21 struct extent_buffer *leaf = root->node; in insert_extent() local 53 struct extent_buffer *leaf = root->node; in insert_inode_item_key() local
|
/linux/fs/xfs/ |
A D | xfs_attr_list.c | 288 struct xfs_attr_leafblock *leaf; in xfs_attr_node_list() local 392 struct xfs_attr_leafblock *leaf; in xfs_attr3_leaf_list_int() local
|
/linux/fs/gfs2/ |
A D | dir.c | 816 struct gfs2_leaf *leaf; in gfs2_dirent_search() local 867 struct gfs2_leaf *leaf; in new_leaf() local 911 struct gfs2_leaf *leaf; in dir_make_exhash() local 1375 unsigned leaves = 0, leaf = 0, offset, sort_offset; in gfs2_dir_read_leaf() local 1728 struct gfs2_leaf *leaf, *oleaf; in dir_new_leaf() local 1803 struct gfs2_leaf *leaf; in gfs2_dir_add() local 1901 struct gfs2_leaf *leaf = (struct gfs2_leaf *)bh->b_data; in gfs2_dir_del() local 2103 struct gfs2_leaf *leaf; in gfs2_dir_exhash_dealloc() local
|