Home
last modified time | relevance | path

Searched defs:old_dentry (Results 1 – 25 of 39) sorted by relevance

12

/fs/minix/
Dnamei.c96 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/
Dnamei.c167 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/
Dnamei.c119 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/
Dnamei.c180 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/
Dnamei.c386 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/
Ddir.c261 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/
Dnamei_msdos.c446 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/
Ddir.c294 static int hfs_rename(struct inode *old_dir, struct dentry *old_dentry, in hfs_rename()
/fs/sysfs/
Ddir.c799 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/
Ddir.c510 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/
Dbad_inode.c194 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()
Dnamei.c2378 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
Dlibfs.c253 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/
Dnamei.c788 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/
Dvfs_inode.c676 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/
Dinode.c431 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/
Dnamei.c1118 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/
Dinode.c455 struct dentry *debugfs_rename(struct dentry *old_dir, struct dentry *old_dentry, in debugfs_rename()
/fs/bfs/
Ddir.c221 static int bfs_rename(struct inode *old_dir, struct dentry *old_dentry, in bfs_rename()
/fs/udf/
Dnamei.c1043 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/
Dnamei.c602 static int ocfs2_link(struct dentry *old_dentry, in ocfs2_link()
1003 struct dentry *old_dentry, in ocfs2_rename()
/fs/hfsplus/
Ddir.c462 static int hfsplus_rename(struct inode *old_dir, struct dentry *old_dentry, in hfsplus_rename()
/fs/ncpfs/
Ddir.c210 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/
Ddir.c622 smb_rename(struct inode *old_dir, struct dentry *old_dentry, in smb_rename()
/fs/hpfs/
Dnamei.c545 static int hpfs_rename(struct inode *old_dir, struct dentry *old_dentry, in hpfs_rename()

12