Home
last modified time | relevance | path

Searched defs:item (Results 51 – 75 of 324) sorted by relevance

12345678910>>...13

/Linux-v6.6/fs/reiserfs/
Ditem_ops.c36 static void sd_print_item(struct item_head *ih, char *item) in sd_print_item()
55 static void sd_check_item(struct item_head *ih, char *item) in sd_check_item()
134 static void direct_print_item(struct item_head *ih, char *item) in direct_print_item()
145 static void direct_check_item(struct item_head *ih, char *item) in direct_check_item()
260 static void indirect_print_item(struct item_head *ih, char *item) in indirect_print_item()
283 static void indirect_check_item(struct item_head *ih, char *item) in indirect_check_item()
372 static void direntry_print_item(struct item_head *ih, char *item) in direntry_print_item()
412 static void direntry_check_item(struct item_head *ih, char *item) in direntry_check_item()
657 static void errcatch_print_item(struct item_head *ih, char *item) in errcatch_print_item()
663 static void errcatch_check_item(struct item_head *ih, char *item) in errcatch_check_item()
/Linux-v6.6/fs/btrfs/
Ddelayed-inode.c314 struct btrfs_delayed_item *item; in btrfs_alloc_delayed_item() local
365 struct btrfs_delayed_item *item; in __btrfs_add_delayed_item() local
442 static void btrfs_release_delayed_item(struct btrfs_delayed_item *item) in btrfs_release_delayed_item()
455 struct btrfs_delayed_item *item = NULL; in __btrfs_first_delayed_insertion_item() local
468 struct btrfs_delayed_item *item = NULL; in __btrfs_first_delayed_deletion_item() local
478 struct btrfs_delayed_item *item) in __btrfs_next_delayed_item()
491 struct btrfs_delayed_item *item) in btrfs_delayed_item_reserve_metadata()
530 struct btrfs_delayed_item *item) in btrfs_delayed_item_release_metadata()
838 struct btrfs_delayed_item *item) in btrfs_batch_delete_items()
925 struct btrfs_delayed_item *item; in btrfs_delete_delayed_items() local
[all …]
Daccessors.h330 struct btrfs_tree_block_info *item, in btrfs_tree_block_key()
337 struct btrfs_tree_block_info *item, in btrfs_set_tree_block_key()
486 struct btrfs_item *item = btrfs_item_nr(eb, nr); in btrfs_item_key() local
494 struct btrfs_item *item = btrfs_item_nr(eb, nr); in btrfs_set_item_key() local
520 const struct btrfs_dir_item *item) in btrfs_dir_ftype()
525 static inline u8 btrfs_stack_dir_ftype(const struct btrfs_dir_item *item) in btrfs_stack_dir_ftype()
531 const struct btrfs_dir_item *item, in btrfs_dir_item_key()
538 struct btrfs_dir_item *item, in btrfs_set_dir_item_key()
606 const struct btrfs_dir_item *item, in btrfs_dir_item_key_to_cpu()
651 const struct btrfs_dir_item *item, in btrfs_dir_item_key_to_cpu()
Droot-tree.c28 struct btrfs_root_item *item) in btrfs_read_root_item()
110 void btrfs_set_root_node(struct btrfs_root_item *item, in btrfs_set_root_node()
122 *root, struct btrfs_key *key, struct btrfs_root_item in btrfs_update_root()
201 const struct btrfs_key *key, struct btrfs_root_item *item) in btrfs_insert_root()
476 struct btrfs_root_item *item = &root->root_item; in btrfs_update_root_times() local
/Linux-v6.6/drivers/usb/gadget/function/
Df_loopback.c454 static inline struct f_lb_opts *to_f_lb_opts(struct config_item *item) in to_f_lb_opts()
460 static void lb_attr_release(struct config_item *item) in lb_attr_release()
471 static ssize_t f_lb_opts_qlen_show(struct config_item *item, char *page) in f_lb_opts_qlen_show()
483 static ssize_t f_lb_opts_qlen_store(struct config_item *item, in f_lb_opts_qlen_store()
509 static ssize_t f_lb_opts_bulk_buflen_show(struct config_item *item, char *page) in f_lb_opts_bulk_buflen_show()
521 static ssize_t f_lb_opts_bulk_buflen_store(struct config_item *item, in f_lb_opts_bulk_buflen_store()
Df_mass_storage.c3122 static inline struct fsg_lun_opts *to_fsg_lun_opts(struct config_item *item) in to_fsg_lun_opts()
3127 static inline struct fsg_opts *to_fsg_opts(struct config_item *item) in to_fsg_opts()
3133 static void fsg_lun_attr_release(struct config_item *item) in fsg_lun_attr_release()
3145 static ssize_t fsg_lun_opts_file_show(struct config_item *item, char *page) in fsg_lun_opts_file_show()
3153 static ssize_t fsg_lun_opts_file_store(struct config_item *item, in fsg_lun_opts_file_store()
3164 static ssize_t fsg_lun_opts_ro_show(struct config_item *item, char *page) in fsg_lun_opts_ro_show()
3169 static ssize_t fsg_lun_opts_ro_store(struct config_item *item, in fsg_lun_opts_ro_store()
3180 static ssize_t fsg_lun_opts_removable_show(struct config_item *item, in fsg_lun_opts_removable_show()
3186 static ssize_t fsg_lun_opts_removable_store(struct config_item *item, in fsg_lun_opts_removable_store()
3194 static ssize_t fsg_lun_opts_cdrom_show(struct config_item *item, char *page) in fsg_lun_opts_cdrom_show()
[all …]
Df_acm.c773 static inline struct f_serial_opts *to_f_serial_opts(struct config_item *item) in to_f_serial_opts()
779 static void acm_attr_release(struct config_item *item) in acm_attr_release()
792 static ssize_t f_acm_console_store(struct config_item *item, in f_acm_console_store()
799 static ssize_t f_acm_console_show(struct config_item *item, char *page) in f_acm_console_show()
808 static ssize_t f_acm_port_num_show(struct config_item *item, char *page) in f_acm_port_num_show()
/Linux-v6.6/drivers/platform/mellanox/
Dmlxreg-hotplug.c212 struct mlxreg_core_item *item; in mlxreg_hotplug_attr_show() local
255 struct mlxreg_core_item *item; in mlxreg_hotplug_attr_init() local
344 struct mlxreg_core_item *item) in mlxreg_hotplug_work_helper()
418 struct mlxreg_core_item *item) in mlxreg_hotplug_health_work_helper()
520 struct mlxreg_core_item *item; in mlxreg_hotplug_work_handler() local
599 struct mlxreg_core_item *item; in mlxreg_hotplug_set_irq() local
672 struct mlxreg_core_item *item; in mlxreg_hotplug_unset_irq() local
/Linux-v6.6/tools/perf/
Dbuiltin-config.c41 struct perf_config_item *item = NULL; in set_config() local
76 struct perf_config_item *item; in show_spec_config() local
106 struct perf_config_item *item; in show_config() local
/Linux-v6.6/drivers/target/loopback/
Dtcm_loop.c631 struct config_item *item, char *page) in tcm_loop_tpg_attrib_fabric_prot_type_show()
641 struct config_item *item, const char *page, size_t count) in tcm_loop_tpg_attrib_fabric_prot_type_store()
746 static ssize_t tcm_loop_tpg_nexus_show(struct config_item *item, char *page) in tcm_loop_tpg_nexus_show()
764 static ssize_t tcm_loop_tpg_nexus_store(struct config_item *item, in tcm_loop_tpg_nexus_store()
839 static ssize_t tcm_loop_tpg_transport_status_show(struct config_item *item, in tcm_loop_tpg_transport_status_show()
865 static ssize_t tcm_loop_tpg_transport_status_store(struct config_item *item, in tcm_loop_tpg_transport_status_store()
888 static ssize_t tcm_loop_tpg_address_show(struct config_item *item, in tcm_loop_tpg_address_show()
1066 static ssize_t tcm_loop_wwn_version_show(struct config_item *item, char *page) in tcm_loop_wwn_version_show()
/Linux-v6.6/net/netfilter/
Dnf_conntrack_ecache.c130 const struct nf_ct_event *item) in __nf_conntrack_eventmask_report()
169 struct nf_ct_event item; in nf_conntrack_eventmask_report() local
207 struct nf_ct_event item; in nf_ct_deliver_cached_events() local
250 struct nf_exp_event item = { in nf_ct_expect_event_report() local
/Linux-v6.6/drivers/staging/media/atomisp/pci/runtime/queue/src/
Dqueue_access.c129 ia_css_circbuf_elem_t *item) in ia_css_queue_item_load()
156 ia_css_circbuf_elem_t *item) in ia_css_queue_item_store()
/Linux-v6.6/net/tipc/
Dname_distr.c91 struct distr_item *item; in tipc_named_publish() local
121 struct distr_item *item; in tipc_named_withdraw() local
155 struct distr_item *item = NULL; in named_distribute() local
368 struct distr_item *item; in tipc_named_rcv() local
/Linux-v6.6/fs/ocfs2/cluster/
Dheartbeat.c1478 static struct o2hb_region *to_o2hb_region(struct config_item *item) in to_o2hb_region()
1486 static void o2hb_region_release(struct config_item *item) in o2hb_region_release()
1550 static ssize_t o2hb_region_block_bytes_show(struct config_item *item, in o2hb_region_block_bytes_show()
1556 static ssize_t o2hb_region_block_bytes_store(struct config_item *item, in o2hb_region_block_bytes_store()
1579 static ssize_t o2hb_region_start_block_show(struct config_item *item, in o2hb_region_start_block_show()
1585 static ssize_t o2hb_region_start_block_store(struct config_item *item, in o2hb_region_start_block_store()
1606 static ssize_t o2hb_region_blocks_show(struct config_item *item, char *page) in o2hb_region_blocks_show()
1611 static ssize_t o2hb_region_blocks_store(struct config_item *item, in o2hb_region_blocks_store()
1634 static ssize_t o2hb_region_dev_show(struct config_item *item, char *page) in o2hb_region_dev_show()
1749 static ssize_t o2hb_region_dev_store(struct config_item *item, in o2hb_region_dev_store()
[all …]
/Linux-v6.6/drivers/target/
Dtarget_core_user.c2673 static ssize_t tcmu_cmd_time_out_show(struct config_item *item, char *page) in tcmu_cmd_time_out_show()
2682 static ssize_t tcmu_cmd_time_out_store(struct config_item *item, const char *page, in tcmu_cmd_time_out_store()
2706 static ssize_t tcmu_qfull_time_out_show(struct config_item *item, char *page) in tcmu_qfull_time_out_show()
2717 static ssize_t tcmu_qfull_time_out_store(struct config_item *item, in tcmu_qfull_time_out_store()
2742 static ssize_t tcmu_max_data_area_mb_show(struct config_item *item, char *page) in tcmu_max_data_area_mb_show()
2752 static ssize_t tcmu_data_pages_per_blk_show(struct config_item *item, in tcmu_data_pages_per_blk_show()
2763 static ssize_t tcmu_cmd_ring_size_mb_show(struct config_item *item, char *page) in tcmu_cmd_ring_size_mb_show()
2774 static ssize_t tcmu_dev_config_show(struct config_item *item, char *page) in tcmu_dev_config_show()
2804 static ssize_t tcmu_dev_config_store(struct config_item *item, const char *page, in tcmu_dev_config_store()
2836 static ssize_t tcmu_dev_size_show(struct config_item *item, char *page) in tcmu_dev_size_show()
[all …]
/Linux-v6.6/block/partitions/
Dldm.c540 struct list_head *item; in ldm_get_disk_objid() local
573 struct list_head *item; in ldm_create_data_partitions() local
1159 struct list_head *item; in ldm_ldmdb_add() local
1221 struct list_head *item; in ldm_frag_add() local
1290 struct list_head *item, *tmp; in ldm_frag_free() local
1312 struct list_head *item; in ldm_frag_commit() local
1405 struct list_head *item, *tmp; in ldm_free_vblks() local
/Linux-v6.6/tools/perf/util/
Dconfig.c609 struct perf_config_item *item; in find_config_item() local
641 struct perf_config_item *item = zalloc(sizeof(*item)); in add_config_item() local
657 static int set_value(struct perf_config_item *item, const char *value) in set_value()
676 struct perf_config_item *item = NULL; in collect_config() local
794 struct perf_config_item *item; in perf_config_set() local
838 static void perf_config_item__delete(struct perf_config_item *item) in perf_config_item__delete()
847 struct perf_config_item *item, *tmp; in perf_config_section__purge() local
Dconfig.h66 #define perf_config_items__for_each_entry(list, item) \ argument
75 #define perf_config_set__for_each_entry(set, section, item) \ argument
/Linux-v6.6/fs/xfs/
Dxfs_filestream.c39 struct xfs_fstrm_item *item = in xfs_fstrm_free_func() local
270 struct xfs_fstrm_item *item; in xfs_filestream_create_association() local
278 struct xfs_fstrm_item *item = in xfs_filestream_create_association() local
/Linux-v6.6/fs/btrfs/tests/
Dqgroup-tests.c20 struct btrfs_extent_item *item; in insert_normal_tree_ref() local
72 struct btrfs_extent_item *item; in add_tree_ref() local
154 struct btrfs_extent_item *item; in remove_extent_ref() local
/Linux-v6.6/net/sunrpc/
Dsvcauth_unix.c108 struct cache_head *item = container_of(kref, struct cache_head, ref); in ip_map_put() local
131 struct ip_map *item = container_of(citem, struct ip_map, h); in ip_map_init() local
139 struct ip_map *item = container_of(citem, struct ip_map, h); in update() local
423 struct cache_head *item = &ug->h; in unix_gid_free() local
433 struct cache_head *item = container_of(kref, struct cache_head, ref); in unix_gid_put() local
448 struct unix_gid *item = container_of(citem, struct unix_gid, h); in unix_gid_init() local
454 struct unix_gid *item = container_of(citem, struct unix_gid, h); in unix_gid_update() local
/Linux-v6.6/tools/testing/radix-tree/
Diteration_check.c24 struct item *item = item_create(index, 0); in my_item_insert() local
139 struct item *item; in remove_entries_fn() local
/Linux-v6.6/lib/
Dtest_parman.c193 struct test_parman_item *item = &test_parman->items[i]; in test_parman_items_init() local
207 struct test_parman_item *item = &test_parman->items[i]; in test_parman_items_fini() local
275 struct test_parman_item *item = &test_parman->items[item_index]; in test_parman_run() local
315 struct test_parman_item *item = test_parman->prio_array[i]; in test_parman_check_array() local
/Linux-v6.6/drivers/clk/mmp/
Dclk-mix.c112 struct mmp_clk_mix_clk_table *item; in _filter_clk_table() local
205 struct mmp_clk_mix_clk_table *item; in mmp_clk_mix_determine_rate() local
348 struct mmp_clk_mix_clk_table *item; in mmp_clk_set_parent() local
377 struct mmp_clk_mix_clk_table *item; in mmp_clk_set_rate() local
/Linux-v6.6/mm/
Dlist_lru.c119 bool list_lru_add(struct list_lru *lru, struct list_head *item) in list_lru_add()
143 bool list_lru_del(struct list_lru *lru, struct list_head *item) in list_lru_del()
163 void list_lru_isolate(struct list_lru_one *list, struct list_head *item) in list_lru_isolate()
170 void list_lru_isolate_move(struct list_lru_one *list, struct list_head *item, in list_lru_isolate_move()
212 struct list_head *item, *n; in __list_lru_walk_one() local

12345678910>>...13