Home
last modified time | relevance | path

Searched refs:d_path (Results 1 – 24 of 24) sorted by relevance

/linux-4.1.27/arch/arc/kernel/
Dtroubleshoot.c73 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/
Delf.c59 path = d_path(&exe_file->f_path, buf, PAGE_SIZE); in notify_exec()
/linux-4.1.27/lib/
Dseq_buf.c269 char *p = d_path(path, buf, size);
/linux-4.1.27/fs/
Ddcookies.c180 path = d_path(&dcs->path, kbuf, PAGE_SIZE); in SYSCALL_DEFINE3()
Dcoredump.c145 path = d_path(&exe_file->f_path, pathbuf, PATH_MAX); in cn_print_exe_file()
Dseq_file.c477 char *p = d_path(path, buf, size); in seq_path()
Ddcache.c3070 char *d_path(const struct path *path, char *buf, int buflen) in d_path() function
3100 EXPORT_SYMBOL(d_path);
Dbinfmt_elf.c1533 filename = d_path(&file->f_path, name_curpos, remaining); in fill_files_note()
/linux-4.1.27/include/linux/
Ddcache.h335 extern char *d_path(const struct path *, char *, int);
/linux-4.1.27/drivers/usb/gadget/function/
Dstorage_common.c344 p = d_path(&curlun->filp->f_path, buf, PAGE_SIZE - 1); in fsg_show_file()
Df_mass_storage.c2915 p = d_path(&lun->filp->f_path, pathbuf, PATH_MAX); in fsg_common_create_lun()
/linux-4.1.27/arch/tile/kernel/
Dstack.c337 p = d_path(&vma->vm_file->f_path, buf, bufsize); in describe_addr()
/linux-4.1.27/fs/ext4/
Dfile.c273 cp = d_path(&path, buf, sizeof(buf)); in ext4_file_open()
Dsuper.c474 path = d_path(&(file->f_path), pathname, sizeof(pathname)); in __ext4_error_file()
/linux-4.1.27/arch/blackfin/kernel/
Dtrace.c139 char *d_name = d_path(&file->f_path, _tmpbuf, in decode_address()
/linux-4.1.27/fs/nfsd/
Dexport.c328 pth = d_path(&exp->ex_path, *bpp, *blen); in svc_export_request()
/linux-4.1.27/kernel/
Daudit.c1630 p = d_path(path, pathname, PATH_MAX+11); in audit_log_d_path()
/linux-4.1.27/drivers/block/
Dloop.c569 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/
Dbitmap.c851 ptr = d_path(&bitmap->storage.file->f_path, in bitmap_file_kick()
Dmd.c5756 else if ((ptr = d_path(&mddev->bitmap_info.file->f_path, in get_bitmap_file()
/linux-4.1.27/fs/proc/
Dbase.c1410 pathname = d_path(path, tmp, PAGE_SIZE); in do_proc_readlink()
/linux-4.1.27/mm/
Dmemory.c3743 p = d_path(&f->f_path, buf, PAGE_SIZE); in print_vma_addr()
/linux-4.1.27/Documentation/filesystems/
Dvfs.txt1014 appropriate SMP safety is used. CAUTION : d_path() logic is quite
/linux-4.1.27/kernel/events/
Dcore.c5850 name = d_path(&file->f_path, buf, PATH_MAX - sizeof(u64)); in perf_event_mmap_event()