| /kernel/linux/linux-5.10/fs/nilfs2/ |
| D | btree.c | 25 struct nilfs_btree_path *path; in nilfs_btree_alloc_path() local 45 static void nilfs_btree_free_path(struct nilfs_btree_path *path) in nilfs_btree_free_path() 74 static int nilfs_btree_node_get_flags(const struct nilfs_btree_node *node) in nilfs_btree_node_get_flags() 80 nilfs_btree_node_set_flags(struct nilfs_btree_node *node, int flags) in nilfs_btree_node_set_flags() 85 static int nilfs_btree_node_root(const struct nilfs_btree_node *node) in nilfs_btree_node_root() 90 static int nilfs_btree_node_get_level(const struct nilfs_btree_node *node) in nilfs_btree_node_get_level() 96 nilfs_btree_node_set_level(struct nilfs_btree_node *node, int level) in nilfs_btree_node_set_level() 101 static int nilfs_btree_node_get_nchildren(const struct nilfs_btree_node *node) in nilfs_btree_node_get_nchildren() 107 nilfs_btree_node_set_nchildren(struct nilfs_btree_node *node, int nchildren) in nilfs_btree_node_set_nchildren() 123 nilfs_btree_node_dkeys(const struct nilfs_btree_node *node) in nilfs_btree_node_dkeys() [all …]
|
| /kernel/linux/linux-6.6/fs/nilfs2/ |
| D | btree.c | 25 struct nilfs_btree_path *path; in nilfs_btree_alloc_path() local 45 static void nilfs_btree_free_path(struct nilfs_btree_path *path) in nilfs_btree_free_path() 74 static int nilfs_btree_node_get_flags(const struct nilfs_btree_node *node) in nilfs_btree_node_get_flags() 80 nilfs_btree_node_set_flags(struct nilfs_btree_node *node, int flags) in nilfs_btree_node_set_flags() 85 static int nilfs_btree_node_root(const struct nilfs_btree_node *node) in nilfs_btree_node_root() 90 static int nilfs_btree_node_get_level(const struct nilfs_btree_node *node) in nilfs_btree_node_get_level() 96 nilfs_btree_node_set_level(struct nilfs_btree_node *node, int level) in nilfs_btree_node_set_level() 101 static int nilfs_btree_node_get_nchildren(const struct nilfs_btree_node *node) in nilfs_btree_node_get_nchildren() 107 nilfs_btree_node_set_nchildren(struct nilfs_btree_node *node, int nchildren) in nilfs_btree_node_set_nchildren() 123 nilfs_btree_node_dkeys(const struct nilfs_btree_node *node) in nilfs_btree_node_dkeys() [all …]
|
| /kernel/linux/linux-6.6/drivers/interconnect/ |
| D | core.c | 169 struct icc_node *node = dst; in path_init() local 170 struct icc_path *path; in path_init() local 195 struct icc_path *path = ERR_PTR(-EPROBE_DEFER); in path_find() local 196 struct icc_node *n, *node = NULL; in path_find() local 265 static int aggregate_requests(struct icc_node *node) in aggregate_requests() 298 static int apply_constraints(struct icc_path *path) in apply_constraints() 326 int icc_std_aggregate(struct icc_node *node, u32 tag, u32 avg_bw, in icc_std_aggregate() 373 struct icc_node *node = ERR_PTR(-EPROBE_DEFER); in of_icc_get_from_provider() local 422 struct icc_path **ptr, *path; in devm_of_icc_get() local 457 struct icc_path *path; in of_icc_get_by_index() local [all …]
|
| /kernel/linux/linux-5.10/drivers/interconnect/ |
| D | core.c | 154 struct icc_node *node = dst; in path_init() local 155 struct icc_path *path; in path_init() local 180 struct icc_path *path = ERR_PTR(-EPROBE_DEFER); in path_find() local 181 struct icc_node *n, *node = NULL; in path_find() local 250 static int aggregate_requests(struct icc_node *node) in aggregate_requests() 283 static int apply_constraints(struct icc_path *path) in apply_constraints() 311 int icc_std_aggregate(struct icc_node *node, u32 tag, u32 avg_bw, in icc_std_aggregate() 358 struct icc_node *node = ERR_PTR(-EPROBE_DEFER); in of_icc_get_from_provider() local 407 struct icc_path **ptr, *path; in devm_of_icc_get() local 442 struct icc_path *path; in of_icc_get_by_index() local [all …]
|
| /kernel/linux/linux-5.10/fs/btrfs/ |
| D | delayed-inode.c | 72 struct btrfs_delayed_node *node; in btrfs_get_delayed_node() local 126 struct btrfs_delayed_node *node; in btrfs_get_or_create_delayed_node() local 171 struct btrfs_delayed_node *node, in btrfs_queue_delayed_node() 192 struct btrfs_delayed_node *node) in btrfs_dequeue_delayed_node() 210 struct btrfs_delayed_node *node = NULL; in btrfs_first_delayed_node() local 226 struct btrfs_delayed_node *node) in btrfs_next_delayed_node() 286 static inline void btrfs_release_delayed_node(struct btrfs_delayed_node *node) in btrfs_release_delayed_node() 295 struct btrfs_delayed_node *node = NULL; in btrfs_first_prepared_delayed_node() local 312 struct btrfs_delayed_node *node) in btrfs_release_prepared_delayed_node() 347 struct rb_node *node, *prev_node = NULL; in __btrfs_lookup_delayed_item() local [all …]
|
| D | relocation.c | 157 struct btrfs_backref_node *node) in mark_block_processed() 182 struct btrfs_backref_node *node, in walk_up_backref() 227 struct btrfs_backref_node *node, u64 bytenr) in update_backref_node() 243 struct btrfs_backref_node *node; in update_backref_cache() local 354 struct mapping_node *node; in find_reloc_root() local 382 struct btrfs_backref_node *node) in handle_useless_nodes() 463 struct btrfs_path *path; in build_backref_tree() local 465 struct btrfs_backref_node *node = NULL; in build_backref_tree() local 542 struct btrfs_backref_node *node = NULL; in clone_backref_node() local 626 struct mapping_node *node; in __add_reloc_root() local [all …]
|
| D | backref.c | 418 static int add_all_parents(struct btrfs_root *root, struct btrfs_path *path, in add_all_parents() 542 struct btrfs_path *path, u64 time_seq, in resolve_indirect_ref() 649 unode_aux_to_inode_list(struct ulist_node *node) in unode_aux_to_inode_list() 658 struct ulist_node *node; in free_leaf_list() local 685 struct btrfs_path *path, u64 time_seq, in resolve_indirect_refs() 693 struct ulist_node *node; in resolve_indirect_refs() local 799 struct rb_node *node; in add_missing_keys() local 842 struct btrfs_delayed_ref_node *node; in add_delayed_refs() local 964 struct btrfs_path *path, u64 bytenr, in add_inline_refs() 1087 struct btrfs_path *path, u64 bytenr, in add_keyed_refs() [all …]
|
| /kernel/linux/linux-6.6/fs/btrfs/ |
| D | delayed-inode.c | 65 struct btrfs_delayed_node *node; in btrfs_get_delayed_node() local 119 struct btrfs_delayed_node *node; in btrfs_get_or_create_delayed_node() local 164 struct btrfs_delayed_node *node, in btrfs_queue_delayed_node() 185 struct btrfs_delayed_node *node) in btrfs_dequeue_delayed_node() 203 struct btrfs_delayed_node *node = NULL; in btrfs_first_delayed_node() local 219 struct btrfs_delayed_node *node) in btrfs_next_delayed_node() 279 static inline void btrfs_release_delayed_node(struct btrfs_delayed_node *node) in btrfs_release_delayed_node() 288 struct btrfs_delayed_node *node = NULL; in btrfs_first_prepared_delayed_node() local 305 struct btrfs_delayed_node *node) in btrfs_release_prepared_delayed_node() 311 struct btrfs_delayed_node *node, in btrfs_alloc_delayed_item() [all …]
|
| D | relocation.c | 169 struct btrfs_backref_node *node) in mark_block_processed() 194 struct btrfs_backref_node *node, in walk_up_backref() 239 struct btrfs_backref_node *node, u64 bytenr) in update_backref_node() 255 struct btrfs_backref_node *node; in update_backref_cache() local 366 struct mapping_node *node; in find_reloc_root() local 394 struct btrfs_backref_node *node) in handle_useless_nodes() 476 struct btrfs_path *path; in build_backref_tree() local 478 struct btrfs_backref_node *node = NULL; in build_backref_tree() local 555 struct btrfs_backref_node *node = NULL; in clone_backref_node() local 639 struct mapping_node *node; in __add_reloc_root() local [all …]
|
| D | backref.c | 472 struct btrfs_root *root, struct btrfs_path *path, in add_all_parents() 595 struct btrfs_path *path, in resolve_indirect_ref() 700 unode_aux_to_inode_list(struct ulist_node *node) in unode_aux_to_inode_list() 709 struct ulist_node *node; in free_leaf_list() local 736 struct btrfs_path *path, in resolve_indirect_refs() 743 struct ulist_node *node; in resolve_indirect_refs() local 846 struct rb_node *node; in add_missing_keys() local 895 struct btrfs_delayed_ref_node *node; in add_delayed_refs() local 1017 struct btrfs_path *path, in add_inline_refs() 1150 struct btrfs_path *path, in add_keyed_refs() [all …]
|
| /kernel/linux/linux-5.10/drivers/xen/xenbus/ |
| D | xenbus_xs.c | 423 const char *dir, const char *node, unsigned int *num) in xenbus_directory() 425 char *strings, *path; in xenbus_directory() local 443 const char *dir, const char *node) in xenbus_exists() 461 const char *dir, const char *node, unsigned int *len) in xenbus_read() 463 char *path; in xenbus_read() local 480 const char *dir, const char *node, const char *string) in xenbus_write() 482 const char *path; in xenbus_write() local 503 const char *dir, const char *node) in xenbus_mkdir() 505 char *path; in xenbus_mkdir() local 519 int xenbus_rm(struct xenbus_transaction t, const char *dir, const char *node) in xenbus_rm() [all …]
|
| /kernel/linux/linux-6.6/drivers/xen/xenbus/ |
| D | xenbus_xs.c | 423 const char *dir, const char *node, unsigned int *num) in xenbus_directory() 425 char *strings, *path; in xenbus_directory() local 443 const char *dir, const char *node) in xenbus_exists() 461 const char *dir, const char *node, unsigned int *len) in xenbus_read() 463 char *path; in xenbus_read() local 480 const char *dir, const char *node, const char *string) in xenbus_write() 482 const char *path; in xenbus_write() local 503 const char *dir, const char *node) in xenbus_mkdir() 505 char *path; in xenbus_mkdir() local 519 int xenbus_rm(struct xenbus_transaction t, const char *dir, const char *node) in xenbus_rm() [all …]
|
| /kernel/liteos_a/fs/jffs2/src/ |
| D | vfs_jffs2.c | 69 static void Jffs2SetVtype(struct jffs2_inode *node, struct Vnode *pVnode) in Jffs2SetVtype() 187 int VfsJffs2Lookup(struct Vnode *parentVnode, const char *path, int len, struct Vnode **ppVnode) in VfsJffs2Lookup() 191 struct jffs2_inode *node = NULL; in VfsJffs2Lookup() local 238 int VfsJffs2Create(struct Vnode *parentVnode, const char *path, int mode, struct Vnode **ppVnode) in VfsJffs2Create() 281 struct jffs2_inode *node = NULL; in VfsJffs2ReadPage() local 308 struct jffs2_inode *node = NULL; in VfsJffs2Read() local 335 struct jffs2_inode *node = NULL; in VfsJffs2WritePage() local 388 struct jffs2_inode *node = NULL; in VfsJffs2Write() local 484 struct jffs2_inode *node = NULL; in VfsJffs2Seek() local 578 int VfsJffs2Closedir(struct Vnode *node, struct fs_dirent_s *dir) in VfsJffs2Closedir() [all …]
|
| /kernel/linux/common_modules/xpm/validator/ |
| D | exec_signature_info.c | 46 char path[DM_PARTITION_PATH_MAX]; member 94 struct path path; in get_root_partition_dev() local 115 struct path path; in get_dm_verity_partition_dev() local 132 char path[PATH_MAX] = {0}; in find_partition_dev() local 295 struct rb_node *node = root->rb_node; in rb_search_node() local 313 struct exec_file_signature_info *node) in rb_add_node() 340 struct exec_file_signature_info *node) in rb_erase_node() 350 struct rb_node *node; in find_idle_nodes() local 388 struct rb_node *node; in test_elf_code_segment_info_size() local 420 char path[PATH_MAX] = {0}; in test_print_info() local
|
| /kernel/linux/linux-6.6/sound/xen/ |
| D | xen_snd_front_cfg.c | 151 const char *path, struct snd_pcm_hardware *pcm_hw) in cfg_hw_rates() 187 const char *path, struct snd_pcm_hardware *pcm_hw) in cfg_formats() 239 static void cfg_read_pcm_hw(const char *path, in cfg_read_pcm_hw() 291 static int cfg_get_stream_type(const char *path, int index, in cfg_get_stream_type() 333 const char *path, int index, int *cur_pb, int *cur_cap, in cfg_stream() 386 const char *path, int node_index, int *stream_cnt) in cfg_device() 393 char node[3]; in cfg_device() local 481 char node[3]; in xen_snd_front_cfg_card() local
|
| /kernel/linux/linux-5.10/sound/xen/ |
| D | xen_snd_front_cfg.c | 151 const char *path, struct snd_pcm_hardware *pcm_hw) in cfg_hw_rates() 187 const char *path, struct snd_pcm_hardware *pcm_hw) in cfg_formats() 239 static void cfg_read_pcm_hw(const char *path, in cfg_read_pcm_hw() 291 static int cfg_get_stream_type(const char *path, int index, in cfg_get_stream_type() 333 const char *path, int index, int *cur_pb, int *cur_cap, in cfg_stream() 386 const char *path, int node_index, int *stream_cnt) in cfg_device() 393 char node[3]; in cfg_device() local 481 char node[3]; in xen_snd_front_cfg_card() local
|
| /kernel/linux/linux-6.6/tools/bootconfig/ |
| D | main.c | 19 static int xbc_show_value(struct xbc_node *node, bool semicolon) in xbc_show_value() 39 struct xbc_node *node, *cnode = NULL, *vnode; in xbc_show_compact_tree() local 151 static int load_xbc_file(const char *path, char **buf) in load_xbc_file() 281 static int show_xbc(const char *path, bool list) in show_xbc() 328 static int delete_xbc(const char *path) in delete_xbc() 360 static int apply_xbc(const char *path, const char *xbc_path) in apply_xbc() 488 char *path = NULL; in main() local
|
| /kernel/linux/linux-5.10/tools/bootconfig/ |
| D | main.c | 18 static int xbc_show_value(struct xbc_node *node, bool semicolon) in xbc_show_value() 38 struct xbc_node *node, *cnode; in xbc_show_compact_tree() local 132 static int load_xbc_file(const char *path, char **buf) in load_xbc_file() 262 static int show_xbc(const char *path, bool list) in show_xbc() 309 static int delete_xbc(const char *path) in delete_xbc() 341 static int apply_xbc(const char *path, const char *xbc_path) in apply_xbc() 468 char *path = NULL; in main() local
|
| /kernel/liteos_a/fs/vfs/operation/ |
| D | vfs_other.c | 75 int lstat(const char *path, struct stat *buffer) in lstat() 80 int VfsVnodePermissionCheck(const struct Vnode *node, int accMode) in VfsVnodePermissionCheck() 151 int chdir(const char *path) in chdir() 256 int chmod(const char *path, mode_t mode) in chmod() 293 int access(const char *path, int amode) in access() 442 static char *ls_get_fullpath(const char *path, struct dirent *pdirent) in ls_get_fullpath() 551 int LsFile(const char *path) in LsFile() 574 int LsDir(const char *path) in LsDir() 631 char *path = NULL; in ls() local 679 char *realpath(const char *path, char *resolved_path) in realpath() [all …]
|
| /kernel/linux/linux-5.10/fs/proc/ |
| D | proc_sysctl.c | 117 struct rb_node *node = dir->root.rb_node; in find_entry() local 145 struct rb_node *node = &head->node[entry - head->ctl_table].node; in insert_entry() local 184 struct rb_node *node = &head->node[entry - head->ctl_table].node; in erase_entry() local 191 struct ctl_node *node, struct ctl_table *table) in init_header() 354 static struct ctl_node *first_usable_entry(struct rb_node *node) in first_usable_entry() 834 static int proc_sys_getattr(const struct path *path, struct kstat *stat, in proc_sys_getattr() 953 struct ctl_node *node; in new_dir() local 1083 static int sysctl_err(const char *path, struct ctl_table *table, char *fmt, ...) in sysctl_err() 1099 static int sysctl_check_table_array(const char *path, struct ctl_table *table) in sysctl_check_table_array() 1117 static int sysctl_check_table(const char *path, struct ctl_table *table) in sysctl_check_table() [all …]
|
| /kernel/linux/linux-6.6/fs/proc/ |
| D | proc_sysctl.c | 45 struct ctl_table_header *register_sysctl_mount_point(const char *path) in register_sysctl_mount_point() 118 struct rb_node *node = dir->root.rb_node; in find_entry() local 146 struct rb_node *node = &head->node[entry - head->ctl_table].node; in insert_entry() local 185 struct rb_node *node = &head->node[entry - head->ctl_table].node; in erase_entry() local 192 struct ctl_node *node, struct ctl_table *table, size_t table_size) in init_header() 363 static struct ctl_node *first_usable_entry(struct rb_node *node) in first_usable_entry() 845 const struct path *path, struct kstat *stat, in proc_sys_getattr() 964 struct ctl_node *node; in new_dir() local 1092 static int sysctl_err(const char *path, struct ctl_table *table, char *fmt, ...) in sysctl_err() 1108 static int sysctl_check_table_array(const char *path, struct ctl_table *table) in sysctl_check_table_array() [all …]
|
| /kernel/linux/linux-6.6/include/linux/ |
| D | sysctl.h | 158 struct rb_node node; member 189 struct ctl_node *node; member 218 #define register_sysctl(path, table) \ argument 240 #define register_sysctl_init(path, table) \ argument 262 static inline void register_sysctl_init(const char *path, struct ctl_table *table) in register_sysctl_init() 266 static inline struct ctl_table_header *register_sysctl_mount_point(const char *path) in register_sysctl_mount_point() 271 static inline struct ctl_table_header *register_sysctl_sz(const char *path, in register_sysctl_sz()
|
| /kernel/linux/linux-5.10/scripts/dtc/libfdt/ |
| D | fdt_overlay.c | 62 const char *path = NULL; in overlay_get_target() local 116 static int overlay_phandle_add_offset(void *fdt, int node, in overlay_phandle_add_offset() 156 static int overlay_adjust_node_phandles(void *fdto, int node, in overlay_adjust_node_phandles() 370 const char *path, uint32_t path_len, in overlay_fixup_one_phandle() 445 const char *path, *name, *fixup_end; in overlay_fixup_phandle() local 558 void *fdto, int node) in overlay_apply_node() 700 const char *path; in overlay_symbol_update() local
|
| /kernel/linux/linux-6.6/scripts/dtc/libfdt/ |
| D | fdt_overlay.c | 47 const char *path = NULL; in fdt_overlay_target_offset() local 101 static int overlay_phandle_add_offset(void *fdt, int node, in overlay_phandle_add_offset() 141 static int overlay_adjust_node_phandles(void *fdto, int node, in overlay_adjust_node_phandles() 355 const char *path, uint32_t path_len, in overlay_fixup_one_phandle() 430 const char *path, *name, *fixup_end; in overlay_fixup_phandle() local 543 void *fdto, int node) in overlay_apply_node() 685 const char *path; in overlay_symbol_update() local
|
| /kernel/linux/linux-6.6/drivers/acpi/acpica/ |
| D | nsnames.c | 30 char *acpi_ns_get_external_pathname(struct acpi_namespace_node *node) in acpi_ns_get_external_pathname() 52 acpi_size acpi_ns_get_pathname_length(struct acpi_namespace_node *node) in acpi_ns_get_pathname_length() 87 struct acpi_namespace_node *node; in acpi_ns_handle_to_name() local 135 struct acpi_namespace_node *node; in acpi_ns_handle_to_pathname() local 193 acpi_ns_build_normalized_path(struct acpi_namespace_node *node, in acpi_ns_build_normalized_path() 204 #define ACPI_PATH_PUT8(path, size, byte, length) \ in acpi_ns_build_normalized_path() argument 289 char *acpi_ns_get_normalized_pathname(struct acpi_namespace_node *node, in acpi_ns_get_normalized_pathname()
|