Home
last modified time | relevance | path

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

123

/linux-6.14.4/fs/affs/
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-6.14.4/fs/sysv/
Dnamei.c101 static int sysv_link(struct dentry * old_dentry, struct inode * dir, in sysv_link()
192 struct dentry *old_dentry, struct inode *new_dir, in sysv_rename()
/linux-6.14.4/fs/minix/
Dnamei.c96 static int minix_link(struct dentry * old_dentry, struct inode * dir, in minix_link()
177 struct inode *old_dir, struct dentry *old_dentry, in minix_rename()
/linux-6.14.4/fs/ufs/
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-6.14.4/fs/f2fs/
Dnamei.c399 static int f2fs_link(struct dentry *old_dentry, struct inode *dir, in f2fs_link()
895 struct dentry *old_dentry, struct inode *new_dir, in f2fs_rename()
1090 static int f2fs_cross_rename(struct inode *old_dir, struct dentry *old_dentry, in f2fs_cross_rename()
1256 struct inode *old_dir, struct dentry *old_dentry, in f2fs_rename2()
/linux-6.14.4/fs/nfs/
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-6.14.4/fs/ext2/
Dnamei.c204 static int ext2_link (struct dentry * old_dentry, struct inode * dir, in ext2_link()
318 struct inode * old_dir, struct dentry * old_dentry, in ext2_rename()
/linux-6.14.4/fs/ubifs/
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-6.14.4/fs/
Dbad_inode.c43 static int bad_inode_link (struct dentry *old_dentry, struct inode *dir, in bad_inode_link()
79 struct inode *old_dir, struct dentry *old_dentry, in bad_inode_rename2()
Dlibfs.c354 int simple_offset_rename(struct inode *old_dir, struct dentry *old_dentry, in simple_offset_rename()
384 struct dentry *old_dentry, in simple_offset_rename_exchange()
734 int simple_link(struct dentry *old_dentry, struct inode *dir, struct dentry *dentry) in simple_link()
804 void simple_rename_timestamp(struct inode *old_dir, struct dentry *old_dentry, in simple_rename_timestamp()
819 int simple_rename_exchange(struct inode *old_dir, struct dentry *old_dentry, in simple_rename_exchange()
840 struct dentry *old_dentry, struct inode *new_dir, in simple_rename()
/linux-6.14.4/fs/jffs2/
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-6.14.4/fs/nilfs2/
Dnamei.c193 static int nilfs_link(struct dentry *old_dentry, struct inode *dir, in nilfs_link()
362 struct inode *old_dir, struct dentry *old_dentry, in nilfs_rename()
/linux-6.14.4/security/tomoyo/
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-6.14.4/security/landlock/
Dfs.c1098 static int current_check_refer_path(struct dentry *const old_dentry, in current_check_refer_path()
1398 static int hook_path_link(struct dentry *const old_dentry, in hook_path_link()
1407 struct dentry *const old_dentry, in hook_path_rename()
/linux-6.14.4/fs/fat/
Dnamei_msdos.c429 struct dentry *old_dentry, in do_msdos_rename()
598 struct inode *old_dir, struct dentry *old_dentry, in msdos_rename()
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-6.14.4/fs/hfs/
Ddir.c284 struct dentry *old_dentry, struct inode *new_dir, in hfs_rename()
/linux-6.14.4/tools/testing/selftests/bpf/progs/
Dlocal_storage.c108 int BPF_PROG(inode_rename, struct inode *old_dir, struct dentry *old_dentry, in BPF_PROG()
/linux-6.14.4/fs/orangefs/
Dnamei.c374 struct dentry *old_dentry, in orangefs_rename()
/linux-6.14.4/fs/udf/
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-6.14.4/fs/jfs/
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-6.14.4/include/linux/
Dfscrypt.h749 struct dentry *old_dentry, in __fscrypt_prepare_rename()
958 static inline int fscrypt_prepare_link(struct dentry *old_dentry, in fscrypt_prepare_link()
990 struct dentry *old_dentry, in fscrypt_prepare_rename()
/linux-6.14.4/fs/crypto/
Dhooks.c89 int __fscrypt_prepare_rename(struct inode *old_dir, struct dentry *old_dentry, in __fscrypt_prepare_rename()
/linux-6.14.4/fs/bfs/
Ddir.c203 struct dentry *old_dentry, struct inode *new_dir, in bfs_rename()
/linux-6.14.4/fs/9p/
Dvfs_inode.c868 struct dentry *old_dentry, struct inode *new_dir, in v9fs_vfs_rename()
1276 v9fs_vfs_link(struct dentry *old_dentry, struct inode *dir, in v9fs_vfs_link()

123