Searched refs:pathbuf (Results 1 – 8 of 8) sorted by relevance
/fs/ |
D | coredump.c | 160 char *pathbuf, *path, *ptr; in cn_print_exe_file() local 167 pathbuf = kmalloc(PATH_MAX, GFP_KERNEL); in cn_print_exe_file() 168 if (!pathbuf) { in cn_print_exe_file() 173 path = file_path(exe_file, pathbuf, PATH_MAX); in cn_print_exe_file() 187 kfree(pathbuf); in cn_print_exe_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 | 246 char *path, pathbuf[MAX_TRACE_PATHBUF_LEN]; in ext4_submit_bio_read() local 248 path = android_fstrace_get_pathname(pathbuf, in ext4_submit_bio_read()
|
D | inline.c | 522 char *path, pathbuf[MAX_TRACE_PATHBUF_LEN]; in ext4_readpage_inline() local 524 path = android_fstrace_get_pathname(pathbuf, in ext4_readpage_inline()
|
D | inode.c | 1142 char *path, pathbuf[MAX_TRACE_PATHBUF_LEN]; in ext4_write_begin() local 1144 path = android_fstrace_get_pathname(pathbuf, in ext4_write_begin() 3009 char *path, pathbuf[MAX_TRACE_PATHBUF_LEN]; in ext4_da_write_begin() local 3011 path = android_fstrace_get_pathname(pathbuf, in ext4_da_write_begin()
|
/fs/f2fs/ |
D | inline.c | 106 char *path, pathbuf[MAX_TRACE_PATHBUF_LEN]; in f2fs_read_inline_data() local 108 path = android_fstrace_get_pathname(pathbuf, in f2fs_read_inline_data()
|
D | file.c | 4440 char *path, pathbuf[MAX_TRACE_PATHBUF_LEN]; in f2fs_dio_read_iter() local 4442 path = android_fstrace_get_pathname(pathbuf, in f2fs_dio_read_iter() 4651 char *path, pathbuf[MAX_TRACE_PATHBUF_LEN]; in f2fs_dio_write_iter() local 4653 path = android_fstrace_get_pathname(pathbuf, in f2fs_dio_write_iter()
|
D | data.c | 3390 char *path, pathbuf[MAX_TRACE_PATHBUF_LEN]; in f2fs_write_begin() local 3392 path = android_fstrace_get_pathname(pathbuf, in f2fs_write_begin()
|