Home
last modified time | relevance | path

Searched refs:newname (Results 1 – 7 of 7) sorted by relevance

/fs/ncpfs/
Dioctl.c642 void* newname; in __ncp_ioctl() local
664 newname = memdup_user(user.object_name, in __ncp_ioctl()
666 if (IS_ERR(newname)) in __ncp_ioctl()
667 return PTR_ERR(newname); in __ncp_ioctl()
669 newname = NULL; in __ncp_ioctl()
678 server->auth.object_name = newname; in __ncp_ioctl()
/fs/nfs/
Dnfs4trace.h895 const struct qstr *newname,
899 TP_ARGS(olddir, oldname, newdir, newname, error),
907 __string(newname, newname->name)
916 __assign_str(newname, newname->name);
929 __get_str(newname)
Dnfs4xdr.c1630 …e(struct xdr_stream *xdr, const struct qstr *oldname, const struct qstr *newname, struct compound_… in encode_rename() argument
1634 encode_string(xdr, newname->len, newname->name); in encode_rename()
/fs/ceph/
Dxattr.c959 char *newname = NULL; in __ceph_setxattr() local
978 newname = kmemdup(name, name_len + 1, GFP_NOFS); in __ceph_setxattr()
979 if (!newname) in __ceph_setxattr()
1033 err = __set_xattr(ci, newname, name_len, newval, val_len, in __ceph_setxattr()
1067 kfree(newname); in __ceph_setxattr()
/fs/ocfs2/
Drefcounttree.h116 const char __user *newname,
Drefcounttree.c4406 const char __user *newname, in ocfs2_reflink_ioctl() argument
4422 new_dentry = user_path_create(AT_FDCWD, newname, &new_path, 0); in ocfs2_reflink_ioctl()
/fs/
Dnamei.c4159 int, newdfd, const char __user *, newname) in SYSCALL_DEFINE3() argument
4171 dentry = user_path_create(newdfd, newname, &path, lookup_flags); in SYSCALL_DEFINE3()
4189 SYSCALL_DEFINE2(symlink, const char __user *, oldname, const char __user *, newname) in SYSCALL_DEFINE2() argument
4191 return sys_symlinkat(oldname, AT_FDCWD, newname); in SYSCALL_DEFINE2()
4290 int, newdfd, const char __user *, newname, int, flags) in SYSCALL_DEFINE5() argument
4318 new_dentry = user_path_create(newdfd, newname, &new_path, in SYSCALL_DEFINE5()
4354 SYSCALL_DEFINE2(link, const char __user *, oldname, const char __user *, newname) in SYSCALL_DEFINE2() argument
4356 return sys_linkat(AT_FDCWD, oldname, AT_FDCWD, newname, 0); in SYSCALL_DEFINE2()
4547 int, newdfd, const char __user *, newname, unsigned int, flags) in SYSCALL_DEFINE5() argument
4582 to = user_path_parent(newdfd, newname, in SYSCALL_DEFINE5()
[all …]