/kernel/linux/linux-5.10/fs/nfs/ |
H A D | unlink.c | 333 nfs_async_rename(struct inode *old_dir, struct inode *new_dir, struct dentry *old_dentry, struct dentry *new_dentry, void (*complete)(struct rpc_task *, struct nfs_renamedata *)) nfs_async_rename() argument
|
/kernel/linux/linux-5.10/fs/nilfs2/ |
H A D | namei.c | 341 nilfs_rename(struct inode *old_dir, struct dentry *old_dentry, struct inode *new_dir, struct dentry *new_dentry, unsigned int flags) nilfs_rename() argument
|
/kernel/linux/linux-6.6/fs/ |
H A D | init.c | 168 struct dentry *new_dentry; in init_link() local
|
H A D | bad_inode.c | 78 bad_inode_rename2(struct mnt_idmap *idmap, struct inode *old_dir, struct dentry *old_dentry, struct inode *new_dir, struct dentry *new_dentry, unsigned int flags) bad_inode_rename2() argument
|
/kernel/linux/linux-6.6/fs/hmdfs/ |
H A D | hmdfs_merge_view.h | 67 struct dentry *new_dentry; member
|
H A D | inode_cloud.c | 374 hmdfs_rename_cloud(struct mnt_idmap *idmap, struct inode *old_dir, struct dentry *old_dentry, struct inode *new_dir, struct dentry *new_dentry, unsigned int flags) hmdfs_rename_cloud() argument
|
/kernel/linux/linux-6.6/fs/jffs2/ |
H A D | dir.c | 769 jffs2_rename(struct mnt_idmap *idmap, struct inode *old_dir_i, struct dentry *old_dentry, struct inode *new_dir_i, struct dentry *new_dentry, unsigned int flags) jffs2_rename() argument [all...] |
/kernel/linux/linux-6.6/fs/nilfs2/ |
H A D | namei.c | 343 nilfs_rename(struct mnt_idmap *idmap, struct inode *old_dir, struct dentry *old_dentry, struct inode *new_dir, struct dentry *new_dentry, unsigned int flags) nilfs_rename() argument
|
/kernel/linux/linux-6.6/fs/nfs/ |
H A D | unlink.c | 338 nfs_async_rename(struct inode *old_dir, struct inode *new_dir, struct dentry *old_dentry, struct dentry *new_dentry, void (*complete)(struct rpc_task *, struct nfs_renamedata *)) nfs_async_rename() argument
|
/kernel/linux/linux-6.6/fs/bfs/ |
H A D | dir.c | 202 bfs_rename(struct mnt_idmap *idmap, struct inode *old_dir, struct dentry *old_dentry, struct inode *new_dir, struct dentry *new_dentry, unsigned int flags) bfs_rename() argument
|
/kernel/linux/linux-6.6/fs/crypto/ |
H A D | hooks.c | 69 __fscrypt_prepare_rename(struct inode *old_dir, struct dentry *old_dentry, struct inode *new_dir, struct dentry *new_dentry, unsigned int flags) __fscrypt_prepare_rename() argument
|
/kernel/linux/linux-6.6/fs/hfsplus/ |
H A D | dir.c | 532 hfsplus_rename(struct mnt_idmap *idmap, struct inode *old_dir, struct dentry *old_dentry, struct inode *new_dir, struct dentry *new_dentry, unsigned int flags) hfsplus_rename() argument
|
/kernel/linux/linux-6.6/fs/hpfs/ |
H A D | namei.c | 506 hpfs_rename(struct mnt_idmap *idmap, struct inode *old_dir, struct dentry *old_dentry, struct inode *new_dir, struct dentry *new_dentry, unsigned int flags) hpfs_rename() argument
|
/kernel/linux/linux-6.6/fs/ext2/ |
H A D | namei.c | 317 ext2_rename(struct mnt_idmap * idmap, struct inode * old_dir, struct dentry * old_dentry, struct inode * new_dir, struct dentry * new_dentry, unsigned int flags) ext2_rename() argument
|
/kernel/linux/linux-6.6/fs/sharefs/ |
H A D | inode.c | 210 sharefs_rename(struct inode *old_dir, struct dentry *old_dentry, struct inode *new_dir, struct dentry *new_dentry, unsigned int flags) sharefs_rename() argument
|
/kernel/linux/linux-6.6/fs/omfs/ |
H A D | dir.c | 373 omfs_rename(struct mnt_idmap *idmap, struct inode *old_dir, struct dentry *old_dentry, struct inode *new_dir, struct dentry *new_dentry, unsigned int flags) omfs_rename() argument
|
/kernel/linux/linux-6.6/fs/vboxsf/ |
H A D | dir.c | 391 vboxsf_dir_rename(struct mnt_idmap *idmap, struct inode *old_parent, struct dentry *old_dentry, struct inode *new_parent, struct dentry *new_dentry, unsigned int flags) vboxsf_dir_rename() argument
|
/kernel/linux/linux-6.6/include/linux/ |
H A D | fsnotify.h | 219 fsnotify_link(struct inode *dir, struct inode *inode, struct dentry *new_dentry) fsnotify_link() argument
|
/kernel/linux/linux-5.10/security/tomoyo/ |
H A D | tomoyo.c | 252 tomoyo_path_link(struct dentry *old_dentry, const struct path *new_dir, struct dentry *new_dentry) tomoyo_path_link() argument 271 tomoyo_path_rename(const struct path *old_parent, struct dentry *old_dentry, const struct path *new_parent, struct dentry *new_dentry) tomoyo_path_rename() argument
|
/kernel/linux/linux-5.10/security/apparmor/ |
H A D | file.c | 455 aa_path_link(struct aa_label *label, struct dentry *old_dentry, const struct path *new_dir, struct dentry *new_dentry) aa_path_link() argument
|
/kernel/linux/linux-5.10/fs/jfs/ |
H A D | namei.c | 1066 jfs_rename(struct inode *old_dir, struct dentry *old_dentry, struct inode *new_dir, struct dentry *new_dentry, unsigned int flags) jfs_rename() argument
|
/kernel/linux/linux-5.10/fs/affs/ |
H A D | namei.c | 402 affs_rename(struct inode *old_dir, struct dentry *old_dentry, struct inode *new_dir, struct dentry *new_dentry) affs_rename() argument 449 affs_xrename(struct inode *old_dir, struct dentry *old_dentry, struct inode *new_dir, struct dentry *new_dentry) affs_xrename() argument 503 affs_rename2(struct inode *old_dir, struct dentry *old_dentry, struct inode *new_dir, struct dentry *new_dentry, unsigned int flags) affs_rename2() argument [all...] |
/kernel/linux/linux-5.10/fs/fat/ |
H A D | namei_msdos.c | 427 do_msdos_rename(struct inode *old_dir, unsigned char *old_name, struct dentry *old_dentry, struct inode *new_dir, unsigned char *new_name, struct dentry *new_dentry, int is_hid) do_msdos_rename() argument 596 msdos_rename(struct inode *old_dir, struct dentry *old_dentry, struct inode *new_dir, struct dentry *new_dentry, unsigned int flags) msdos_rename() argument
|
/kernel/linux/linux-5.10/fs/coda/ |
H A D | dir.c | 294 coda_rename(struct inode *old_dir, struct dentry *old_dentry, struct inode *new_dir, struct dentry *new_dentry, unsigned int flags) coda_rename() argument
|
/kernel/linux/linux-5.10/fs/hmdfs/ |
H A D | inode_cloud_merge.c | 663 hmdfs_rename_cloud_merge(struct inode *old_dir, struct dentry *old_dentry, struct inode *new_dir, struct dentry *new_dentry, unsigned int flags) hmdfs_rename_cloud_merge() argument
|