Home
last modified time | relevance | path

Searched defs:newname (Results 1 – 6 of 6) sorted by relevance

/fs/
Dinit.c166 int __init init_link(const char *oldname, const char *newname) in init_link()
201 int __init init_symlink(const char *oldname, const char *newname) in init_symlink()
Dnamei.c4473 int, newdfd, const char __user *, newname) in SYSCALL_DEFINE3() argument
4478 SYSCALL_DEFINE2(symlink, const char __user *, oldname, const char __user *, newname) in SYSCALL_DEFINE2() argument
4654 int, newdfd, const char __user *, newname, int, flags) in SYSCALL_DEFINE5() argument
4660 SYSCALL_DEFINE2(link, const char __user *, oldname, const char __user *, newname) in SYSCALL_DEFINE2() argument
5016 int, newdfd, const char __user *, newname, unsigned int, flags) in SYSCALL_DEFINE5() argument
5023 int, newdfd, const char __user *, newname) in SYSCALL_DEFINE4() argument
5029 SYSCALL_DEFINE2(rename, const char __user *, oldname, const char __user *, newname) in SYSCALL_DEFINE2() argument
/fs/ksmbd/
Dvfs.c632 const char *newname) in ksmbd_vfs_link()
679 char *newname, int flags) in ksmbd_vfs_rename()
/fs/ceph/
Dxattr.c1133 char *newname = NULL; in __ceph_setxattr() local
/fs/ocfs2/
Drefcounttree.c4420 const char __user *newname, in ocfs2_reflink_ioctl()
/fs/nfs/
Dnfs4xdr.c1663 …ode_rename(struct xdr_stream *xdr, const struct qstr *oldname, const struct qstr *newname, struct … in encode_rename()