/linux/drivers/md/ |
A D | dm-ps-service-time.c | 32 struct dm_path *path; member 82 static int st_status(struct path_selector *ps, struct dm_path *path, in st_status() 111 static int st_add_path(struct path_selector *ps, struct dm_path *path, in st_add_path() 176 static void st_fail_path(struct path_selector *ps, struct dm_path *path) in st_fail_path() 187 static int st_reinstate_path(struct path_selector *ps, struct dm_path *path) in st_reinstate_path() 304 static int st_start_io(struct path_selector *ps, struct dm_path *path, in st_start_io() 314 static int st_end_io(struct path_selector *ps, struct dm_path *path, in st_end_io()
|
/linux/fs/btrfs/ |
A D | tree-log.c | 1028 struct btrfs_path *path; in backref_in_log() local 1383 struct btrfs_path *path; in btrfs_inode_ref_exists() local 1424 struct btrfs_path *path; in add_link() local 1775 struct btrfs_path *path; in fixup_inode_link_count() local 2609 struct btrfs_path *path; in replay_one_buffer() local 2942 struct btrfs_path *path; in walk_log_tree() local 3533 struct btrfs_path *path; in btrfs_del_dir_entries_in_log() local 5579 struct btrfs_path *path; in btrfs_log_inode() local 5922 struct btrfs_path *path; in log_new_dir_dentries() local 6057 struct btrfs_path *path; in btrfs_log_all_parents() local [all …]
|
A D | file-item.c | 142 struct btrfs_path *path; in btrfs_insert_file_extent() local 180 struct btrfs_path *path, in btrfs_lookup_csum() 233 struct btrfs_path *path, u64 objectid, in btrfs_lookup_file_extent() 257 struct btrfs_path *path, u64 disk_bytenr, in search_csum_tree() 369 struct btrfs_path *path; in btrfs_lookup_bio_sums() local 499 struct btrfs_path *path; in btrfs_lookup_csums_range() local 742 struct btrfs_path *path, in truncate_one_csum() 795 struct btrfs_path *path; in btrfs_del_csums() local 936 struct btrfs_path *path, in find_next_csum_offset() 973 struct btrfs_path *path; in btrfs_csum_file_blocks() local [all …]
|
A D | inode-item.c | 76 struct btrfs_path *path, in btrfs_lookup_inode_extref() 104 struct btrfs_path *path; in btrfs_del_inode_extref() local 174 struct btrfs_path *path; in btrfs_del_inode_ref() local 256 struct btrfs_path *path; in btrfs_insert_inode_extref() local 310 struct btrfs_path *path; in btrfs_insert_inode_ref() local 384 struct btrfs_path *path, u64 objectid) in btrfs_insert_empty_inode() 398 *root, struct btrfs_path *path, in btrfs_lookup_inode()
|
A D | root-tree.c | 63 struct btrfs_path *path, struct btrfs_root_item *root_item, in btrfs_find_root() 121 struct btrfs_path *path; in btrfs_update_root() local 209 struct btrfs_path *path; in btrfs_find_orphan_roots() local 296 struct btrfs_path *path; in btrfs_del_root() local 320 struct btrfs_path *path; in btrfs_del_root_ref() local 395 struct btrfs_path *path; in btrfs_add_root_ref() local
|
/linux/tools/power/cpupower/lib/ |
A D | cpupower.c | 17 unsigned int cpupower_read_sysfs(const char *path, char *buf, size_t buflen) in cpupower_read_sysfs() 38 unsigned int cpupower_write_sysfs(const char *path, char *buf, size_t buflen) in cpupower_write_sysfs() 69 char path[SYSFS_PATH_MAX]; in cpupower_is_cpu_online() local 114 char path[SYSFS_PATH_MAX]; in sysfs_topology_read_file() local
|
/linux/security/apparmor/ |
A D | mount.c | 292 static int path_flags(struct aa_profile *profile, const struct path *path) in path_flags() 372 static int match_mnt(struct aa_profile *profile, const struct path *path, in match_mnt() 398 int aa_remount(struct aa_label *label, const struct path *path, in aa_remount() 422 int aa_bind_mount(struct aa_label *label, const struct path *path, in aa_bind_mount() 459 int aa_mount_change_type(struct aa_label *label, const struct path *path, in aa_mount_change_type() 484 int aa_move_mount(struct aa_label *label, const struct path *path, in aa_move_mount() 519 const struct path *path, const char *type, unsigned long flags, in aa_new_mount() 582 static int profile_umount(struct aa_profile *profile, const struct path *path, in profile_umount() 618 struct path path = { .mnt = mnt, .dentry = mnt->mnt_root }; in aa_umount() local
|
A D | path.c | 48 static int disconnect(const struct path *path, char *buf, char **name, in disconnect() 88 static int d_namespace_path(const struct path *path, char *buf, char **name, in d_namespace_path() 197 int aa_path_name(const struct path *path, int flags, char *buffer, in aa_path_name()
|
/linux/tools/testing/selftests/efivarfs/ |
A D | open-unlink.c | 13 static int set_immutable(const char *path, int immutable) in set_immutable() 44 static int get_immutable(const char *path) in get_immutable() 70 const char *path; in main() local
|
/linux/fs/ |
A D | fhandle.c | 17 static long do_sys_name_to_handle(struct path *path, in do_sys_name_to_handle() 97 struct path path; in SYSCALL_DEFINE5() local 140 struct path *path) in do_handle_to_path() 168 struct path *path) in handle_to_path() 219 struct path path; in do_handle_open() local
|
A D | namei.c | 564 struct path path; member 1799 struct path path; in step_into() local 1838 struct path path; in follow_dotdot_rcu() local 1878 struct path path; in follow_dotdot() local 3501 struct path path; in do_tmpfile() local 3529 struct path path; in do_o_path() local 3790 struct path path; in do_mknodat() local 3893 struct path path; in do_mkdirat() local 3992 struct path path; in do_rmdir() local 4131 struct path path; in do_unlinkat() local [all …]
|
/linux/tools/testing/selftests/ia64/ |
A D | aliasing-test.c | 24 static int map_mem(char *path, off_t offset, size_t length, int touch) in map_mem() 62 static int scan_tree(char *path, char *file, off_t offset, size_t length, int touch) in scan_tree() 119 static int read_rom(char *path) in read_rom() 147 static int scan_rom(char *path, char *file) in scan_rom()
|
/linux/drivers/thunderbolt/ |
A D | tunnel.c | 183 static int tb_pci_init_path(struct tb_path *path) in tb_pci_init_path() 218 struct tb_path *path; in tb_tunnel_discover_pci() local 298 struct tb_path *path; in tb_tunnel_alloc_pci() local 775 struct tb_path *path; in tb_tunnel_discover_dp() local 862 struct tb_path *path; in tb_tunnel_alloc_dp() local 1025 static void tb_dma_deinit_path(struct tb_path *path) in tb_dma_deinit_path() 1065 struct tb_path *path; in tb_tunnel_alloc_dma() local 1141 const struct tb_path *path = tunnel->paths[i]; in tb_tunnel_match_dma() local 1326 static void tb_usb3_init_path(struct tb_path *path) in tb_usb3_init_path() 1354 struct tb_path *path; in tb_tunnel_discover_usb3() local [all …]
|
A D | test.c | 788 struct tb_path *path; in tb_test_path_not_connected() local 840 struct tb_path *path; in tb_test_path_not_bonded_lane0() local 902 struct tb_path *path; in tb_test_path_not_bonded_lane1() local 980 struct tb_path *path; in tb_test_path_not_bonded_lane1_chain() local 1060 struct tb_path *path; in tb_test_path_not_bonded_lane1_chain_reverse() local 1151 struct tb_path *path; in tb_test_path_mixed_chain() local 1243 struct tb_path *path; in tb_test_path_mixed_chain_reverse() local 1905 struct tb_path *path; in tb_test_credit_alloc_legacy_not_bonded() local 1938 struct tb_path *path; in tb_test_credit_alloc_legacy_bonded() local 1971 struct tb_path *path; in tb_test_credit_alloc_pcie() local [all …]
|
/linux/sound/xen/ |
A 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()
|
/linux/fs/autofs/ |
A D | dev-ioctl.c | 185 int test(const struct path *path, void *data), in find_autofs_mount() 188 struct path path; in find_autofs_mount() local 211 static int test_by_dev(const struct path *path, void *p) in test_by_dev() 216 static int test_by_type(const struct path *path, void *p) in test_by_type() 234 struct path path; in autofs_dev_ioctl_open_mountpoint() local 262 const char *path; in autofs_dev_ioctl_openmount() local 425 struct path path; in autofs_dev_ioctl_requester() local 508 struct path path; in autofs_dev_ioctl_ismountpoint() local
|
/linux/tools/perf/util/ |
A D | trace-event-info.c | 90 char *path = get_events_file("header_page"); in record_header_files() local 226 char *path; in record_ftrace_files() local 257 char *path; in record_event_files() local 337 char *path; in record_ftrace_printk() local 365 char *path; in record_saved_cmdline() local 406 struct tracepoint_path path, *ppath = &path; in get_tracepoints_path() local
|
/linux/sound/pci/hda/ |
A D | hda_generic.c | 255 struct nid_path *path; in get_nid_path() local 475 struct nid_path *path; in snd_hda_add_new_path() local 1526 struct nid_path *path; in fill_multi_ios() local 1641 struct nid_path *path; in check_aamix_out_path() local 1678 struct nid_path *path; in indep_hp_possible() local 1716 struct nid_path *path; in refill_shared_dacs() local 1896 struct nid_path *path; in print_nid_path_idx() local 2149 struct nid_path *path; in create_extra_out() local 2367 struct nid_path *path; in set_multi_io() local 2484 struct nid_path *path; in update_output_paths() local [all …]
|
/linux/tools/lib/subcmd/ |
A D | exec-cmd.c | 31 static int is_absolute_path(const char *path) in is_absolute_path() 55 static const char *make_nonrelative_path(const char *path) in make_nonrelative_path() 72 char *system_path(const char *path) in system_path() 128 static void add_path(char **out, const char *path) in add_path()
|
/linux/tools/bpf/bpftool/ |
A D | common.c | 110 static bool is_bpffs(char *path) in is_bpffs() 173 int open_obj_pinned(const char *path, bool quiet) in open_obj_pinned() 201 int open_obj_pinned_any(const char *path, enum bpf_obj_type exp_type) in open_obj_pinned_any() 308 char path[PATH_MAX]; in get_fd_type() local 336 char path[PATH_MAX]; in get_fdinfo() local 407 char *path; in do_build_table_cb() local 460 char *path = mntent->mnt_dir; in build_pinned_obj_table() local 524 static int read_sysfs_hex_int(char *path) in read_sysfs_hex_int() 766 char *path; in prog_parse_fds() local 903 char *path; in map_parse_fds() local
|
/linux/fs/cifs/ |
A D | dfs_cache.c | 40 const char *path; member 95 static struct cifs_ses *find_ipc_from_server_path(struct cifs_ses **ses, const char *path) in find_ipc_from_server_path() 188 char *dfs_cache_canonical_path(const char *path, const struct nls_table *cp, int remap) in dfs_cache_canonical_path() 667 static struct cache_entry *lookup_cache_entry(const char *path) in lookup_cache_entry() 757 static int get_dfs_referral(const unsigned int xid, struct cifs_ses *ses, const char *path, in get_dfs_referral() 844 static int setup_referral(const char *path, struct cache_entry *ce, in setup_referral() 945 int remap, const char *path, struct dfs_info3_param *ref, in dfs_cache_find() 999 int dfs_cache_noreq_find(const char *path, struct dfs_info3_param *ref, in dfs_cache_noreq_find() 1046 const struct nls_table *cp, int remap, const char *path, in dfs_cache_update_tgthint() 1156 int dfs_cache_get_tgt_referral(const char *path, const struct dfs_cache_tgt_iterator *it, in dfs_cache_get_tgt_referral() [all …]
|
/linux/net/iucv/ |
A D | iucv.c | 928 int iucv_path_quiesce(struct iucv_path *path, u8 *userdata) in iucv_path_quiesce() 960 int iucv_path_resume(struct iucv_path *path, u8 *userdata) in iucv_path_resume() 990 int iucv_path_sever(struct iucv_path *path, u8 *userdata) in iucv_path_sever() 1062 static int iucv_message_receive_iprmdata(struct iucv_path *path, in iucv_message_receive_iprmdata() 1427 struct iucv_path *path; in iucv_path_pending() local 1487 struct iucv_path *path = iucv_path_table[ipc->ippathid]; in iucv_path_complete() local 1517 struct iucv_path *path = iucv_path_table[ips->ippathid]; in iucv_path_severed() local 1553 struct iucv_path *path = iucv_path_table[ipq->ippathid]; in iucv_path_quiesced() local 1581 struct iucv_path *path = iucv_path_table[ipr->ippathid]; in iucv_path_resumed() local 1612 struct iucv_path *path = iucv_path_table[imc->ippathid]; in iucv_message_complete() local [all …]
|
/linux/tools/perf/arch/ |
A D | common.c | 95 char *path, *tmp = NULL; in lookup_path() local 133 const char *name, const char **path) in perf_env__lookup_binutils_path() 205 int perf_env__lookup_objdump(struct perf_env *env, const char **path) in perf_env__lookup_objdump()
|
/linux/tools/power/cpupower/utils/helpers/ |
A D | sysfs.c | 18 unsigned int sysfs_read_file(const char *path, char *buf, size_t buflen) in sysfs_read_file() 49 char path[SYSFS_PATH_MAX]; in sysfs_is_cpu_online() local 107 char path[SYSFS_PATH_MAX]; in sysfs_idlestate_file_exists() local 127 char path[SYSFS_PATH_MAX]; in sysfs_idlestate_read_file() local 162 char path[SYSFS_PATH_MAX]; in sysfs_idlestate_write_file() local 387 char path[SYSFS_PATH_MAX]; in sysfs_cpuidle_read_file() local
|
/linux/drivers/gpu/drm/nouveau/nvkm/subdev/acr/ |
A D | lsfw.c | 89 const char *path, int ver, in nvkm_acr_lsfw_load_sig_image_desc_() 143 const char *path, int ver, in nvkm_acr_lsfw_load_sig_image_desc() 163 const char *path, int ver, in nvkm_acr_lsfw_load_sig_image_desc_v1() 183 const char *path, int ver, in nvkm_acr_lsfw_load_bl_inst_data_sig()
|