Searched refs:f_path (Results 1 – 13 of 13) sorted by relevance
/third_party/ltp/testcases/kernel/fs/doio/ |
D | iogen.c | 93 char f_path[MAX_FNAME_LENGTH + 1]; /* file name (full path) */ member 520 File_List[i].f_path, File_List[i].f_length, in startup_info() 764 strcpy(req->r_data.read.r_file, fptr->f_path); in form_iorequest() 778 strcpy(req->r_data.write.r_file, fptr->f_path); in form_iorequest() 809 strcpy(req->r_data.io.r_file, fptr->f_path); in form_iorequest() 826 strcpy(req->r_data.io.r_file, fptr->f_path); in form_iorequest() 852 strcpy(req->r_data.io.r_file, fptr->f_path); in form_iorequest() 911 strcpy(req->r_data.listio.r_file, fptr->f_path); in form_iorequest() 964 if (stat(rec->f_path, &sbuf) == -1) { in get_file_info() 967 TagName, rec->f_path, SYSERR); in get_file_info() [all …]
|
/third_party/musl/porting/liteos_a/user_debug/src/malloc/ |
D | memory_check.c | 30 char *f_path; member 215 if (!mem_stat.f_path) { in file_path_init() 219 pos = strrchr(mem_stat.f_path, '/'); in file_path_init() 221 len = pos - mem_stat.f_path + 1; in file_path_init() 222 strncpy(mem_stat.f_path_buf, mem_stat.f_path, PATH_MAX - 1); in file_path_init() 225 snprintf(mem_stat.f_path_buf, PATH_MAX, "pid(%d)_%s", getpid(), mem_stat.f_path); in file_path_init() 724 void mem_check_init(char *f_path) in mem_check_init() argument 733 if (!f_path) { in mem_check_init() 737 if (strlen(f_path) > (PATH_MAX - PREFIX_PLACE_HOLDER - 1)) { in mem_check_init() 738 printf("file name: %s is too long, %s\n", f_path, string); in mem_check_init() [all …]
|
/third_party/uboot/u-boot-2020.01/fs/ubifs/ |
D | ubifs.c | 291 struct inode *dir = file->f_path.dentry->d_inode; in ubifs_printdir() 399 file->f_path.dentry = dentry; in ubifs_finddir() 400 file->f_path.dentry->d_parent = dentry; in ubifs_finddir() 401 file->f_path.dentry->d_inode = dir; in ubifs_finddir() 402 file->f_path.dentry->d_inode->i_ino = root_inum; in ubifs_finddir() 596 file->f_path.dentry = dentry; in ubifs_ls() 597 file->f_path.dentry->d_parent = dentry; in ubifs_ls() 598 file->f_path.dentry->d_inode = dir; in ubifs_ls() 599 file->f_path.dentry->d_inode->i_ino = inum; in ubifs_ls()
|
D | debug.c | 2728 struct dentry *dent = file->f_path.dentry; in dfs_file_read() 2784 struct dentry *dent = file->f_path.dentry; in dfs_file_write() 2799 if (file->f_path.dentry == d->dfs_dump_lprops) { in dfs_file_write() 2803 if (file->f_path.dentry == d->dfs_dump_budg) { in dfs_file_write() 2807 if (file->f_path.dentry == d->dfs_dump_tnc) { in dfs_file_write() 2983 struct dentry *dent = file->f_path.dentry; in dfs_global_file_read() 3007 struct dentry *dent = file->f_path.dentry; in dfs_global_file_write()
|
D | ubifs.h | 430 struct path f_path; member 431 #define f_dentry f_path.dentry 432 #define f_vfsmnt f_path.mnt
|
/third_party/musl/porting/liteos_a/user_debug/include/ |
D | debug.h | 19 void mem_check_init(char *f_path);
|
/third_party/NuttX/fs/vfs/ |
D | fs_dupfd.c | 82 if ((filep->f_vnode == NULL) || (filep->f_path == NULL)) in file_dup()
|
D | fs_open.c | 113 if ((file == NULL) || (file->f_vnode == NULL) || (file->f_path == NULL)) in get_path_from_fd() 118 copypath = strdup((const char*)file->f_path); in get_path_from_fd()
|
/third_party/NuttX/fs/inode/ |
D | fs_files.c | 222 PRINTK("Removing bchar device %s failed\n", filep->f_path); in _files_close() 363 filep2->f_path = filep1->f_path; in file_dup2() 453 filep->f_path = vnode_ptr->filePath; in files_allocate()
|
/third_party/NuttX/fs/vfs/include/ |
D | file.h | 95 char *f_path; /* File fullpath */ member
|
/third_party/uboot/u-boot-2020.01/drivers/mtd/ubi/ |
D | debug.c | 255 struct dentry *dent = file->f_path.dentry; in dfs_file_read() 318 struct dentry *dent = file->f_path.dentry; in dfs_file_write()
|
/third_party/toybox/toys/pending/ |
D | diff.c | 472 char *tmp = NULL, *ptr, *f_path = dirtree_path(node, NULL); in skip() local 475 ptr = f_path; in skip() 482 free(f_path); in skip()
|
/third_party/FreeBSD/sys/dev/usb/ |
D | usb_dev.c | 794 DPRINTFN(2, "%s fflags=0x%08x\n", filep->f_path, fflags); in usb_open()
|