/fs/ufs/ |
D | namei.c | 148 static int ufs_link (struct dentry * old_dentry, struct inode * dir, in ufs_link() 244 static int ufs_rename(struct inode *old_dir, struct dentry *old_dentry, in ufs_rename()
|
/fs/sysv/ |
D | namei.c | 118 static int sysv_link(struct dentry * old_dentry, struct inode * dir, in sysv_link() 208 static int sysv_rename(struct inode * old_dir, struct dentry * old_dentry, in sysv_rename()
|
/fs/logfs/ |
D | dir.c | 537 static int logfs_link(struct dentry *old_dentry, struct inode *dir, in logfs_link() 585 static int logfs_rename_cross(struct inode *old_dir, struct dentry *old_dentry, in logfs_rename_cross() 657 static int logfs_rename_target(struct inode *old_dir, struct dentry *old_dentry, in logfs_rename_target() 719 static int logfs_rename(struct inode *old_dir, struct dentry *old_dentry, in logfs_rename()
|
/fs/f2fs/ |
D | namei.c | 309 static int f2fs_link(struct dentry *old_dentry, struct inode *dir, in f2fs_link() 806 static int f2fs_rename(struct inode *old_dir, struct dentry *old_dentry, in f2fs_rename() 994 static int f2fs_cross_rename(struct inode *old_dir, struct dentry *old_dentry, in f2fs_cross_rename() 1146 static int f2fs_rename2(struct inode *old_dir, struct dentry *old_dentry, in f2fs_rename2()
|
/fs/exofs/ |
D | namei.c | 139 static int exofs_link(struct dentry *old_dentry, struct inode *dir, in exofs_link() 228 static int exofs_rename(struct inode *old_dir, struct dentry *old_dentry, in exofs_rename()
|
/fs/minix/ |
D | namei.c | 104 static int minix_link(struct dentry * old_dentry, struct inode * dir, in minix_link() 187 static int minix_rename(struct inode * old_dir, struct dentry *old_dentry, in minix_rename()
|
/fs/ext2/ |
D | namei.c | 212 static int ext2_link (struct dentry * old_dentry, struct inode * dir, in ext2_link() 327 static int ext2_rename (struct inode * old_dir, struct dentry * old_dentry, in ext2_rename()
|
/fs/ |
D | bad_inode.c | 40 static int bad_inode_link (struct dentry *old_dentry, struct inode *dir, in bad_inode_link() 74 static int bad_inode_rename2(struct inode *old_dir, struct dentry *old_dentry, in bad_inode_rename2()
|
/fs/affs/ |
D | namei.c | 408 affs_link(struct dentry *old_dentry, struct inode *dir, struct dentry *dentry) in affs_link() 419 affs_rename(struct inode *old_dir, struct dentry *old_dentry, in affs_rename()
|
/fs/nfs/ |
D | unlink.c | 348 struct dentry *old_dentry = data->old_dentry; in nfs_async_rename_done() local 405 struct dentry *old_dentry, struct dentry *new_dentry, in nfs_async_rename()
|
/fs/jffs2/ |
D | dir.c | 241 static int jffs2_link (struct dentry *old_dentry, struct inode *dir_i, struct dentry *dentry) in jffs2_link() 757 static int jffs2_rename (struct inode *old_dir_i, struct dentry *old_dentry, in jffs2_rename()
|
/fs/nilfs2/ |
D | namei.c | 188 static int nilfs_link(struct dentry *old_dentry, struct inode *dir, in nilfs_link() 353 static int nilfs_rename(struct inode *old_dir, struct dentry *old_dentry, in nilfs_rename()
|
/fs/crypto/ |
D | hooks.c | 66 int __fscrypt_prepare_rename(struct inode *old_dir, struct dentry *old_dentry, in __fscrypt_prepare_rename()
|
/fs/fat/ |
D | namei_msdos.c | 430 struct dentry *old_dentry, in do_msdos_rename() 598 static int msdos_rename(struct inode *old_dir, struct dentry *old_dentry, in msdos_rename()
|
/fs/hfs/ |
D | dir.c | 282 static int hfs_rename(struct inode *old_dir, struct dentry *old_dentry, in hfs_rename()
|
/fs/ubifs/ |
D | dir.c | 505 static int ubifs_link(struct dentry *old_dentry, struct inode *dir, in ubifs_link() 974 static int ubifs_rename(struct inode *old_dir, struct dentry *old_dentry, in ubifs_rename()
|
/fs/jfs/ |
D | namei.c | 799 static int jfs_link(struct dentry *old_dentry, in jfs_link() 1076 static int jfs_rename(struct inode *old_dir, struct dentry *old_dentry, in jfs_rename()
|
/fs/overlayfs/ |
D | overlayfs.h | 44 static inline int ovl_do_link(struct dentry *old_dentry, struct inode *dir, in ovl_do_link()
|
/fs/reiserfs/ |
D | namei.c | 1193 static int reiserfs_link(struct dentry *old_dentry, struct inode *dir, in reiserfs_link() 1303 static int reiserfs_rename(struct inode *old_dir, struct dentry *old_dentry, in reiserfs_rename()
|
/fs/udf/ |
D | namei.c | 1046 static int udf_link(struct dentry *old_dentry, struct inode *dir, in udf_link() 1085 static int udf_rename(struct inode *old_dir, struct dentry *old_dentry, in udf_rename()
|
/fs/ceph/ |
D | dir.c | 860 static int ceph_link(struct dentry *old_dentry, struct inode *dir, in ceph_link() 959 static int ceph_rename(struct inode *old_dir, struct dentry *old_dentry, in ceph_rename()
|
/fs/bfs/ |
D | dir.c | 209 static int bfs_rename(struct inode *old_dir, struct dentry *old_dentry, in bfs_rename()
|
/fs/hfsplus/ |
D | dir.c | 526 static int hfsplus_rename(struct inode *old_dir, struct dentry *old_dentry, in hfsplus_rename()
|
/fs/ncpfs/ |
D | dir.c | 251 ncp_force_rename(struct inode *old_dir, struct dentry* old_dentry, char *_old_name, in ncp_force_rename() 1107 static int ncp_rename(struct inode *old_dir, struct dentry *old_dentry, in ncp_rename()
|
/fs/ecryptfs/ |
D | inode.c | 457 static int ecryptfs_link(struct dentry *old_dentry, struct inode *dir, in ecryptfs_link() 608 ecryptfs_rename(struct inode *old_dir, struct dentry *old_dentry, in ecryptfs_rename()
|