| /OK3568_Linux_fs/yocto/poky/meta/recipes-connectivity/bind/bind-9.18.11/ |
| H A D | init.d-add-support-for-read-only-rootfs.patch | 47 + newdir=$2 49 + cp -a $newdir/* $olddir 50 + mount --bind $olddir $newdir
|
| /OK3568_Linux_fs/kernel/fs/fuse/ |
| H A D | dir.c | 916 struct inode *newdir, struct dentry *newent, in fuse_rename_common() argument 925 inarg.newdir = get_node_id(newdir); in fuse_rename_common() 948 if (olddir != newdir) in fuse_rename_common() 949 fuse_dir_changed(newdir); in fuse_rename_common() 972 struct inode *newdir, struct dentry *newent, in fuse_rename2() argument 988 err = fuse_rename_common(olddir, oldent, newdir, newent, flags, in fuse_rename2() 996 err = fuse_rename_common(olddir, oldent, newdir, newent, 0, in fuse_rename2() 1004 static int fuse_link(struct dentry *entry, struct inode *newdir, in fuse_link() argument 1021 err = create_new_entry(fm, &args, newdir, newent, inode->i_mode); in fuse_link()
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/libc/usr/include/linux/ |
| H A D | fuse.h | 468 uint64_t newdir; member 472 uint64_t newdir; member
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/libc/usr/include/linux/ |
| H A D | fuse.h | 468 uint64_t newdir; member 472 uint64_t newdir; member
|
| /OK3568_Linux_fs/kernel/include/uapi/linux/ |
| H A D | fuse.h | 563 uint64_t newdir; member 567 uint64_t newdir; member
|
| /OK3568_Linux_fs/yocto/poky/meta/lib/oeqa/selftest/cases/ |
| H A D | devtool.py | 1769 newdir = os.path.join(recipedir, recipe + '-' + newversion) 1771 …self.assertExists(os.path.join(newdir, patchfn), 'Patch file should have been copied into new dire… 1772 …self.assertNotExists(os.path.join(newdir, backportedpatchfn), 'Backported patch file should not ha… 1773 …self.assertExists(os.path.join(newdir, '0002-Add-a-comment-to-the-code.patch'), 'New patch file sh… 1800 newdir = os.path.join(newrecipedir, recipe + '-' + newversion) 1802 …self.assertExists(os.path.join(newdir, patchfn), 'Patch file should have been copied into new dire… 1803 …self.assertNotExists(os.path.join(newdir, backportedpatchfn), 'Backported patch file should not ha… 1804 …self.assertExists(os.path.join(newdir, '0002-Add-a-comment-to-the-code.patch'), 'New patch file sh… 1879 newdir = os.path.join(appenddir, recipe) 1880 files = os.listdir(newdir)
|
| /OK3568_Linux_fs/yocto/poky/scripts/lib/devtool/ |
| H A D | upgrade.py | 65 newdir = olddir.replace(oldpv, newpv) 66 if olddir != newdir: 67 shutil.move(os.path.join(path, olddir), os.path.join(path, newdir))
|
| /OK3568_Linux_fs/u-boot/fs/yaffs2/ |
| H A D | yaffsfs.c | 1482 struct yaffs_obj *newdir = NULL; in yaffs_rename() local 1517 newdir = yaffsfs_FindDirectory(NULL, newPath, &newname, 0, in yaffs_rename() 1531 if ((!olddir && notOldDir) || (!newdir && notNewDir)) { in yaffs_rename() 1541 } else if (!olddir || !newdir || !obj) { in yaffs_rename() 1550 } else if (olddir->my_dev != newdir->my_dev) { in yaffs_rename() 1562 struct yaffs_obj *xx = newdir; in yaffs_rename() 1574 result = yaffs_rename_obj(olddir, oldname, newdir, newname); in yaffs_rename()
|
| /OK3568_Linux_fs/kernel/fs/exfat/ |
| H A D | namei.c | 1183 struct exfat_chain olddir, newdir; in __exfat_rename() local 1256 ret = exfat_resolve_path(new_parent_inode, new_path, &newdir, in __exfat_rename() 1263 if (olddir.dir == newdir.dir) in __exfat_rename() 1268 &newdir, &uni_name, ei); in __exfat_rename()
|
| /OK3568_Linux_fs/kernel/fs/overlayfs/ |
| H A D | overlayfs.h | 213 struct inode *newdir, struct dentry *newdentry, in ovl_do_rename() argument 219 err = vfs_rename(olddir, olddentry, newdir, newdentry, NULL, flags); in ovl_do_rename()
|
| H A D | dir.c | 696 static int ovl_link(struct dentry *old, struct inode *newdir, in ovl_link() argument 1077 struct inode *newdir, struct dentry *new, in ovl_rename() argument 1093 bool samedir = olddir == newdir; in ovl_rename()
|
| /OK3568_Linux_fs/kernel/fs/nfs/ |
| H A D | nfs4trace.h | 1371 const struct inode *newdir, 1376 TP_ARGS(olddir, oldname, newdir, newname, error), 1383 __field(u64, newdir) 1390 __entry->newdir = NFS_FILEID(newdir); 1405 (unsigned long long)__entry->newdir,
|
| /OK3568_Linux_fs/u-boot/common/ |
| H A D | cli_hush.c | 561 char *newdir; in builtin_cd() local 563 newdir = env_get("HOME"); in builtin_cd() 565 newdir = child->argv[1]; in builtin_cd() 566 if (chdir(newdir)) { in builtin_cd() 567 printf("cd: %s: %s\n", newdir, strerror(errno)); in builtin_cd()
|
| /OK3568_Linux_fs/kernel/Documentation/x86/ |
| H A D | resctrl_ui.rst | 583 it in debugfs as /sys/kernel/debug/resctrl/<newdir>. A single
|