/kernel/linux/linux-5.10/fs/fuse/ |
H A D | dir.c | 878 static int fuse_rename_common(struct inode *olddir, struct dentry *oldent, in fuse_rename_common() argument 884 struct fuse_mount *fm = get_fuse_mount(olddir); in fuse_rename_common() 891 args.nodeid = get_node_id(olddir); in fuse_rename_common() 910 fuse_dir_changed(olddir); in fuse_rename_common() 911 if (olddir != newdir) in fuse_rename_common() 934 static int fuse_rename2(struct inode *olddir, struct dentry *oldent, in fuse_rename2() argument 938 struct fuse_conn *fc = get_fuse_conn(olddir); in fuse_rename2() 941 if (fuse_is_bad(olddir)) in fuse_rename2() 951 err = fuse_rename_common(olddir, oldent, newdir, newent, flags, in fuse_rename2() 959 err = fuse_rename_common(olddir, olden in fuse_rename2() [all...] |
/kernel/linux/linux-6.6/fs/fuse/ |
H A D | dir.c | 1018 static int fuse_rename_common(struct inode *olddir, struct dentry *oldent, in fuse_rename_common() argument 1024 struct fuse_mount *fm = get_fuse_mount(olddir); in fuse_rename_common() 1031 args.nodeid = get_node_id(olddir); in fuse_rename_common() 1047 fuse_dir_changed(olddir); in fuse_rename_common() 1048 if (olddir != newdir) in fuse_rename_common() 1068 static int fuse_rename2(struct mnt_idmap *idmap, struct inode *olddir, in fuse_rename2() argument 1072 struct fuse_conn *fc = get_fuse_conn(olddir); in fuse_rename2() 1075 if (fuse_is_bad(olddir)) in fuse_rename2() 1085 err = fuse_rename_common(olddir, oldent, newdir, newent, flags, in fuse_rename2() 1093 err = fuse_rename_common(olddir, olden in fuse_rename2() [all...] |
/kernel/linux/linux-5.10/fs/exfat/ |
H A D | namei.c | 1204 struct exfat_chain olddir, newdir; in __exfat_rename() local 1229 exfat_chain_dup(&olddir, &ei->dir); in __exfat_rename() 1232 ep = exfat_get_dentry(sb, &olddir, dentry, &old_bh, NULL); in __exfat_rename() 1284 if (olddir.dir == newdir.dir) in __exfat_rename() 1285 ret = exfat_rename_file(new_parent_inode, &olddir, dentry, in __exfat_rename() 1288 ret = exfat_move_file(new_parent_inode, &olddir, dentry, in __exfat_rename()
|
/kernel/linux/linux-5.10/fs/hmdfs/ |
H A D | hmdfs_trace.h | 234 TP_PROTO(struct inode *olddir, struct dentry *olddentry, 238 TP_ARGS(olddir, olddentry, newdir, newdentry, flags), 249 __entry->oldino = olddir->i_ino; 263 TP_PROTO(struct inode *olddir, struct dentry *olddentry, \ 266 TP_ARGS(olddir, olddentry, newdir, newdentry, flags))
|
/kernel/linux/linux-6.6/fs/hmdfs/ |
H A D | hmdfs_trace.h | 234 TP_PROTO(struct inode *olddir, struct dentry *olddentry, 238 TP_ARGS(olddir, olddentry, newdir, newdentry, flags), 249 __entry->oldino = olddir->i_ino; 263 TP_PROTO(struct inode *olddir, struct dentry *olddentry, \ 266 TP_ARGS(olddir, olddentry, newdir, newdentry, flags))
|
/kernel/linux/linux-6.6/fs/exfat/ |
H A D | namei.c | 1172 struct exfat_chain olddir, newdir; in __exfat_rename() local 1195 exfat_chain_set(&olddir, EXFAT_I(old_parent_inode)->start_clu, in __exfat_rename() 1243 if (olddir.dir == newdir.dir) in __exfat_rename() 1244 ret = exfat_rename_file(new_parent_inode, &olddir, dentry, in __exfat_rename() 1247 ret = exfat_move_file(new_parent_inode, &olddir, dentry, in __exfat_rename()
|
/kernel/linux/linux-5.10/fs/overlayfs/ |
H A D | overlayfs.h | 210 static inline int ovl_do_rename(struct inode *olddir, struct dentry *olddentry, in ovl_do_rename() argument 217 err = vfs_rename(olddir, olddentry, newdir, newdentry, NULL, flags); in ovl_do_rename()
|
H A D | dir.c | 1086 static int ovl_rename(struct inode *olddir, struct dentry *old, in ovl_rename() argument 1103 bool samedir = olddir == newdir; in ovl_rename()
|
/kernel/linux/linux-5.10/fs/nfs/ |
H A D | nfs4trace.h | 1371 const struct inode *olddir, 1378 TP_ARGS(olddir, oldname, newdir, newname, error), 1383 __field(u64, olddir) 1390 __entry->dev = olddir->i_sb->s_dev; 1391 __entry->olddir = NFS_FILEID(olddir); 1404 (unsigned long long)__entry->olddir,
|
/kernel/linux/linux-6.6/fs/nfs/ |
H A D | nfs4trace.h | 1106 const struct inode *olddir, 1113 TP_ARGS(olddir, oldname, newdir, newname, error), 1118 __field(u64, olddir) 1125 __entry->dev = olddir->i_sb->s_dev; 1126 __entry->olddir = NFS_FILEID(olddir); 1139 (unsigned long long)__entry->olddir,
|
/kernel/linux/linux-6.6/fs/overlayfs/ |
H A D | overlayfs.h | 340 static inline int ovl_do_rename(struct ovl_fs *ofs, struct inode *olddir, in ovl_do_rename() argument 347 .old_dir = olddir, in ovl_do_rename()
|
H A D | dir.c | 1077 static int ovl_rename(struct mnt_idmap *idmap, struct inode *olddir, in ovl_rename() argument 1094 bool samedir = olddir == newdir; in ovl_rename()
|
/kernel/linux/linux-5.10/fs/ceph/ |
H A D | inode.c | 1389 struct inode *olddir = req->r_old_dentry_dir; in ceph_fill_trace() local 1390 BUG_ON(!olddir); in ceph_fill_trace() 1401 ceph_dir_clear_ordered(olddir); in ceph_fill_trace()
|
/kernel/linux/linux-6.6/fs/ceph/ |
H A D | inode.c | 1659 struct inode *olddir = req->r_old_dentry_dir; in ceph_fill_trace() local 1660 BUG_ON(!olddir); in ceph_fill_trace() 1671 ceph_dir_clear_ordered(olddir); in ceph_fill_trace()
|