Home
last modified time | relevance | path

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

12

/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/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()
H A Dlocal_storage.c108 int BPF_PROG(inode_rename, struct inode *old_dir, struct dentry *old_dentry, in BPF_PROG()
/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/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/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()
1509 static int hook_path_link(struct dentry *const old_dentry, in hook_path_link()
1518 struct dentry *const old_dentry, in hook_path_rename()
/linux/fs/orangefs/
H A Dnamei.c370 struct dentry *old_dentry, in orangefs_rename()
/linux/include/linux/
H A Dfscrypt.h780 struct dentry *old_dentry, in __fscrypt_prepare_rename()
989 static inline int fscrypt_prepare_link(struct dentry *old_dentry, in fscrypt_prepare_link()
1021 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/afs/
H A Ddir.c1883 struct dentry *old_dentry = op->dentry; in afs_rename_edit_dir() local
1957 struct dentry *old_dentry = op->dentry; in afs_rename_exchange_edit_dir() local
2058 struct dentry *old_dentry, struct inode *new_dir, in afs_rename()
/linux/fs/bfs/
H A Ddir.c203 struct dentry *old_dentry, struct inode *new_dir, in bfs_rename()
/linux/fs/9p/
H A Dvfs_inode.c857 struct dentry *old_dentry, struct inode *new_dir, in v9fs_vfs_rename()
1265 v9fs_vfs_link(struct dentry *old_dentry, struct inode *dir, in v9fs_vfs_link()
H A Dvfs_inode_dotl.c730 v9fs_vfs_link_dotl(struct dentry *old_dentry, struct inode *dir, in v9fs_vfs_link_dotl()
/linux/fs/hfsplus/
H A Ddir.c533 struct inode *old_dir, struct dentry *old_dentry, in hfsplus_rename()
/linux/fs/ecryptfs/
H A Dinode.c425 static int ecryptfs_link(struct dentry *old_dentry, struct inode *dir, in ecryptfs_link()
585 struct dentry *old_dentry, struct inode *new_dir, in ecryptfs_rename()
/linux/fs/vboxsf/
H A Ddir.c387 struct dentry *old_dentry, in vboxsf_dir_rename()
/linux/fs/hpfs/
H A Dnamei.c504 struct dentry *old_dentry, struct inode *new_dir, in hpfs_rename()
/linux/fs/coda/
H A Ddir.c299 struct dentry *old_dentry, struct inode *new_dir, in coda_rename()
/linux/fs/ocfs2/
H A Dnamei.c683 static int ocfs2_link(struct dentry *old_dentry, in ocfs2_link()
1206 struct dentry *old_dentry, in ocfs2_rename()
/linux/fs/ceph/
H A Ddir.c1187 static int ceph_link(struct dentry *old_dentry, struct inode *dir, in ceph_link()
1456 struct dentry *old_dentry, struct inode *new_dir, in ceph_rename()
/linux/fs/ext4/
H A Dnamei.c3488 static int ext4_link(struct dentry *old_dentry, in ext4_link()
3790 struct dentry *old_dentry, struct inode *new_dir, in ext4_rename()
4043 static int ext4_cross_rename(struct inode *old_dir, struct dentry *old_dentry, in ext4_cross_rename()
4185 struct inode *old_dir, struct dentry *old_dentry, in ext4_rename2()
/linux/security/apparmor/
H A Dfile.c426 struct aa_label *label, struct dentry *old_dentry, in aa_path_link()

12