Home
last modified time | relevance | path

Searched refs:pathbuf (Results 1 – 8 of 8) sorted by relevance

/fs/
Dcoredump.c160 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()
Dmpage.c85 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/
Dreadpage.c246 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()
Dinline.c522 char *path, pathbuf[MAX_TRACE_PATHBUF_LEN]; in ext4_readpage_inline() local
524 path = android_fstrace_get_pathname(pathbuf, in ext4_readpage_inline()
Dinode.c1142 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/
Dinline.c106 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()
Dfile.c4440 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()
Ddata.c3390 char *path, pathbuf[MAX_TRACE_PATHBUF_LEN]; in f2fs_write_begin() local
3392 path = android_fstrace_get_pathname(pathbuf, in f2fs_write_begin()