Home
last modified time | relevance | path

Searched defs:pathname (Results 1 – 62 of 62) sorted by relevance

/linux-4.4.14/drivers/acpi/acpica/
Dutxfmutex.c75 acpi_string pathname, in acpi_ut_get_mutex_object()
136 acpi_acquire_mutex(acpi_handle handle, acpi_string pathname, u16 timeout) in acpi_acquire_mutex()
171 acpi_status acpi_release_mutex(acpi_handle handle, acpi_string pathname) in acpi_release_mutex()
Dexdebug.c426 u8 begin, u8 *aml, char *pathname) in acpi_ex_trace_point()
465 char *pathname = NULL; in acpi_ex_start_trace_method() local
528 char *pathname = NULL; in acpi_ex_stop_trace_method() local
Duterror.c77 char *pathname, in acpi_ut_predefined_warning()
120 char *pathname, u8 node_flags, const char *format, ...) in acpi_ut_predefined_info()
162 char *pathname, in acpi_ut_predefined_bios_error()
Dnsarguments.c117 acpi_ns_check_acpi_compliance(char *pathname, in acpi_ns_check_acpi_compliance()
210 acpi_ns_check_argument_count(char *pathname, in acpi_ns_check_argument_count()
Dnsdump.c84 void acpi_ns_print_pathname(u32 num_segments, char *pathname) in acpi_ns_print_pathname()
704 char *pathname; in acpi_ns_dump_one_object_path() local
Dutstring.c290 void ut_convert_backslashes(char *pathname) in ut_convert_backslashes()
Dutaddress.c208 char *pathname; in acpi_ut_check_address_range() local
Dnsaccess.c281 char *pathname, in acpi_ns_lookup()
Dnsxfname.c81 acpi_string pathname, acpi_handle * ret_handle) in acpi_get_handle()
Dnsutils.c686 const char *pathname, in acpi_ns_get_node()
Dutdebug.c581 acpi_trace_point(acpi_trace_event_type type, u8 begin, u8 *aml, char *pathname) in acpi_trace_point()
Dnsxfeval.c81 acpi_string pathname, in acpi_evaluate_object_typed()
Ddbtest.c932 char *pathname; in acpi_db_evaluate_one_predefined_name() local
Ddbdisply.c1075 char *pathname; in acpi_db_display_non_root_handlers() local
Ddbnames.c433 char *pathname; in acpi_db_walk_for_predefined_names() local
Daclocal.h1114 char pathname[ACPI_DB_LINE_BUFFER_SIZE]; member
/linux-4.4.14/tools/power/acpi/tools/acpidump/
Dapfiles.c51 static int ap_is_existing_file(char *pathname) in ap_is_existing_file()
81 int ap_open_output_file(char *pathname) in ap_open_output_file()
195 struct acpi_table_header *ap_get_table_from_file(char *pathname, in ap_get_table_from_file()
Dapdump.c396 int ap_dump_table_from_file(char *pathname) in ap_dump_table_from_file()
/linux-4.4.14/fs/
Dxattr.c367 static int path_setxattr(const char __user *pathname, in path_setxattr()
390 SYSCALL_DEFINE5(setxattr, const char __user *, pathname, in SYSCALL_DEFINE5() argument
397 SYSCALL_DEFINE5(lsetxattr, const char __user *, pathname, in SYSCALL_DEFINE5() argument
471 static ssize_t path_getxattr(const char __user *pathname, in path_getxattr()
490 SYSCALL_DEFINE4(getxattr, const char __user *, pathname, in SYSCALL_DEFINE4() argument
496 SYSCALL_DEFINE4(lgetxattr, const char __user *, pathname, in SYSCALL_DEFINE4() argument
554 static ssize_t path_listxattr(const char __user *pathname, char __user *list, in path_listxattr()
572 SYSCALL_DEFINE3(listxattr, const char __user *, pathname, char __user *, list, in SYSCALL_DEFINE3() argument
578 SYSCALL_DEFINE3(llistxattr, const char __user *, pathname, char __user *, list, in SYSCALL_DEFINE3() argument
615 static int path_removexattr(const char __user *pathname, in path_removexattr()
[all …]
Dstatfs.c77 int user_statfs(const char __user *pathname, struct kstatfs *st) in user_statfs()
172 SYSCALL_DEFINE2(statfs, const char __user *, pathname, struct statfs __user *, buf) in SYSCALL_DEFINE2() argument
181 SYSCALL_DEFINE3(statfs64, const char __user *, pathname, size_t, sz, struct statfs64 __user *, buf) in SYSCALL_DEFINE3() argument
Dnamei.c3346 struct file *do_filp_open(int dfd, struct filename *pathname, in do_filp_open()
3463 struct dentry *kern_path_create(int dfd, const char *pathname, in kern_path_create()
3480 inline struct dentry *user_path_create(int dfd, const char __user *pathname, in user_path_create()
3605 SYSCALL_DEFINE3(mkdirat, int, dfd, const char __user *, pathname, umode_t, mode) in SYSCALL_DEFINE3() argument
3630 SYSCALL_DEFINE2(mkdir, const char __user *, pathname, umode_t, mode) in SYSCALL_DEFINE2() argument
3699 static long do_rmdir(int dfd, const char __user *pathname) in do_rmdir()
3758 SYSCALL_DEFINE1(rmdir, const char __user *, pathname) in SYSCALL_DEFINE1() argument
3827 static long do_unlinkat(int dfd, const char __user *pathname) in do_unlinkat()
3900 SYSCALL_DEFINE3(unlinkat, int, dfd, const char __user *, pathname, int, flag) in SYSCALL_DEFINE3() argument
3911 SYSCALL_DEFINE1(unlink, const char __user *, pathname) in SYSCALL_DEFINE1() argument
Dopen.c120 static long do_sys_truncate(const char __user *pathname, loff_t length) in do_sys_truncate()
1055 SYSCALL_DEFINE2(creat, const char __user *, pathname, umode_t, mode) in SYSCALL_DEFINE2() argument
Dstat.c315 SYSCALL_DEFINE4(readlinkat, int, dfd, const char __user *, pathname, in SYSCALL_DEFINE4() argument
Dcompat.c250 COMPAT_SYSCALL_DEFINE2(statfs, const char __user *, pathname, struct compat_statfs __user *, buf) in COMPAT_SYSCALL_DEFINE2() argument
301 COMPAT_SYSCALL_DEFINE3(statfs64, const char __user *, pathname, compat_size_t, sz, struct compat_st… in COMPAT_SYSCALL_DEFINE3() argument
Dblock_dev.c1747 struct block_device *lookup_bdev(const char *pathname) in lookup_bdev()
/linux-4.4.14/kernel/bpf/
Dinode.c198 static int bpf_obj_do_pin(const struct filename *pathname, void *raw, in bpf_obj_do_pin()
233 int bpf_obj_pin_user(u32 ufd, const char __user *pathname) in bpf_obj_pin_user()
258 static void *bpf_obj_do_get(const struct filename *pathname, in bpf_obj_do_get()
290 int bpf_obj_get_user(const char __user *pathname) in bpf_obj_get_user()
/linux-4.4.14/tools/perf/util/
Dpath.c96 char *pathname = get_pathname(); in mkpath() local
109 char *pathname = get_pathname(); in perf_path() local
Dbuild-id.c115 int filename__sprintf_build_id(const char *pathname, char *sbuild_id) in filename__sprintf_build_id()
318 int build_id_cache__list_build_ids(const char *pathname, in build_id_cache__list_build_ids()
Ddso.c169 bool is_kernel_module(const char *pathname, int cpumode) in is_kernel_module()
/linux-4.4.14/samples/bpf/
Dlibbpf.c106 int bpf_obj_pin(int fd, const char *pathname) in bpf_obj_pin()
116 int bpf_obj_get(const char *pathname) in bpf_obj_get()
/linux-4.4.14/security/integrity/ima/
Dima_main.c84 const char **pathname) in ima_rdwr_violation_check()
164 const char *pathname = NULL; in process_measurement() local
Dima_api.c325 char *pathname = NULL; in ima_d_path() local
/linux-4.4.14/arch/parisc/kernel/
Dsys_parisc32.c28 const char __user * pathname) in sys32_fanotify_mark()
/linux-4.4.14/arch/powerpc/platforms/cell/spufs/
Dsyscalls.c62 static long do_spu_create(const char __user *pathname, unsigned int flags, in do_spu_create()
/linux-4.4.14/drivers/acpi/
Dutils.c287 acpi_string pathname, in acpi_evaluate_integer()
321 acpi_string pathname, in acpi_evaluate_reference()
Dscan.c897 char pathname[5] = { '_', 'P', 'R', '0' + state, '\0' }; in acpi_bus_init_power_state() local
/linux-4.4.14/security/tomoyo/
Dgroup.c125 tomoyo_path_matches_group(const struct tomoyo_path_info *pathname, in tomoyo_path_matches_group()
Drealpath.c319 char *tomoyo_realpath_nofollow(const char *pathname) in tomoyo_realpath_nofollow()
/linux-4.4.14/kernel/
Daudit_fsnotify.c83 struct audit_fsnotify_mark *audit_alloc_mark(struct audit_krule *krule, char *pathname, int len) in audit_alloc_mark()
Daudit_tree.c20 char pathname[]; member
633 int audit_make_tree(struct audit_krule *rule, char *pathname, u32 op) in audit_make_tree()
Dacct.c190 static int acct_on(struct filename *pathname) in acct_on()
Daudit_watch.c525 char *pathname; in audit_dupe_exe() local
Dsysctl_binary.c1303 char *pathname; in binary_sysctl() local
Daudit.c1633 char *p, *pathname; in audit_log_d_path() local
/linux-4.4.14/fs/notify/fanotify/
Dfanotify_user.c806 const char __user *, pathname) in SYSCALL_DEFINE5() argument
916 const char __user *, pathname) in COMPAT_SYSCALL_DEFINE6() argument
/linux-4.4.14/tools/perf/
Dbuiltin-buildid-cache.c214 static int build_id_cache__purge_path(const char *pathname) in build_id_cache__purge_path()
Dbuiltin-trace.c1453 static int trace__set_fd_pathname(struct thread *thread, int fd, const char *pathname) in trace__set_fd_pathname()
1481 char linkname[PATH_MAX], pathname[PATH_MAX]; in thread__read_fd_path() local
/linux-4.4.14/include/uapi/linux/raid/
Dmd_u.h145 char pathname[4096]; member
/linux-4.4.14/fs/nfs/
Dnfs4namespace.c32 static inline char *nfs4_pathname_string(const struct nfs4_pathname *pathname, in nfs4_pathname_string()
Dmount_clnt.c297 static void encode_mntdirpath(struct xdr_stream *xdr, const char *pathname) in encode_mntdirpath()
/linux-4.4.14/drivers/mtd/ubi/
Dkapi.c302 struct ubi_volume_desc *ubi_open_volume_path(const char *pathname, int mode) in ubi_open_volume_path()
/linux-4.4.14/tools/power/acpi/os_specific/service_layers/
Doslinuxtbl.c1300 osl_get_customized_table(char *pathname, in osl_get_customized_table()
/linux-4.4.14/fs/autofs4/
Ddev-ioctl.c194 static int find_autofs_mount(const char *pathname, in find_autofs_mount()
/linux-4.4.14/fs/notify/inotify/
Dinotify_user.c699 SYSCALL_DEFINE3(inotify_add_watch, int, fd, const char __user *, pathname, in SYSCALL_DEFINE3() argument
/linux-4.4.14/include/uapi/linux/
Dbpf.h131 __aligned_u64 pathname; member
/linux-4.4.14/tools/power/x86/turbostat/
Dturbostat.c269 char pathname[32]; in get_msr() local
1759 char pathname[32]; in check_dev_msr() local
1775 char pathname[32]; in check_permissions() local
/linux-4.4.14/tools/vm/
Dpage-types.c237 static int checked_open(const char *pathname, int flags) in checked_open()
/linux-4.4.14/Documentation/mic/mpssd/
Dmpssd.c1433 char pathname[PATH_MAX]; in open_state_fd() local
/linux-4.4.14/arch/alpha/kernel/
Dosf_sys.c339 SYSCALL_DEFINE3(osf_statfs, const char __user *, pathname, in SYSCALL_DEFINE3() argument
395 SYSCALL_DEFINE3(osf_statfs64, char __user *, pathname, in SYSCALL_DEFINE3() argument
/linux-4.4.14/mm/
Dswapfile.c1853 struct filename *pathname; in SYSCALL_DEFINE1() local
/linux-4.4.14/fs/proc/
Dbase.c1592 char *pathname; in do_proc_readlink() local
/linux-4.4.14/fs/ext4/
Dsuper.c461 char pathname[80], *path; in __ext4_error_file() local