Home
last modified time | relevance | path

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

/Linux-v4.19/arch/arc/kernel/
Dtroubleshoot.c75 path_nm = file_path(exe_file, buf, 255); in print_task_path_n_nm()
100 nm = file_path(vma->vm_file, buf, PAGE_SIZE - 1); in show_faulting_vma()
/Linux-v4.19/lib/
Dstring_helpers.c619 pathname = file_path(file, temp, PATH_MAX + 11); in kstrdup_quotable_file()
/Linux-v4.19/include/linux/
Defi.h796 u32 file_path; member
812 u64 file_path; member
828 void *file_path; member
Dfs.h2884 extern char *file_path(struct file *, char *, int);
/Linux-v4.19/drivers/usb/gadget/function/
Dstorage_common.c338 p = file_path(curlun->filp, buf, PAGE_SIZE - 1); in fsg_show_file()
Df_mass_storage.c2791 p = file_path(lun->filp, pathbuf, PATH_MAX); in fsg_common_create_lun()
/Linux-v4.19/fs/
Dopen.c865 char *file_path(struct file *filp, char *buf, int buflen) in file_path() function
869 EXPORT_SYMBOL(file_path);
Dcoredump.c171 path = file_path(exe_file, pathbuf, PATH_MAX); in cn_print_exe_file()
Ddirect-io.c234 path = file_path(filp, pathname, sizeof(pathname)); in dio_warn_stale_pagecache()
Dbinfmt_elf.c1638 filename = file_path(file, name_curpos, remaining); in fill_files_note()
/Linux-v4.19/drivers/block/zram/
Dzram_drv.c322 p = file_path(file, buf, PAGE_SIZE - 1); in backing_dev_show()
/Linux-v4.19/drivers/block/
Dloop.c770 p = file_path(lo->lo_backing_file, buf, PAGE_SIZE - 1); in loop_attr_backing_file_show()
/Linux-v4.19/drivers/md/
Dmd-bitmap.c875 ptr = file_path(bitmap->storage.file, in md_bitmap_file_kick()
Dmd.c6283 ptr = file_path(mddev->bitmap_info.file, file->pathname, in get_bitmap_file()
/Linux-v4.19/mm/
Dmemory.c4550 p = file_path(f, buf, PAGE_SIZE); in print_vma_addr()
/Linux-v4.19/fs/ext4/
Dsuper.c536 path = file_path(file, pathname, sizeof(pathname)); in __ext4_error_file()
/Linux-v4.19/kernel/events/
Dcore.c7265 name = file_path(file, buf, PATH_MAX - sizeof(u64)); in perf_event_mmap_event()