/fs/minix/ |
D | namei.c | 96 static int minix_link(struct dentry * old_dentry, struct inode * dir, in minix_link() 188 static int minix_rename(struct inode * old_dir, struct dentry *old_dentry, in minix_rename()
|
/fs/ufs/ |
D | namei.c | 167 static int ufs_link (struct dentry * old_dentry, struct inode * dir, in ufs_link() 273 static int ufs_rename(struct inode *old_dir, struct dentry *old_dentry, in ufs_rename()
|
/fs/sysv/ |
D | namei.c | 119 static int sysv_link(struct dentry * old_dentry, struct inode * dir, in sysv_link() 214 static int sysv_rename(struct inode * old_dir, struct dentry * old_dentry, in sysv_rename()
|
/fs/ext2/ |
D | namei.c | 180 static int ext2_link (struct dentry * old_dentry, struct inode * dir, in ext2_link() 288 static int ext2_rename (struct inode * old_dir, struct dentry * old_dentry, in ext2_rename()
|
/fs/affs/ |
D | namei.c | 386 affs_link(struct dentry *old_dentry, struct inode *dir, struct dentry *dentry) in affs_link() 397 affs_rename(struct inode *old_dir, struct dentry *old_dentry, in affs_rename()
|
/fs/jffs2/ |
D | dir.c | 261 static int jffs2_link (struct dentry *old_dentry, struct inode *dir_i, struct dentry *dentry) in jffs2_link() 782 static int jffs2_rename (struct inode *old_dir_i, struct dentry *old_dentry, in jffs2_rename()
|
/fs/fat/ |
D | namei_msdos.c | 446 struct dentry *old_dentry, in do_msdos_rename() 619 static int msdos_rename(struct inode *old_dir, struct dentry *old_dentry, in msdos_rename()
|
/fs/hfs/ |
D | dir.c | 294 static int hfs_rename(struct inode *old_dir, struct dentry *old_dentry, in hfs_rename()
|
/fs/sysfs/ |
D | dir.c | 799 struct dentry *old_dentry = NULL, *new_dentry = NULL; in sysfs_rename_dir() local 862 struct dentry *old_dentry = NULL, *new_dentry = NULL; in sysfs_move_dir() local
|
/fs/ubifs/ |
D | dir.c | 510 static int ubifs_link(struct dentry *old_dentry, struct inode *dir, in ubifs_link() 967 static int ubifs_rename(struct inode *old_dir, struct dentry *old_dentry, in ubifs_rename()
|
/fs/ |
D | bad_inode.c | 194 static int bad_inode_link (struct dentry *old_dentry, struct inode *dir, in bad_inode_link() 228 static int bad_inode_rename (struct inode *old_dir, struct dentry *old_dentry, in bad_inode_rename()
|
D | namei.c | 2378 int vfs_link(struct dentry *old_dentry, struct inode *dir, struct dentry *new_dentry) in vfs_link() 2512 static int vfs_rename_dir(struct inode *old_dir, struct dentry *old_dentry, in vfs_rename_dir() 2555 static int vfs_rename_other(struct inode *old_dir, struct dentry *old_dentry, in vfs_rename_other() 2583 int vfs_rename(struct inode *old_dir, struct dentry *old_dentry, in vfs_rename() 2630 struct dentry *old_dentry, *new_dentry; in SYSCALL_DEFINE4() local
|
D | libfs.c | 253 int simple_link(struct dentry *old_dentry, struct inode *dir, struct dentry *dentry) in simple_link() 306 int simple_rename(struct inode *old_dir, struct dentry *old_dentry, in simple_rename()
|
/fs/jfs/ |
D | namei.c | 788 static int jfs_link(struct dentry *old_dentry, in jfs_link() 1066 static int jfs_rename(struct inode *old_dir, struct dentry *old_dentry, in jfs_rename()
|
/fs/9p/ |
D | vfs_inode.c | 676 v9fs_vfs_rename(struct inode *old_dir, struct dentry *old_dentry, in v9fs_vfs_rename() 1092 v9fs_vfs_link(struct dentry *old_dentry, struct inode *dir, in v9fs_vfs_link()
|
/fs/ecryptfs/ |
D | inode.c | 431 static int ecryptfs_link(struct dentry *old_dentry, struct inode *dir, in ecryptfs_link() 603 ecryptfs_rename(struct inode *old_dir, struct dentry *old_dentry, in ecryptfs_rename()
|
/fs/reiserfs/ |
D | namei.c | 1118 static int reiserfs_link(struct dentry *old_dentry, struct inode *dir, in reiserfs_link() 1226 static int reiserfs_rename(struct inode *old_dir, struct dentry *old_dentry, in reiserfs_rename()
|
/fs/debugfs/ |
D | inode.c | 455 struct dentry *debugfs_rename(struct dentry *old_dir, struct dentry *old_dentry, in debugfs_rename()
|
/fs/bfs/ |
D | dir.c | 221 static int bfs_rename(struct inode *old_dir, struct dentry *old_dentry, in bfs_rename()
|
/fs/udf/ |
D | namei.c | 1043 static int udf_link(struct dentry *old_dentry, struct inode *dir, in udf_link() 1101 static int udf_rename(struct inode *old_dir, struct dentry *old_dentry, in udf_rename()
|
/fs/ocfs2/ |
D | namei.c | 602 static int ocfs2_link(struct dentry *old_dentry, in ocfs2_link() 1003 struct dentry *old_dentry, in ocfs2_rename()
|
/fs/hfsplus/ |
D | dir.c | 462 static int hfsplus_rename(struct inode *old_dir, struct dentry *old_dentry, in hfsplus_rename()
|
/fs/ncpfs/ |
D | dir.c | 210 ncp_force_rename(struct inode *old_dir, struct dentry* old_dentry, char *_old_name, in ncp_force_rename() 1109 static int ncp_rename(struct inode *old_dir, struct dentry *old_dentry, in ncp_rename()
|
/fs/smbfs/ |
D | dir.c | 622 smb_rename(struct inode *old_dir, struct dentry *old_dentry, in smb_rename()
|
/fs/hpfs/ |
D | namei.c | 545 static int hpfs_rename(struct inode *old_dir, struct dentry *old_dentry, in hpfs_rename()
|