Home
last modified time | relevance | path

Searched refs:newdir (Results 1 – 18 of 18) sorted by relevance

/openbmc/openbmc/poky/meta/recipes-connectivity/bind/bind/
H A Dinit.d-add-support-for-read-only-rootfs.patch47 + newdir=$2
49 + cp -a $newdir/* $olddir
50 + mount --bind $olddir $newdir
/openbmc/linux/fs/fuse/
H A Ddir.c1019 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 D9p-local.c1271 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 D9p-synth.c518 const char *old_name, V9fsPath *newdir, in synth_renameat() argument
H A D9p-proxy.c1080 const char *old_name, V9fsPath *newdir, in proxy_renameat() argument
1090 v9fs_string_sprintf(&new_full_name, "%s/%s", newdir->data, new_name); in proxy_renameat()
H A D9p.c3328 V9fsPath *newdir, in v9fs_fix_fid_paths() argument
3344 err = v9fs_co_name_to_path(pdu, newdir, new_name->data, &newpath); in v9fs_fix_fid_paths()
/openbmc/qemu/fsdev/
H A Dfile-op-9p.h165 V9fsPath *newdir, const char *new_name);
/openbmc/qemu/include/standard-headers/linux/
H A Dfuse.h711 uint64_t newdir; member
715 uint64_t newdir; member
/openbmc/linux/include/uapi/linux/
H A Dfuse.h717 uint64_t newdir; member
721 uint64_t newdir; member
/openbmc/u-boot/fs/yaffs2/
H A Dyaffsfs.c1482 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/openbmc/poky/scripts/lib/devtool/
H A Dupgrade.py67 newdir = olddir.replace(oldpv, newpv)
68 if olddir != newdir:
69 shutil.move(os.path.join(path, olddir), os.path.join(path, newdir))
/openbmc/linux/fs/exfat/
H A Dnamei.c1172 struct exfat_chain olddir, newdir; in __exfat_rename() local
1236 ret = exfat_resolve_path(new_parent_inode, new_path, &newdir, in __exfat_rename()
1243 if (olddir.dir == newdir.dir) in __exfat_rename()
1248 &newdir, &uni_name, ei); in __exfat_rename()
/openbmc/openbmc/poky/meta/lib/oeqa/selftest/cases/
H A Ddevtool.py2111 newdir = os.path.join(recipedir, recipe + '-' + newversion)
2113 …self.assertExists(os.path.join(newdir, patchfn), 'Patch file should have been copied into new dire…
2114 …self.assertNotExists(os.path.join(newdir, backportedpatchfn), 'Backported patch file should not ha…
2115 …self.assertExists(os.path.join(newdir, '0002-Add-a-comment-to-the-code.patch'), 'New patch file sh…
2142 newdir = os.path.join(newrecipedir, recipe + '-' + newversion)
2144 …self.assertExists(os.path.join(newdir, patchfn), 'Patch file should have been copied into new dire…
2145 …self.assertNotExists(os.path.join(newdir, backportedpatchfn), 'Backported patch file should not ha…
2146 …self.assertExists(os.path.join(newdir, '0002-Add-a-comment-to-the-code.patch'), 'New patch file sh…
2221 newdir = os.path.join(appenddir, recipe)
2222 files = os.listdir(newdir)
/openbmc/linux/fs/overlayfs/
H A Ddir.c694 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 Doverlayfs.h341 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 Dnfs4trace.h1108 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 Dcli_hush.c560 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 Dresctrl.rst733 it in debugfs as /sys/kernel/debug/resctrl/<newdir>. A single