/Linux-v5.15/fs/affs/ |
D | namei.c | 394 affs_link(struct dentry *old_dentry, struct inode *dir, struct dentry *dentry) in affs_link() 405 affs_rename(struct inode *old_dir, struct dentry *old_dentry, in affs_rename() 452 affs_xrename(struct inode *old_dir, struct dentry *old_dentry, in affs_xrename() 507 struct dentry *old_dentry, struct inode *new_dir, in affs_rename2()
|
/Linux-v5.15/fs/sysv/ |
D | namei.c | 101 static int sysv_link(struct dentry * old_dentry, struct inode * dir, in sysv_link() 193 struct dentry *old_dentry, struct inode *new_dir, in sysv_rename()
|
/Linux-v5.15/fs/f2fs/ |
D | namei.c | 386 static int f2fs_link(struct dentry *old_dentry, struct inode *dir, in f2fs_link() 923 static int f2fs_rename(struct inode *old_dir, struct dentry *old_dentry, in f2fs_rename() 1115 static int f2fs_cross_rename(struct inode *old_dir, struct dentry *old_dentry, in f2fs_cross_rename() 1281 struct inode *old_dir, struct dentry *old_dentry, in f2fs_rename2()
|
/Linux-v5.15/fs/ufs/ |
D | namei.c | 150 static int ufs_link (struct dentry * old_dentry, struct inode * dir, in ufs_link() 247 struct dentry *old_dentry, struct inode *new_dir, in ufs_rename()
|
/Linux-v5.15/fs/minix/ |
D | namei.c | 103 static int minix_link(struct dentry * old_dentry, struct inode * dir, in minix_link() 188 struct inode *old_dir, struct dentry *old_dentry, in minix_rename()
|
/Linux-v5.15/fs/nfs/ |
D | unlink.c | 263 struct dentry *old_dentry = data->old_dentry; in nfs_async_rename_done() local 334 struct dentry *old_dentry, struct dentry *new_dentry, in nfs_async_rename()
|
/Linux-v5.15/fs/ext2/ |
D | namei.c | 207 static int ext2_link (struct dentry * old_dentry, struct inode * dir, in ext2_link() 325 struct inode * old_dir, struct dentry * old_dentry, in ext2_rename()
|
/Linux-v5.15/fs/ubifs/ |
D | dir.c | 689 static int ubifs_link(struct dentry *old_dentry, struct inode *dir, in ubifs_link() 1250 static int do_rename(struct inode *old_dir, struct dentry *old_dentry, in do_rename() 1498 static int ubifs_xrename(struct inode *old_dir, struct dentry *old_dentry, in ubifs_xrename() 1554 struct inode *old_dir, struct dentry *old_dentry, in ubifs_rename()
|
/Linux-v5.15/fs/ |
D | bad_inode.c | 43 static int bad_inode_link (struct dentry *old_dentry, struct inode *dir, in bad_inode_link() 79 struct inode *old_dir, struct dentry *old_dentry, in bad_inode_rename2()
|
/Linux-v5.15/security/landlock/ |
D | fs.c | 547 static int hook_path_link(struct dentry *const old_dentry, in hook_path_link() 575 struct dentry *const old_dentry, in hook_path_rename()
|
/Linux-v5.15/fs/nilfs2/ |
D | namei.c | 177 static int nilfs_link(struct dentry *old_dentry, struct inode *dir, in nilfs_link() 344 struct inode *old_dir, struct dentry *old_dentry, in nilfs_rename()
|
/Linux-v5.15/fs/jffs2/ |
D | dir.c | 246 static int jffs2_link (struct dentry *old_dentry, struct inode *dir_i, struct dentry *dentry) in jffs2_link() 766 struct inode *old_dir_i, struct dentry *old_dentry, in jffs2_rename()
|
/Linux-v5.15/security/tomoyo/ |
D | tomoyo.c | 251 static int tomoyo_path_link(struct dentry *old_dentry, const struct path *new_dir, in tomoyo_path_link() 271 struct dentry *old_dentry, in tomoyo_path_rename()
|
/Linux-v5.15/fs/fat/ |
D | namei_msdos.c | 429 struct dentry *old_dentry, in do_msdos_rename() 598 struct inode *old_dir, struct dentry *old_dentry, in msdos_rename()
|
/Linux-v5.15/fs/hfs/ |
D | dir.c | 284 struct dentry *old_dentry, struct inode *new_dir, in hfs_rename()
|
/Linux-v5.15/tools/testing/selftests/bpf/progs/ |
D | local_storage.c | 72 int BPF_PROG(inode_rename, struct inode *old_dir, struct dentry *old_dentry, in BPF_PROG()
|
/Linux-v5.15/fs/orangefs/ |
D | namei.c | 380 struct dentry *old_dentry, in orangefs_rename()
|
/Linux-v5.15/include/linux/ |
D | fscrypt.h | 624 struct dentry *old_dentry, in __fscrypt_prepare_rename() 812 static inline int fscrypt_prepare_link(struct dentry *old_dentry, in fscrypt_prepare_link() 844 struct dentry *old_dentry, in fscrypt_prepare_rename()
|
/Linux-v5.15/fs/crypto/ |
D | hooks.c | 71 int __fscrypt_prepare_rename(struct inode *old_dir, struct dentry *old_dentry, in __fscrypt_prepare_rename()
|
/Linux-v5.15/fs/jfs/ |
D | namei.c | 785 static int jfs_link(struct dentry *old_dentry, in jfs_link() 1063 struct dentry *old_dentry, struct inode *new_dir, in jfs_rename()
|
/Linux-v5.15/fs/reiserfs/ |
D | namei.c | 1200 static int reiserfs_link(struct dentry *old_dentry, struct inode *dir, in reiserfs_link() 1311 struct inode *old_dir, struct dentry *old_dentry, in reiserfs_rename()
|
/Linux-v5.15/fs/udf/ |
D | namei.c | 1034 static int udf_link(struct dentry *old_dentry, struct inode *dir, in udf_link() 1074 struct dentry *old_dentry, struct inode *new_dir, in udf_rename()
|
/Linux-v5.15/fs/bfs/ |
D | dir.c | 203 struct dentry *old_dentry, struct inode *new_dir, in bfs_rename()
|
/Linux-v5.15/fs/hfsplus/ |
D | dir.c | 533 struct inode *old_dir, struct dentry *old_dentry, in hfsplus_rename()
|
/Linux-v5.15/fs/9p/ |
D | vfs_inode.c | 916 struct dentry *old_dentry, struct inode *new_dir, in v9fs_vfs_rename() 1324 v9fs_vfs_link(struct dentry *old_dentry, struct inode *dir, in v9fs_vfs_link()
|