Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/fs/
Dinit.c166 int __init init_link(const char *oldname, const char *newname) in init_link()
199 int __init init_symlink(const char *oldname, const char *newname) in init_symlink()
Dnamei.c3981 const char __user *newname) in do_symlinkat()
4012 int, newdfd, const char __user *, newname) in SYSCALL_DEFINE3() argument
4017 SYSCALL_DEFINE2(symlink, const char __user *, oldname, const char __user *, newname) in SYSCALL_DEFINE2() argument
4112 const char __user *newname, int flags) in do_linkat()
4177 int, newdfd, const char __user *, newname, int, flags) in SYSCALL_DEFINE5() argument
4182 SYSCALL_DEFINE2(link, const char __user *, oldname, const char __user *, newname) in SYSCALL_DEFINE2() argument
4504 int, newdfd, const char __user *, newname, unsigned int, flags) in SYSCALL_DEFINE5() argument
4511 int, newdfd, const char __user *, newname) in SYSCALL_DEFINE4() argument
4517 SYSCALL_DEFINE2(rename, const char __user *, oldname, const char __user *, newname) in SYSCALL_DEFINE2() argument
/kernel/linux/linux-5.10/drivers/gpu/drm/msm/adreno/
Dadreno_gpu.c138 char *newname; in zap_shader_load_mdt() local
274 char *newname; in adreno_request_fw() local
/kernel/linux/linux-5.10/net/wireless/
Dcore.c93 const char *newname) in cfg80211_dev_check_name()
127 char *newname) in cfg80211_dev_rename()
/kernel/linux/linux-5.10/drivers/misc/
Denclosure.c289 char newname[COMPONENT_NAME_SIZE]; in enclosure_component_alloc() local
/kernel/linux/linux-5.10/include/linux/
Dioport.h240 #define rename_region(region, newname) do { (region)->name = (newname); } while (0) argument
/kernel/linux/linux-5.10/sound/hda/
Dhdac_device.c186 char *newname; in snd_hdac_device_set_chip_name() local
/kernel/linux/linux-5.10/security/smack/
Dsmackfs.c1147 struct sockaddr_in newname; in smk_write_net4addr() local
1410 struct in6_addr newname; in smk_write_net6addr() local
/kernel/linux/linux-5.10/fs/ceph/
Dxattr.c1032 char *newname = NULL; in __ceph_setxattr() local
/kernel/linux/linux-5.10/fs/hmdfs/
Dhmdfs_dentryfile.c1076 static int hmdfs_linkat(struct path *old_path, const char *newname) in hmdfs_linkat()
2754 const char *newpath, const char *newname, in hmdfs_root_rename()
/kernel/linux/linux-5.10/net/9p/
Dclient.c1408 int p9_client_link(struct p9_fid *dfid, struct p9_fid *oldfid, const char *newname) in p9_client_link()
/kernel/liteos_a/fs/fat/os_adapt/
Dfatfs.c1678 …rename(struct Vnode *old_vnode, struct Vnode *new_parent, const char *oldname, const char *newname) in fatfs_rename()
/kernel/linux/linux-5.10/fs/ocfs2/
Drefcounttree.c4422 const char __user *newname, in ocfs2_reflink_ioctl()
/kernel/linux/linux-5.10/sound/pci/hda/
Dpatch_realtek.c2147 const char *newname) in rename_ctl()
/kernel/linux/linux-5.10/net/core/
Ddev.c1296 int dev_change_name(struct net_device *dev, const char *newname) in dev_change_name()
/kernel/linux/linux-5.10/fs/nfs/
Dnfs4xdr.c1651 …ode_rename(struct xdr_stream *xdr, const struct qstr *oldname, const struct qstr *newname, struct … in encode_rename()