/kernel/liteos_a/fs/jffs2/src/ |
H A D | vfs_jffs2.c | 818 int VfsJffs2Rename(struct Vnode *fromVnode, struct Vnode *toParentVnode, const char *fromName, const char *toName) in VfsJffs2Rename() argument 828 ret = VfsJffs2Lookup(toParentVnode, toName, strlen(toName), &toVnode); in VfsJffs2Rename() 831 ret = VfsJffs2Rmdir(toParentVnode, toVnode, (char *)toName); in VfsJffs2Rename() 833 ret = VfsJffs2Unlink(toParentVnode, toVnode, (char *)toName); in VfsJffs2Rename() 836 PRINTK("%s-%d remove newname(%s) failed ret=%d\n", __FUNCTION__, __LINE__, toName, ret); in VfsJffs2Rename() 843 (const unsigned char *)fromName, (struct jffs2_inode *)toParentVnode->data, (const unsigned char *)toName); in VfsJffs2Rename()
|
/kernel/linux/linux-6.6/fs/smb/client/ |
H A D | link.c | 174 const char *toName) in create_mf_symlink() 184 rc = format_mf_symlink(buf, CIFS_MF_SYMLINK_FILE_SIZE, toName); in create_mf_symlink() 625 rc = CIFSCreateReparseSymLink(xid, pTcon, fromName, toName, 172 create_mf_symlink(const unsigned int xid, struct cifs_tcon *tcon, struct cifs_sb_info *cifs_sb, const char *fromName, const char *toName) create_mf_symlink() argument
|
H A D | cifsproto.h | 455 const char *fromName, const char *toName, 460 const char *fromName, const char *toName, 551 const char *toName, const int flags,
|
H A D | cifssmb.c | 2302 const char *fromName, const __u16 target_tid, const char *toName, in CIFSSMBCopy() 2335 toName, PATH_MAX, nls_codepage, remap); in CIFSSMBCopy() 2341 name_len2 = copy_path_name(pSMB->OldFileName+name_len+1, toName); in CIFSSMBCopy() 2365 const char *fromName, const char *toName, in CIFSUnixCreateSymLink() 2409 cifsConvertToUTF16((__le16 *) data_offset, toName, in CIFSUnixCreateSymLink() 2415 name_len_target = copy_path_name(data_offset, toName); in CIFSUnixCreateSymLink() 2452 const char *fromName, const char *toName, in CIFSUnixCreateHardLink() 2472 name_len = cifsConvertToUTF16((__le16 *) pSMB->FileName, toName, in CIFSUnixCreateHardLink() 2478 name_len = copy_path_name(pSMB->FileName, toName); in CIFSUnixCreateHardLink() 2301 CIFSSMBCopy(const unsigned int xid, struct cifs_tcon *tcon, const char *fromName, const __u16 target_tid, const char *toName, const int flags, const struct nls_table *nls_codepage, int remap) CIFSSMBCopy() argument 2364 CIFSUnixCreateSymLink(const unsigned int xid, struct cifs_tcon *tcon, const char *fromName, const char *toName, const struct nls_table *nls_codepage, int remap) CIFSUnixCreateSymLink() argument 2451 CIFSUnixCreateHardLink(const unsigned int xid, struct cifs_tcon *tcon, const char *fromName, const char *toName, const struct nls_table *nls_codepage, int remap) CIFSUnixCreateHardLink() argument
|
/kernel/linux/linux-5.10/fs/cifs/ |
H A D | cifsproto.h | 419 const char *fromName, const char *toName, 424 const char *fromName, const char *toName, 519 const char *toName, const int flags,
|
H A D | link.c | 187 const char *toName) in create_mf_symlink() 197 rc = format_mf_symlink(buf, CIFS_MF_SYMLINK_FILE_SIZE, toName); in create_mf_symlink() 704 rc = CIFSCreateReparseSymLink(xid, pTcon, fromName, toName, in cifs_symlink() 185 create_mf_symlink(const unsigned int xid, struct cifs_tcon *tcon, struct cifs_sb_info *cifs_sb, const char *fromName, const char *toName) create_mf_symlink() argument
|
H A D | cifssmb.c | 2837 const char *fromName, const __u16 target_tid, const char *toName, in CIFSSMBCopy() 2870 toName, PATH_MAX, nls_codepage, remap); in CIFSSMBCopy() 2876 name_len2 = copy_path_name(pSMB->OldFileName+name_len+1, toName); in CIFSSMBCopy() 2900 const char *fromName, const char *toName, in CIFSUnixCreateSymLink() 2943 cifsConvertToUTF16((__le16 *) data_offset, toName, in CIFSUnixCreateSymLink() 2949 name_len_target = copy_path_name(data_offset, toName); in CIFSUnixCreateSymLink() 2986 const char *fromName, const char *toName, in CIFSUnixCreateHardLink() 3006 name_len = cifsConvertToUTF16((__le16 *) pSMB->FileName, toName, in CIFSUnixCreateHardLink() 3012 name_len = copy_path_name(pSMB->FileName, toName); in CIFSUnixCreateHardLink() 2836 CIFSSMBCopy(const unsigned int xid, struct cifs_tcon *tcon, const char *fromName, const __u16 target_tid, const char *toName, const int flags, const struct nls_table *nls_codepage, int remap) CIFSSMBCopy() argument 2899 CIFSUnixCreateSymLink(const unsigned int xid, struct cifs_tcon *tcon, const char *fromName, const char *toName, const struct nls_table *nls_codepage, int remap) CIFSUnixCreateSymLink() argument 2985 CIFSUnixCreateHardLink(const unsigned int xid, struct cifs_tcon *tcon, const char *fromName, const char *toName, const struct nls_table *nls_codepage, int remap) CIFSUnixCreateHardLink() argument
|