Searched refs:new_file (Results 1 – 11 of 11) sorted by relevance
| /OK3568_Linux_fs/yocto/poky/scripts/contrib/ |
| H A D | convert-spdx-licenses.py | 104 with os.fdopen(fh, 'w') as new_file: 108 new_file.write(line) 116 new_file.write(line) 117 new_file.close()
|
| H A D | convert-variable-renames.py | 67 with os.fdopen(fh, 'w') as new_file: 86 new_file.write(line) 87 new_file.close()
|
| H A D | convert-srcuri.py | 32 with os.fdopen(fh, 'w') as new_file: 49 new_file.write(line)
|
| H A D | convert-overrides.py | 107 with os.fdopen(fh, 'w') as new_file: 129 new_file.write(line)
|
| /OK3568_Linux_fs/kernel/scripts/ |
| H A D | mkmultidtb.py | 45 new_file = dtb + value + '.dtb' 47 shutil.copyfile(ori_file, new_file) 48 target_dtb_list += ' ' + new_file
|
| /OK3568_Linux_fs/kernel/fs/incfs/ |
| H A D | pseudo_files.c | 304 struct file *new_file; in init_new_file() local 320 new_file = dentry_open(&path, O_RDWR | O_NOATIME | O_LARGEFILE, in init_new_file() 323 if (IS_ERR(new_file)) { in init_new_file() 324 error = PTR_ERR(new_file); in init_new_file() 328 bfc = incfs_alloc_bfc(mi, new_file); in init_new_file() 329 fput(new_file); in init_new_file() 710 struct file *new_file; in init_new_mapped_file() local 722 new_file = dentry_open(&path, O_RDWR | O_NOATIME | O_LARGEFILE, in init_new_mapped_file() 725 if (IS_ERR(new_file)) { in init_new_mapped_file() 726 error = PTR_ERR(new_file); in init_new_mapped_file() [all …]
|
| /OK3568_Linux_fs/kernel/fs/overlayfs/ |
| H A D | copy_up.c | 137 struct file *new_file; in ovl_copy_up_data() local 153 new_file = ovl_path_open(new, O_LARGEFILE | O_WRONLY); in ovl_copy_up_data() 154 if (IS_ERR(new_file)) { in ovl_copy_up_data() 155 error = PTR_ERR(new_file); in ovl_copy_up_data() 160 cloned = do_clone_file_range(old_file, 0, new_file, 0, len, 0); in ovl_copy_up_data() 213 new_file, &new_pos, in ovl_copy_up_data() 225 error = vfs_fsync(new_file, 0); in ovl_copy_up_data() 226 fput(new_file); in ovl_copy_up_data()
|
| /OK3568_Linux_fs/yocto/poky/meta/recipes-devtools/e2fsprogs/e2fsprogs/ |
| H A D | e2fsprogs-fix-missing-check-for-permission-denied.patch | 26 *last = new_file; 27 last = &new_file->next;
|
| /OK3568_Linux_fs/kernel/fs/notify/fanotify/ |
| H A D | fanotify_user.c | 132 struct file *new_file; in create_fd() local 142 new_file = dentry_open(path, in create_fd() 145 if (IS_ERR(new_file)) { in create_fd() 154 client_fd = PTR_ERR(new_file); in create_fd() 156 *file = new_file; in create_fd()
|
| /OK3568_Linux_fs/yocto/poky/meta/lib/oe/package_manager/deb/ |
| H A D | __init__.py | 319 new_file = re.sub(r"\.dpkg-new", "", file) 320 if file != new_file: 322 os.path.join(root, new_file))
|
| /OK3568_Linux_fs/kernel/drivers/infiniband/core/ |
| H A D | ucma.c | 1610 static ssize_t ucma_migrate_id(struct ucma_file *new_file, in ucma_migrate_id() argument 1655 ctx->file = new_file; in ucma_migrate_id() 1670 mutex_lock(&new_file->mut); in ucma_migrate_id() 1671 list_add_tail(&ctx->list, &new_file->ctx_list); in ucma_migrate_id() 1672 list_splice_tail(&event_list, &new_file->event_list); in ucma_migrate_id() 1673 mutex_unlock(&new_file->mut); in ucma_migrate_id()
|