Home
last modified time | relevance | path

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

/linux-4.1.27/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()
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.c86 void acpi_ns_print_pathname(u32 num_segments, char *pathname) in acpi_ns_print_pathname()
709 char *pathname; in acpi_ns_dump_one_object_path() local
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.c670 const char *pathname, in acpi_ns_get_node()
Dutstring.c571 void ut_convert_backslashes(char *pathname) in ut_convert_backslashes()
Dnsxfeval.c81 acpi_string pathname, in acpi_evaluate_object_typed()
Daclocal.h1085 char pathname[ACPI_DB_LINE_BUFFER_SIZE]; member
/linux-4.1.27/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.1.27/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.c3180 static int do_tmpfile(int dfd, struct filename *pathname, in do_tmpfile()
3242 static struct file *path_openat(int dfd, struct filename *pathname, in path_openat()
3305 struct file *do_filp_open(int dfd, struct filename *pathname, in do_filp_open()
3417 struct dentry *kern_path_create(int dfd, const char *pathname, in kern_path_create()
3440 struct dentry *user_path_create(int dfd, const char __user *pathname, in user_path_create()
3571 SYSCALL_DEFINE3(mkdirat, int, dfd, const char __user *, pathname, umode_t, mode) in SYSCALL_DEFINE3() argument
3596 SYSCALL_DEFINE2(mkdir, const char __user *, pathname, umode_t, mode) in SYSCALL_DEFINE2() argument
3665 static long do_rmdir(int dfd, const char __user *pathname) in do_rmdir()
3722 SYSCALL_DEFINE1(rmdir, const char __user *, pathname) in SYSCALL_DEFINE1() argument
3791 static long do_unlinkat(int dfd, const char __user *pathname) in do_unlinkat()
[all …]
Dopen.c118 static long do_sys_truncate(const char __user *pathname, loff_t length) in do_sys_truncate()
1051 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.c1713 struct block_device *lookup_bdev(const char *pathname) in lookup_bdev()
/linux-4.1.27/tools/perf/util/
Dpath.c96 char *pathname = get_pathname(); in mkpath() local
109 char *pathname = get_pathname(); in perf_path() local
Dbuild-id.c303 int build_id_cache__list_build_ids(const char *pathname, in build_id_cache__list_build_ids()
Ddso.c168 bool is_kernel_module(const char *pathname) in is_kernel_module()
/linux-4.1.27/security/integrity/ima/
Dima_main.c84 const char **pathname) in ima_rdwr_violation_check()
163 const char *pathname = NULL; in process_measurement() local
Dima_api.c325 char *pathname = NULL; in ima_d_path() local
/linux-4.1.27/arch/parisc/kernel/
Dsys_parisc32.c28 const char __user * pathname) in sys32_fanotify_mark()
/linux-4.1.27/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.1.27/drivers/acpi/
Dutils.c291 acpi_string pathname, in acpi_evaluate_integer()
325 acpi_string pathname, in acpi_evaluate_reference()
Dscan.c1742 char pathname[5] = { '_', 'P', 'R', '0' + state, '\0' }; in acpi_bus_init_power_state() local
/linux-4.1.27/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.1.27/fs/notify/fanotify/
Dfanotify_user.c802 const char __user *, pathname) in SYSCALL_DEFINE5() argument
912 const char __user *, pathname) in COMPAT_SYSCALL_DEFINE6() argument
/linux-4.1.27/tools/perf/
Dbuiltin-buildid-cache.c224 static int build_id_cache__purge_path(const char *pathname) in build_id_cache__purge_path()
Dbuiltin-trace.c1261 static int trace__set_fd_pathname(struct thread *thread, int fd, const char *pathname) in trace__set_fd_pathname()
1289 char linkname[PATH_MAX], pathname[PATH_MAX]; in thread__read_fd_path() local
/linux-4.1.27/kernel/
Daudit_tree.c20 char pathname[]; member
631 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()
Dsysctl_binary.c1303 char *pathname; in binary_sysctl() local
Daudit.c1619 char *p, *pathname; in audit_log_d_path() local
/linux-4.1.27/include/uapi/linux/raid/
Dmd_u.h145 char pathname[4096]; member
/linux-4.1.27/fs/nfs/
Dnfs4namespace.c32 static inline char *nfs4_pathname_string(const struct nfs4_pathname *pathname, in nfs4_pathname_string()
Dmount_clnt.c299 static void encode_mntdirpath(struct xdr_stream *xdr, const char *pathname) in encode_mntdirpath()
/linux-4.1.27/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.1.27/tools/power/acpi/os_specific/service_layers/
Doslinuxtbl.c1297 osl_get_customized_table(char *pathname, in osl_get_customized_table()
/linux-4.1.27/fs/notify/inotify/
Dinotify_user.c699 SYSCALL_DEFINE3(inotify_add_watch, int, fd, const char __user *, pathname, in SYSCALL_DEFINE3() argument
/linux-4.1.27/fs/autofs4/
Ddev-ioctl.c194 static int find_autofs_mount(const char *pathname, in find_autofs_mount()
/linux-4.1.27/tools/power/x86/turbostat/
Dturbostat.c264 char pathname[32]; in get_msr() local
1698 char pathname[32]; in check_dev_msr() local
1714 char pathname[32]; in check_permissions() local
/linux-4.1.27/tools/vm/
Dpage-types.c239 static int checked_open(const char *pathname, int flags) in checked_open()
/linux-4.1.27/Documentation/mic/mpssd/
Dmpssd.c1400 char pathname[PATH_MAX]; in mic_config() local
/linux-4.1.27/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.1.27/mm/
Dswapfile.c1811 struct filename *pathname; in SYSCALL_DEFINE1() local
/linux-4.1.27/fs/proc/
Dbase.c1404 char *pathname; in do_proc_readlink() local
/linux-4.1.27/fs/ext4/
Dsuper.c469 char pathname[80], *path; in __ext4_error_file() local