Searched refs:pathbuf (Results 1 – 8 of 8) sorted by relevance
/fs/ |
D | coredump.c | 159 char *pathbuf, *path; in cn_print_exe_file() local 166 pathbuf = kmalloc(PATH_MAX, GFP_KERNEL); in cn_print_exe_file() 167 if (!pathbuf) { in cn_print_exe_file() 172 path = file_path(exe_file, pathbuf, PATH_MAX); in cn_print_exe_file() 181 kfree(pathbuf); in cn_print_exe_file()
|
D | exec.c | 1721 char *pathbuf = NULL; in __do_execve_file() local 1776 pathbuf = kasprintf(GFP_KERNEL, "/dev/fd/%d", fd); in __do_execve_file() 1778 pathbuf = kasprintf(GFP_KERNEL, "/dev/fd/%d/%s", in __do_execve_file() 1780 if (!pathbuf) { in __do_execve_file() 1791 bprm->filename = pathbuf; in __do_execve_file() 1833 kfree(pathbuf); in __do_execve_file() 1852 kfree(pathbuf); in __do_execve_file()
|
D | mpage.c | 85 char *path, pathbuf[MAX_TRACE_PATHBUF_LEN]; in mpage_bio_submit() local 87 path = android_fstrace_get_pathname(pathbuf, in mpage_bio_submit()
|
/fs/ext4/ |
D | readpage.c | 234 char *path, pathbuf[MAX_TRACE_PATHBUF_LEN]; in ext4_submit_bio_read() local 236 path = android_fstrace_get_pathname(pathbuf, in ext4_submit_bio_read()
|
D | inode.c | 1283 char *path, pathbuf[MAX_TRACE_PATHBUF_LEN]; in ext4_write_begin() local 1285 path = android_fstrace_get_pathname(pathbuf, in ext4_write_begin() 3066 char *path, pathbuf[MAX_TRACE_PATHBUF_LEN]; in ext4_da_write_begin() local 3068 path = android_fstrace_get_pathname(pathbuf, in ext4_da_write_begin() 3917 char *path, pathbuf[MAX_TRACE_PATHBUF_LEN]; in ext4_direct_IO() local 3919 path = android_fstrace_get_pathname(pathbuf, in ext4_direct_IO() 3928 char *path, pathbuf[MAX_TRACE_PATHBUF_LEN]; in ext4_direct_IO() local 3930 path = android_fstrace_get_pathname(pathbuf, in ext4_direct_IO()
|
D | inline.c | 510 char *path, pathbuf[MAX_TRACE_PATHBUF_LEN]; in ext4_readpage_inline() local 512 path = android_fstrace_get_pathname(pathbuf, in ext4_readpage_inline()
|
/fs/f2fs/ |
D | inline.c | 89 char *path, pathbuf[MAX_TRACE_PATHBUF_LEN]; in f2fs_read_inline_data() local 91 path = android_fstrace_get_pathname(pathbuf, in f2fs_read_inline_data()
|
D | data.c | 2782 char *path, pathbuf[MAX_TRACE_PATHBUF_LEN]; in f2fs_write_begin() local 2784 path = android_fstrace_get_pathname(pathbuf, in f2fs_write_begin() 3017 char *path, pathbuf[MAX_TRACE_PATHBUF_LEN]; in f2fs_direct_IO() local 3019 path = android_fstrace_get_pathname(pathbuf, in f2fs_direct_IO() 3028 char *path, pathbuf[MAX_TRACE_PATHBUF_LEN]; in f2fs_direct_IO() local 3030 path = android_fstrace_get_pathname(pathbuf, in f2fs_direct_IO()
|