/linux-4.1.27/arch/arc/kernel/ |
D | troubleshoot.c | 73 path_nm = d_path(&path, buf, 255); in print_task_path_n_nm() 103 nm = d_path(path, buf, PAGE_SIZE - 1); in show_faulting_vma()
|
/linux-4.1.27/arch/tile/mm/ |
D | elf.c | 59 path = d_path(&exe_file->f_path, buf, PAGE_SIZE); in notify_exec()
|
/linux-4.1.27/lib/ |
D | seq_buf.c | 269 char *p = d_path(path, buf, size);
|
/linux-4.1.27/fs/ |
D | dcookies.c | 180 path = d_path(&dcs->path, kbuf, PAGE_SIZE); in SYSCALL_DEFINE3()
|
D | coredump.c | 145 path = d_path(&exe_file->f_path, pathbuf, PATH_MAX); in cn_print_exe_file()
|
D | seq_file.c | 477 char *p = d_path(path, buf, size); in seq_path()
|
D | dcache.c | 3070 char *d_path(const struct path *path, char *buf, int buflen) in d_path() function 3100 EXPORT_SYMBOL(d_path);
|
D | binfmt_elf.c | 1533 filename = d_path(&file->f_path, name_curpos, remaining); in fill_files_note()
|
/linux-4.1.27/include/linux/ |
D | dcache.h | 335 extern char *d_path(const struct path *, char *, int);
|
/linux-4.1.27/drivers/usb/gadget/function/ |
D | storage_common.c | 344 p = d_path(&curlun->filp->f_path, buf, PAGE_SIZE - 1); in fsg_show_file()
|
D | f_mass_storage.c | 2915 p = d_path(&lun->filp->f_path, pathbuf, PATH_MAX); in fsg_common_create_lun()
|
/linux-4.1.27/arch/tile/kernel/ |
D | stack.c | 337 p = d_path(&vma->vm_file->f_path, buf, bufsize); in describe_addr()
|
/linux-4.1.27/fs/ext4/ |
D | file.c | 273 cp = d_path(&path, buf, sizeof(buf)); in ext4_file_open()
|
D | super.c | 474 path = d_path(&(file->f_path), pathname, sizeof(pathname)); in __ext4_error_file()
|
/linux-4.1.27/arch/blackfin/kernel/ |
D | trace.c | 139 char *d_name = d_path(&file->f_path, _tmpbuf, in decode_address()
|
/linux-4.1.27/fs/nfsd/ |
D | export.c | 328 pth = d_path(&exp->ex_path, *bpp, *blen); in svc_export_request()
|
/linux-4.1.27/kernel/ |
D | audit.c | 1630 p = d_path(path, pathname, PATH_MAX+11); in audit_log_d_path()
|
/linux-4.1.27/drivers/block/ |
D | loop.c | 569 p = d_path(&lo->lo_backing_file->f_path, buf, PAGE_SIZE - 1); in loop_attr_backing_file_show()
|
/linux-4.1.27/drivers/md/ |
D | bitmap.c | 851 ptr = d_path(&bitmap->storage.file->f_path, in bitmap_file_kick()
|
D | md.c | 5756 else if ((ptr = d_path(&mddev->bitmap_info.file->f_path, in get_bitmap_file()
|
/linux-4.1.27/fs/proc/ |
D | base.c | 1410 pathname = d_path(path, tmp, PAGE_SIZE); in do_proc_readlink()
|
/linux-4.1.27/mm/ |
D | memory.c | 3743 p = d_path(&f->f_path, buf, PAGE_SIZE); in print_vma_addr()
|
/linux-4.1.27/Documentation/filesystems/ |
D | vfs.txt | 1014 appropriate SMP safety is used. CAUTION : d_path() logic is quite
|
/linux-4.1.27/kernel/events/ |
D | core.c | 5850 name = d_path(&file->f_path, buf, PATH_MAX - sizeof(u64)); in perf_event_mmap_event()
|