Searched defs:oldpath (Results 1 – 12 of 12) sorted by relevance
/openbmc/linux/io_uring/ |
H A D | fs.c | 22 struct filename *oldpath; member 45 struct filename *oldpath; member 201 const char __user *oldpath, *newpath; in io_symlinkat_prep() local
|
/openbmc/qemu/hw/9pfs/ |
H A D | cofs.c | 269 int coroutine_fn v9fs_co_rename(V9fsPDU *pdu, V9fsPath *oldpath, in v9fs_co_rename() 310 V9fsString *name, const char *oldpath, in v9fs_co_symlink()
|
H A D | 9p-proxy.c | 339 V9fsString *path, *oldpath; in v9fs_request() local 860 static int proxy_symlink(FsContext *fs_ctx, const char *oldpath, in proxy_symlink() 883 static int proxy_link(FsContext *ctx, V9fsPath *oldpath, in proxy_link() 913 static int proxy_rename(FsContext *ctx, const char *oldpath, in proxy_rename()
|
H A D | 9p-synth.c | 386 static int synth_symlink(FsContext *fs_ctx, const char *oldpath, in synth_symlink() 393 static int synth_link(FsContext *fs_ctx, V9fsPath *oldpath, in synth_link() 400 static int synth_rename(FsContext *ctx, const char *oldpath, in synth_rename()
|
H A D | 9p-local.c | 879 static int local_symlink(FsContext *fs_ctx, const char *oldpath, in local_symlink() 955 static int local_link(FsContext *ctx, V9fsPath *oldpath, in local_link() 1347 static int local_rename(FsContext *ctx, const char *oldpath, in local_rename()
|
H A D | 9p.c | 3337 V9fsPath oldpath, newpath; in v9fs_fix_fid_paths() local
|
/openbmc/linux/tools/testing/selftests/openat2/ |
H A D | helpers.c | 39 int sys_renameat2(int olddirfd, const char *oldpath, in sys_renameat2()
|
/openbmc/qemu/fsdev/ |
H A D | virtfs-proxy-helper.c | 643 V9fsString oldpath, path; in do_create_others() local 871 V9fsString oldpath, path; in process_requests() local
|
/openbmc/linux/tools/testing/selftests/landlock/ |
H A D | fs_test.c | 29 int renameat2(int olddirfd, const char *oldpath, int newdirfd, in renameat2() 1957 static int test_rename(const char *const oldpath, const char *const newpath) in test_rename() 1964 static int test_exchange(const char *const oldpath, const char *const newpath) in test_exchange()
|
/openbmc/linux/fs/overlayfs/ |
H A D | copy_up.c | 76 int ovl_copy_xattr(struct super_block *sb, const struct path *oldpath, struct dentry *new) in ovl_copy_xattr()
|
/openbmc/u-boot/fs/yaffs2/ |
H A D | yaffsfs.c | 2986 int yaffs_symlink(const YCHAR *oldpath, const YCHAR *newpath) in yaffs_symlink() 3070 int yaffs_link(const YCHAR *oldpath, const YCHAR *linkpath) in yaffs_link()
|
/openbmc/linux/fs/smb/server/ |
H A D | vfs.c | 639 struct path oldpath, newpath; in ksmbd_vfs_link() local
|