/openbmc/openbmc/poky/meta/recipes-connectivity/bind/bind/ |
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
|
/openbmc/linux/fs/fuse/ |
H A D | dir.c | 1019 struct inode *newdir, struct dentry *newent, in fuse_rename_common() argument 1028 inarg.newdir = get_node_id(newdir); in fuse_rename_common() 1048 if (olddir != newdir) in fuse_rename_common() 1049 fuse_dir_changed(newdir); in fuse_rename_common() 1069 struct dentry *oldent, struct inode *newdir, in fuse_rename2() argument 1085 err = fuse_rename_common(olddir, oldent, newdir, newent, flags, in fuse_rename2() 1093 err = fuse_rename_common(olddir, oldent, newdir, newent, 0, in fuse_rename2() 1101 static int fuse_link(struct dentry *entry, struct inode *newdir, in fuse_link() argument 1118 err = create_new_entry(fm, &args, newdir, newent, inode->i_mode); in fuse_link()
|
/openbmc/qemu/hw/9pfs/ |
H A D | 9p-local.c | 1271 const char *old_name, V9fsPath *newdir, in local_renameat() argument 1289 ndirfd = local_opendir_nofollow(ctx, newdir->data); in local_renameat() 1353 V9fsPath olddir, newdir; in local_rename() local 1356 v9fs_path_init_dirname(&newdir, newpath); in local_rename() 1358 err = local_renameat(ctx, &olddir, oname, &newdir, nname); in local_rename() 1360 v9fs_path_free(&newdir); in local_rename()
|
H A D | 9p-synth.c | 518 const char *old_name, V9fsPath *newdir, in synth_renameat() argument
|
H A D | 9p.c | 3335 V9fsPath *newdir, in v9fs_fix_fid_paths() argument 3351 err = v9fs_co_name_to_path(pdu, newdir, new_name->data, &newpath); in v9fs_fix_fid_paths()
|
/openbmc/qemu/fsdev/ |
H A D | file-op-9p.h | 165 V9fsPath *newdir, const char *new_name);
|
/openbmc/linux/include/uapi/linux/ |
H A D | fuse.h | 717 uint64_t newdir; member 721 uint64_t newdir; member
|
/openbmc/qemu/include/standard-headers/linux/ |
H A D | fuse.h | 733 uint64_t newdir; member 737 uint64_t newdir; member
|
/openbmc/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()
|
/openbmc/linux/fs/exfat/ |
H A D | namei.c | 1173 struct exfat_chain olddir, newdir; in __exfat_rename() local 1237 ret = exfat_resolve_path(new_parent_inode, new_path, &newdir, in __exfat_rename() 1244 if (olddir.dir == newdir.dir) in __exfat_rename() 1249 &newdir, &uni_name, ei); in __exfat_rename()
|
/openbmc/openbmc/poky/scripts/lib/devtool/ |
H A D | upgrade.py | 67 newdir = olddir.replace(oldpv, newpv) 68 if olddir != newdir: 69 shutil.move(os.path.join(path, olddir), os.path.join(path, newdir))
|
/openbmc/openbmc/poky/meta/lib/oeqa/selftest/cases/ |
H A D | devtool.py | 2196 newdir = os.path.join(recipedir, recipe + '-' + newversion) 2198 …self.assertExists(os.path.join(newdir, patchfn), 'Patch file should have been copied into new dire… 2199 …self.assertNotExists(os.path.join(newdir, backportedpatchfn), 'Backported patch file should not ha… 2200 …self.assertExists(os.path.join(newdir, '0002-Add-a-comment-to-the-code.patch'), 'New patch file sh… 2227 newdir = os.path.join(newrecipedir, recipe + '-' + newversion) 2229 …self.assertExists(os.path.join(newdir, patchfn), 'Patch file should have been copied into new dire… 2230 …self.assertNotExists(os.path.join(newdir, backportedpatchfn), 'Backported patch file should not ha… 2231 …self.assertExists(os.path.join(newdir, '0002-Add-a-comment-to-the-code.patch'), 'New patch file sh… 2306 newdir = os.path.join(appenddir, recipe) 2307 files = os.listdir(newdir)
|
/openbmc/linux/fs/overlayfs/ |
H A D | dir.c | 694 static int ovl_link(struct dentry *old, struct inode *newdir, in ovl_link() argument 1075 struct dentry *old, struct inode *newdir, in ovl_rename() argument 1091 bool samedir = olddir == newdir; in ovl_rename()
|
H A D | overlayfs.h | 341 struct dentry *olddentry, struct inode *newdir, in ovl_do_rename() argument 350 .new_dir = newdir, in ovl_do_rename()
|
/openbmc/linux/fs/nfs/ |
H A D | nfs4trace.h | 1108 const struct inode *newdir, 1113 TP_ARGS(olddir, oldname, newdir, newname, error), 1120 __field(u64, newdir) 1127 __entry->newdir = NFS_FILEID(newdir); 1142 (unsigned long long)__entry->newdir,
|
/openbmc/u-boot/common/ |
H A D | cli_hush.c | 560 char *newdir; in builtin_cd() local 562 newdir = env_get("HOME"); in builtin_cd() 564 newdir = child->argv[1]; in builtin_cd() 565 if (chdir(newdir)) { in builtin_cd() 566 printf("cd: %s: %s\n", newdir, strerror(errno)); in builtin_cd()
|
/openbmc/linux/Documentation/arch/x86/ |
H A D | resctrl.rst | 733 it in debugfs as /sys/kernel/debug/resctrl/<newdir>. A single
|