/kernel/linux/linux-5.10/fs/ |
H A D | d_path.c | 247 * d_path - return the path of a dentry 262 char *d_path(const struct path *path, char *buf, int buflen) in d_path() function 277 * and instead have d_path return the mounted path. in d_path() 292 EXPORT_SYMBOL(d_path); variable
|
H A D | Makefile | 14 pnode.o splice.o sync.o utimes.o d_path.o \
|
H A D | dcookies.c | 181 path = d_path(&dcs->path, kbuf, PAGE_SIZE); in do_lookup_dcookie()
|
H A D | seq_file.c | 466 char *p = d_path(path, buf, size); in seq_path()
|
/kernel/linux/linux-6.6/fs/ |
H A D | d_path.c | 250 * d_path - return the path of a dentry 265 char *d_path(const struct path *path, char *buf, int buflen) in d_path() function 279 * and instead have d_path return the mounted path. in d_path() 296 EXPORT_SYMBOL(d_path); variable
|
H A D | Makefile | 15 pnode.o splice.o sync.o utimes.o d_path.o \
|
H A D | seq_file.c | 477 char *p = d_path(path, buf, size); in seq_path()
|
/kernel/linux/common_modules/tzdriver/core/ |
H A D | tz_update_crl.c | 140 dpath = d_path(&base_path, tmp_buf, D_PATH_LEN);
in crl_file_open()
|
H A D | agent.c | 167 dpath = d_path(&base_path, path, MAX_PATH_SIZE); in get_proc_dpath()
|
/kernel/linux/linux-5.10/lib/ |
H A D | seq_buf.c | 279 char *p = d_path(path, buf, size);
|
/kernel/linux/linux-5.10/drivers/staging/blackbox/ |
H A D | blackbox_common.c | 265 path = d_path(&filp->f_path, buf, PATH_MAX); in getfullpath()
|
/kernel/linux/linux-6.6/fs/smb/server/ |
H A D | misc.c | 172 ab_pathname = d_path(path, pathname, PATH_MAX); in convert_to_nt_pathname()
|
/kernel/linux/linux-6.6/drivers/staging/blackbox/ |
H A D | blackbox_common.c | 296 path = d_path(&filp->f_path, buf, PATH_MAX); in getfullpath()
|
/kernel/linux/linux-6.6/lib/ |
H A D | seq_buf.c | 311 char *p = d_path(path, buf, size);
|
/kernel/linux/linux-5.10/fs/hmdfs/ |
H A D | stash.c | 206 static struct file *hmdfs_new_stash_file(struct path *d_path, const char *cid) in hmdfs_new_stash_file() argument 214 parent = hmdfs_do_vfs_mkdir(d_path->dentry, cid, strlen(cid), 0700); in hmdfs_new_stash_file() 228 stash.mnt = d_path->mnt; in hmdfs_new_stash_file() 941 static struct file *hmdfs_open_stash_dir(struct path *d_path, const char *cid) in hmdfs_open_stash_dir() argument 944 struct dentry *parent = d_path->dentry; in hmdfs_open_stash_dir() 971 peer_path.mnt = d_path->mnt; in hmdfs_open_stash_dir()
|
H A D | main.c | 672 tmp = d_path(path, buf, PATH_MAX); in get_full_path()
|
/kernel/linux/linux-6.6/fs/hmdfs/ |
H A D | stash.c | 206 static struct file *hmdfs_new_stash_file(struct path *d_path, const char *cid) in hmdfs_new_stash_file() argument 213 parent = hmdfs_do_vfs_mkdir(d_path->dentry, cid, strlen(cid), 0700); in hmdfs_new_stash_file() 220 stash.mnt = d_path->mnt; in hmdfs_new_stash_file() 931 static struct file *hmdfs_open_stash_dir(struct path *d_path, const char *cid) in hmdfs_open_stash_dir() argument 934 struct dentry *parent = d_path->dentry; in hmdfs_open_stash_dir() 961 peer_path.mnt = d_path->mnt; in hmdfs_open_stash_dir()
|
/kernel/linux/linux-5.10/include/linux/ |
H A D | dcache.h | 299 extern char *d_path(const struct path *, char *, int);
|
/kernel/linux/linux-6.6/include/linux/ |
H A D | dcache.h | 296 extern char *d_path(const struct path *, char *, int);
|
/kernel/linux/linux-5.10/tools/include/uapi/linux/ |
H A D | bpf.h | 3919 FN(d_path), \
|
/kernel/linux/linux-5.10/fs/ext4/ |
H A D | file.c | 818 cp = d_path(&path, buf, sizeof(buf)); in ext4_sample_last_mounted()
|
/kernel/linux/linux-5.10/include/uapi/linux/ |
H A D | bpf.h | 3919 FN(d_path), \
|
/kernel/linux/linux-6.6/fs/ext4/ |
H A D | file.c | 832 cp = d_path(&path, buf, sizeof(buf)); in ext4_sample_last_mounted()
|
/kernel/linux/patches/linux-6.6/prebuilts/usr/include/linux/ |
H A D | bpf.h | 455 #define __BPF_FUNC_MAPPER(FN) FN(unspec), FN(map_lookup_elem), FN(map_update_elem), FN(map_delete_elem), FN(probe_read), FN(ktime_get_ns), FN(trace_printk), FN(get_prandom_u32), FN(get_smp_processor_id), FN(skb_store_bytes), FN(l3_csum_replace), FN(l4_csum_replace), FN(tail_call), FN(clone_redirect), FN(get_current_pid_tgid), FN(get_current_uid_gid), FN(get_current_comm), FN(get_cgroup_classid), FN(skb_vlan_push), FN(skb_vlan_pop), FN(skb_get_tunnel_key), FN(skb_set_tunnel_key), FN(perf_event_read), FN(redirect), FN(get_route_realm), FN(perf_event_output), FN(skb_load_bytes), FN(get_stackid), FN(csum_diff), FN(skb_get_tunnel_opt), FN(skb_set_tunnel_opt), FN(skb_change_proto), FN(skb_change_type), FN(skb_under_cgroup), FN(get_hash_recalc), FN(get_current_task), FN(probe_write_user), FN(current_task_under_cgroup), FN(skb_change_tail), FN(skb_pull_data), FN(csum_update), FN(set_hash_invalid), FN(get_numa_node_id), FN(skb_change_head), FN(xdp_adjust_head), FN(probe_read_str), FN(get_socket_cookie), FN(get_socket_uid), FN(set_hash), FN(setsockopt), FN(skb_adjust_room), FN(redirect_map), FN(sk_redirect_map), FN(sock_map_update), FN(xdp_adjust_meta), FN(perf_event_read_value), FN(perf_prog_read_value), FN(getsockopt), FN(override_return), FN(sock_ops_cb_flags_set), FN(msg_redirect_map), FN(msg_apply_bytes), FN(msg_cork_bytes), FN(msg_pull_data), FN(bind), FN(xdp_adjust_tail), FN(skb_get_xfrm_state), FN(get_stack), FN(skb_load_bytes_relative), FN(fib_lookup), FN(sock_hash_update), FN(msg_redirect_hash), FN(sk_redirect_hash), FN(lwt_push_encap), FN(lwt_seg6_store_bytes), FN(lwt_seg6_adjust_srh), FN(lwt_seg6_action), FN(rc_repeat), FN(rc_keydown), FN(skb_cgroup_id), FN(get_current_cgroup_id), FN(get_local_storage), FN(sk_select_reuseport), FN(skb_ancestor_cgroup_id), FN(sk_lookup_tcp), FN(sk_lookup_udp), FN(sk_release), FN(map_push_elem), FN(map_pop_elem), FN(map_peek_elem), FN(msg_push_data), FN(msg_pop_data), FN(rc_pointer_rel), FN(spin_lock), FN(spin_unlock), FN(sk_fullsock), FN(tcp_sock), FN(skb_ecn_set_ce), FN(get_listener_sock), FN(skc_lookup_tcp), FN(tcp_check_syncookie), FN(sysctl_get_name), FN(sysctl_get_current_value), FN(sysctl_get_new_value), FN(sysctl_set_new_value), FN(strtol), FN(strtoul), FN(sk_storage_get), FN(sk_storage_delete), FN(send_signal), FN(tcp_gen_syncookie), FN(skb_output), FN(probe_read_user), FN(probe_read_kernel), FN(probe_read_user_str), FN(probe_read_kernel_str), FN(tcp_send_ack), FN(send_signal_thread), FN(jiffies64), FN(read_branch_records), FN(get_ns_current_pid_tgid), FN(xdp_output), FN(get_netns_cookie), FN(get_current_ancestor_cgroup_id), FN(sk_assign), FN(ktime_get_boot_ns), FN(seq_printf), FN(seq_write), FN(sk_cgroup_id), FN(sk_ancestor_cgroup_id), FN(ringbuf_output), FN(ringbuf_reserve), FN(ringbuf_submit), FN(ringbuf_discard), FN(ringbuf_query), FN(csum_level), FN(skc_to_tcp6_sock), FN(skc_to_tcp_sock), FN(skc_to_tcp_timewait_sock), FN(skc_to_tcp_request_sock), FN(skc_to_udp6_sock), FN(get_task_stack), FN(load_hdr_opt), FN(store_hdr_opt), FN(reserve_hdr_opt), FN(inode_storage_get), FN(inode_storage_delete), FN(d_path), FN(copy_from_user), FN(snprintf_btf), FN(seq_printf_btf), FN(skb_cgroup_classid), FN(redirect_neigh), FN(per_cpu_ptr), FN(this_cpu_ptr), FN(redirect_peer),
|
/kernel/linux/patches/linux-5.10/prebuilts/usr/include/linux/ |
H A D | bpf.h | 455 #define __BPF_FUNC_MAPPER(FN) FN(unspec), FN(map_lookup_elem), FN(map_update_elem), FN(map_delete_elem), FN(probe_read), FN(ktime_get_ns), FN(trace_printk), FN(get_prandom_u32), FN(get_smp_processor_id), FN(skb_store_bytes), FN(l3_csum_replace), FN(l4_csum_replace), FN(tail_call), FN(clone_redirect), FN(get_current_pid_tgid), FN(get_current_uid_gid), FN(get_current_comm), FN(get_cgroup_classid), FN(skb_vlan_push), FN(skb_vlan_pop), FN(skb_get_tunnel_key), FN(skb_set_tunnel_key), FN(perf_event_read), FN(redirect), FN(get_route_realm), FN(perf_event_output), FN(skb_load_bytes), FN(get_stackid), FN(csum_diff), FN(skb_get_tunnel_opt), FN(skb_set_tunnel_opt), FN(skb_change_proto), FN(skb_change_type), FN(skb_under_cgroup), FN(get_hash_recalc), FN(get_current_task), FN(probe_write_user), FN(current_task_under_cgroup), FN(skb_change_tail), FN(skb_pull_data), FN(csum_update), FN(set_hash_invalid), FN(get_numa_node_id), FN(skb_change_head), FN(xdp_adjust_head), FN(probe_read_str), FN(get_socket_cookie), FN(get_socket_uid), FN(set_hash), FN(setsockopt), FN(skb_adjust_room), FN(redirect_map), FN(sk_redirect_map), FN(sock_map_update), FN(xdp_adjust_meta), FN(perf_event_read_value), FN(perf_prog_read_value), FN(getsockopt), FN(override_return), FN(sock_ops_cb_flags_set), FN(msg_redirect_map), FN(msg_apply_bytes), FN(msg_cork_bytes), FN(msg_pull_data), FN(bind), FN(xdp_adjust_tail), FN(skb_get_xfrm_state), FN(get_stack), FN(skb_load_bytes_relative), FN(fib_lookup), FN(sock_hash_update), FN(msg_redirect_hash), FN(sk_redirect_hash), FN(lwt_push_encap), FN(lwt_seg6_store_bytes), FN(lwt_seg6_adjust_srh), FN(lwt_seg6_action), FN(rc_repeat), FN(rc_keydown), FN(skb_cgroup_id), FN(get_current_cgroup_id), FN(get_local_storage), FN(sk_select_reuseport), FN(skb_ancestor_cgroup_id), FN(sk_lookup_tcp), FN(sk_lookup_udp), FN(sk_release), FN(map_push_elem), FN(map_pop_elem), FN(map_peek_elem), FN(msg_push_data), FN(msg_pop_data), FN(rc_pointer_rel), FN(spin_lock), FN(spin_unlock), FN(sk_fullsock), FN(tcp_sock), FN(skb_ecn_set_ce), FN(get_listener_sock), FN(skc_lookup_tcp), FN(tcp_check_syncookie), FN(sysctl_get_name), FN(sysctl_get_current_value), FN(sysctl_get_new_value), FN(sysctl_set_new_value), FN(strtol), FN(strtoul), FN(sk_storage_get), FN(sk_storage_delete), FN(send_signal), FN(tcp_gen_syncookie), FN(skb_output), FN(probe_read_user), FN(probe_read_kernel), FN(probe_read_user_str), FN(probe_read_kernel_str), FN(tcp_send_ack), FN(send_signal_thread), FN(jiffies64), FN(read_branch_records), FN(get_ns_current_pid_tgid), FN(xdp_output), FN(get_netns_cookie), FN(get_current_ancestor_cgroup_id), FN(sk_assign), FN(ktime_get_boot_ns), FN(seq_printf), FN(seq_write), FN(sk_cgroup_id), FN(sk_ancestor_cgroup_id), FN(ringbuf_output), FN(ringbuf_reserve), FN(ringbuf_submit), FN(ringbuf_discard), FN(ringbuf_query), FN(csum_level), FN(skc_to_tcp6_sock), FN(skc_to_tcp_sock), FN(skc_to_tcp_timewait_sock), FN(skc_to_tcp_request_sock), FN(skc_to_udp6_sock), FN(get_task_stack), FN(load_hdr_opt), FN(store_hdr_opt), FN(reserve_hdr_opt), FN(inode_storage_get), FN(inode_storage_delete), FN(d_path), FN(copy_from_user), FN(snprintf_btf), FN(seq_printf_btf), FN(skb_cgroup_classid), FN(redirect_neigh), FN(per_cpu_ptr), FN(this_cpu_ptr), FN(redirect_peer),
|