/linux-3.3/fs/minix/ |
D | namei.c | 92 static int minix_link(struct dentry * old_dentry, struct inode * dir, in minix_link() 181 static int minix_rename(struct inode * old_dir, struct dentry *old_dentry, in minix_rename()
|
/linux-3.3/fs/ufs/ |
D | namei.c | 162 static int ufs_link (struct dentry * old_dentry, struct inode * dir, in ufs_link() 268 static int ufs_rename(struct inode *old_dir, struct dentry *old_dentry, in ufs_rename()
|
/linux-3.3/fs/ext2/ |
D | namei.c | 192 static int ext2_link (struct dentry * old_dentry, struct inode * dir, in ext2_link() 306 static int ext2_rename (struct inode * old_dir, struct dentry * old_dentry, in ext2_rename()
|
/linux-3.3/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()
|
/linux-3.3/fs/exofs/ |
D | namei.c | 141 static int exofs_link(struct dentry *old_dentry, struct inode *dir, in exofs_link() 236 static int exofs_rename(struct inode *old_dir, struct dentry *old_dentry, in exofs_rename()
|
/linux-3.3/fs/logfs/ |
D | dir.c | 556 static int logfs_link(struct dentry *old_dentry, struct inode *dir, in logfs_link() 607 static int logfs_rename_cross(struct inode *old_dir, struct dentry *old_dentry, in logfs_rename_cross() 679 static int logfs_rename_target(struct inode *old_dir, struct dentry *old_dentry, in logfs_rename_target() 741 static int logfs_rename(struct inode *old_dir, struct dentry *old_dentry, in logfs_rename()
|
/linux-3.3/fs/nfs/ |
D | unlink.c | 349 struct dentry *old_dentry; member 368 struct dentry *old_dentry = data->old_dentry; in nfs_async_rename_done() local 438 struct dentry *old_dentry, struct dentry *new_dentry) in nfs_async_rename()
|
/linux-3.3/fs/nilfs2/ |
D | namei.c | 189 static int nilfs_link(struct dentry *old_dentry, struct inode *dir, in nilfs_link() 355 static int nilfs_rename(struct inode *old_dir, struct dentry *old_dentry, in nilfs_rename()
|
/linux-3.3/security/tomoyo/ |
D | tomoyo.c | 275 static int tomoyo_path_link(struct dentry *old_dentry, struct path *new_dir, in tomoyo_path_link() 294 struct dentry *old_dentry, in tomoyo_path_rename()
|
/linux-3.3/fs/affs/ |
D | namei.c | 402 affs_link(struct dentry *old_dentry, struct inode *dir, struct dentry *dentry) in affs_link() 413 affs_rename(struct inode *old_dir, struct dentry *old_dentry, in affs_rename()
|
/linux-3.3/fs/jffs2/ |
D | dir.c | 256 static int jffs2_link (struct dentry *old_dentry, struct inode *dir_i, struct dentry *dentry) in jffs2_link() 772 static int jffs2_rename (struct inode *old_dir_i, struct dentry *old_dentry, in jffs2_rename()
|
/linux-3.3/fs/hfs/ |
D | dir.c | 279 static int hfs_rename(struct inode *old_dir, struct dentry *old_dentry, in hfs_rename()
|
/linux-3.3/fs/fat/ |
D | namei_msdos.c | 435 struct dentry *old_dentry, in do_msdos_rename() 608 static int msdos_rename(struct inode *old_dir, struct dentry *old_dentry, in msdos_rename()
|
/linux-3.3/fs/jfs/ |
D | namei.c | 795 static int jfs_link(struct dentry *old_dentry, in jfs_link() 1073 static int jfs_rename(struct inode *old_dir, struct dentry *old_dentry, in jfs_rename()
|
/linux-3.3/fs/ubifs/ |
D | dir.c | 505 static int ubifs_link(struct dentry *old_dentry, struct inode *dir, in ubifs_link() 963 static int ubifs_rename(struct inode *old_dir, struct dentry *old_dentry, in ubifs_rename()
|
/linux-3.3/fs/ |
D | bad_inode.c | 187 static int bad_inode_link (struct dentry *old_dentry, struct inode *dir, in bad_inode_link() 221 static int bad_inode_rename (struct inode *old_dir, struct dentry *old_dentry, in bad_inode_rename()
|
D | namei.c | 2911 int vfs_link(struct dentry *old_dentry, struct inode *dir, struct dentry *new_dentry) in vfs_link() 3048 static int vfs_rename_dir(struct inode *old_dir, struct dentry *old_dentry, in vfs_rename_dir() 3096 static int vfs_rename_other(struct inode *old_dir, struct dentry *old_dentry, in vfs_rename_other() 3129 int vfs_rename(struct inode *old_dir, struct dentry *old_dentry, in vfs_rename() 3171 struct dentry *old_dentry, *new_dentry; in SYSCALL_DEFINE4() local
|
/linux-3.3/security/apparmor/ |
D | file.c | 349 int aa_path_link(struct aa_profile *profile, struct dentry *old_dentry, in aa_path_link()
|
/linux-3.3/fs/reiserfs/ |
D | namei.c | 1107 static int reiserfs_link(struct dentry *old_dentry, struct inode *dir, in reiserfs_link() 1212 static int reiserfs_rename(struct inode *old_dir, struct dentry *old_dentry, in reiserfs_rename()
|
/linux-3.3/fs/bfs/ |
D | dir.c | 218 static int bfs_rename(struct inode *old_dir, struct dentry *old_dentry, in bfs_rename()
|
/linux-3.3/fs/hfsplus/ |
D | dir.c | 467 static int hfsplus_rename(struct inode *old_dir, struct dentry *old_dentry, in hfsplus_rename()
|
/linux-3.3/fs/udf/ |
D | namei.c | 1027 static int udf_link(struct dentry *old_dentry, struct inode *dir, in udf_link() 1067 static int udf_rename(struct inode *old_dir, struct dentry *old_dentry, in udf_rename()
|
/linux-3.3/include/linux/ |
D | debugfs.h | 134 static inline struct dentry *debugfs_rename(struct dentry *old_dir, struct dentry *old_dentry, in debugfs_rename()
|
/linux-3.3/fs/ecryptfs/ |
D | inode.c | 444 static int ecryptfs_link(struct dentry *old_dentry, struct inode *dir, in ecryptfs_link() 615 ecryptfs_rename(struct inode *old_dir, struct dentry *old_dentry, in ecryptfs_rename()
|
/linux-3.3/fs/ceph/ |
D | dir.c | 797 static int ceph_link(struct dentry *old_dentry, struct inode *dir, in ceph_link() 896 static int ceph_rename(struct inode *old_dir, struct dentry *old_dentry, in ceph_rename()
|