Home
last modified time | relevance | path

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

123

/linux/fs/affs/
H A Dnamei.c394 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/fs/ufs/
H A Dnamei.c150 static int ufs_link (struct dentry * old_dentry, struct inode * dir, in ufs_link()
245 struct dentry *old_dentry, struct inode *new_dir, in ufs_rename()
/linux/fs/f2fs/
H A Dnamei.c399 static int f2fs_link(struct dentry *old_dentry, struct inode *dir, in f2fs_link()
904 struct dentry *old_dentry, struct inode *new_dir, in f2fs_rename()
1099 static int f2fs_cross_rename(struct inode *old_dir, struct dentry *old_dentry, in f2fs_cross_rename()
1265 struct inode *old_dir, struct dentry *old_dentry, in f2fs_rename2()
/linux/fs/nfs/
H A Dunlink.c270 struct dentry *old_dentry = data->old_dentry; in nfs_async_rename_done() local
341 struct dentry *old_dentry, struct dentry *new_dentry, in nfs_async_rename()
/linux/fs/ext2/
H A Dnamei.c204 static int ext2_link (struct dentry * old_dentry, struct inode * dir, in ext2_link()
319 struct inode * old_dir, struct dentry * old_dentry, in ext2_rename()
/linux/fs/ubifs/
H A Ddir.c750 static int ubifs_link(struct dentry *old_dentry, struct inode *dir, in ubifs_link()
1321 static int do_rename(struct inode *old_dir, struct dentry *old_dentry, in do_rename()
1581 static int ubifs_xrename(struct inode *old_dir, struct dentry *old_dentry, in ubifs_xrename()
1646 struct inode *old_dir, struct dentry *old_dentry, in ubifs_rename()
/linux/tools/testing/selftests/bpf/progs/
H A Dverifier_vfs_accept.c88 int BPF_PROG(inode_rename, struct inode *old_dir, struct dentry *old_dentry, in BPF_PROG()
H A Dverifier_vfs_reject.c164 int BPF_PROG(inode_rename, struct inode *old_dir, struct dentry *old_dentry, in BPF_PROG()
/linux/fs/jffs2/
H A Ddir.c248 static int jffs2_link (struct dentry *old_dentry, struct inode *dir_i, struct dentry *dentry) in jffs2_link()
773 struct inode *old_dir_i, struct dentry *old_dentry, in jffs2_rename()
/linux/security/tomoyo/
H A Dtomoyo.c264 static int tomoyo_path_link(struct dentry *old_dentry, const struct path *new_dir, in tomoyo_path_link()
285 struct dentry *old_dentry, in tomoyo_path_rename()
/linux/fs/
H A Dlibfs.c351 int simple_offset_rename(struct inode *old_dir, struct dentry *old_dentry, in simple_offset_rename()
381 struct dentry *old_dentry, in simple_offset_rename_exchange()
746 int simple_link(struct dentry *old_dentry, struct inode *dir, struct dentry *dentry) in simple_link()
816 void simple_rename_timestamp(struct inode *old_dir, struct dentry *old_dentry, in simple_rename_timestamp()
831 int simple_rename_exchange(struct inode *old_dir, struct dentry *old_dentry, in simple_rename_exchange()
852 struct dentry *old_dentry, struct inode *new_dir, in simple_rename()
/linux/fs/fat/
H A Dnamei_msdos.c429 struct dentry *old_dentry, in do_msdos_rename()
598 struct inode *old_dir, struct dentry *old_dentry, in msdos_rename()
H A Dnamei_vfat.c928 static int vfat_rename(struct inode *old_dir, struct dentry *old_dentry, in vfat_rename()
1057 static int vfat_rename_exchange(struct inode *old_dir, struct dentry *old_dentry, in vfat_rename_exchange()
1159 struct dentry *old_dentry, struct inode *new_dir, in vfat_rename2()
/linux/security/landlock/
H A Dfs.c1130 static int current_check_refer_path(struct dentry *const old_dentry, in current_check_refer_path()
1510 static int hook_path_link(struct dentry *const old_dentry, in hook_path_link()
1519 struct dentry *const old_dentry, in hook_path_rename()
/linux/fs/hfs/
H A Ddir.c284 struct dentry *old_dentry, struct inode *new_dir, in hfs_rename()
/linux/fs/orangefs/
H A Dnamei.c374 struct dentry *old_dentry, in orangefs_rename()
/linux/fs/jfs/
H A Dnamei.c786 static int jfs_link(struct dentry *old_dentry, in jfs_link()
1069 struct dentry *old_dentry, struct inode *new_dir, in jfs_rename()
/linux/fs/udf/
H A Dnamei.c731 static int udf_link(struct dentry *old_dentry, struct inode *dir, in udf_link()
766 struct dentry *old_dentry, struct inode *new_dir, in udf_rename()
/linux/include/linux/
H A Dfscrypt.h746 struct dentry *old_dentry, in __fscrypt_prepare_rename()
955 static inline int fscrypt_prepare_link(struct dentry *old_dentry, in fscrypt_prepare_link()
987 struct dentry *old_dentry, in fscrypt_prepare_rename()
/linux/fs/crypto/
H A Dhooks.c91 int __fscrypt_prepare_rename(struct inode *old_dir, struct dentry *old_dentry, in __fscrypt_prepare_rename()
/linux/fs/bfs/
H A Ddir.c203 struct dentry *old_dentry, struct inode *new_dir, in bfs_rename()
/linux/fs/hfsplus/
H A Ddir.c533 struct inode *old_dir, struct dentry *old_dentry, in hfsplus_rename()
/linux/fs/9p/
H A Dvfs_inode.c867 struct dentry *old_dentry, struct inode *new_dir, in v9fs_vfs_rename()
1275 v9fs_vfs_link(struct dentry *old_dentry, struct inode *dir, in v9fs_vfs_link()
/linux/fs/ecryptfs/
H A Dinode.c434 static int ecryptfs_link(struct dentry *old_dentry, struct inode *dir, in ecryptfs_link()
594 struct dentry *old_dentry, struct inode *new_dir, in ecryptfs_rename()
/linux/fs/vboxsf/
H A Ddir.c394 struct dentry *old_dentry, in vboxsf_dir_rename()

123