Home
last modified time | relevance | path

Searched refs:file_path (Results 1 – 17 of 17) sorted by relevance

/linux-4.4.14/arch/arc/kernel/
Dtroubleshoot.c73 path_nm = file_path(exe_file, buf, 255); in print_task_path_n_nm()
102 nm = file_path(file, buf, PAGE_SIZE - 1); in show_faulting_vma()
/linux-4.4.14/arch/tile/mm/
Delf.c59 path = file_path(exe_file, buf, PAGE_SIZE); in notify_exec()
/linux-4.4.14/include/linux/
Defi.h704 u32 file_path; member
720 u64 file_path; member
736 void *file_path; member
Dfs.h2548 extern char *file_path(struct file *, char *, int);
/linux-4.4.14/drivers/usb/gadget/function/
Dstorage_common.c344 p = file_path(curlun->filp, buf, PAGE_SIZE - 1); in fsg_show_file()
Df_mass_storage.c2914 p = file_path(lun->filp, pathbuf, PATH_MAX); in fsg_common_create_lun()
/linux-4.4.14/fs/
Dopen.c828 char *file_path(struct file *filp, char *buf, int buflen) in file_path() function
832 EXPORT_SYMBOL(file_path);
Dcoredump.c146 path = file_path(exe_file, pathbuf, PATH_MAX); in cn_print_exe_file()
Dbinfmt_elf.c1543 filename = file_path(file, name_curpos, remaining); in fill_files_note()
/linux-4.4.14/arch/tile/kernel/
Dstack.c335 p = file_path(vma->vm_file, buf, bufsize); in describe_addr()
/linux-4.4.14/arch/blackfin/kernel/
Dtrace.c139 char *d_name = file_path(file, _tmpbuf, in decode_address()
/linux-4.4.14/drivers/block/
Dloop.c743 p = file_path(lo->lo_backing_file, buf, PAGE_SIZE - 1); in loop_attr_backing_file_show()
/linux-4.4.14/drivers/md/
Dbitmap.c850 ptr = file_path(bitmap->storage.file, in bitmap_file_kick()
Dmd.c5896 ptr = file_path(mddev->bitmap_info.file, file->pathname, in get_bitmap_file()
/linux-4.4.14/mm/
Dmemory.c3819 p = file_path(f, buf, PAGE_SIZE); in print_vma_addr()
/linux-4.4.14/fs/ext4/
Dsuper.c466 path = file_path(file, pathname, sizeof(pathname)); in __ext4_error_file()
/linux-4.4.14/kernel/events/
Dcore.c6035 name = file_path(file, buf, PATH_MAX - sizeof(u64)); in perf_event_mmap_event()