Home
last modified time | relevance | path

Searched refs:olddir (Results 1 – 5 of 5) sorted by relevance

/fs/fuse/
Ddir.c758 static int fuse_rename_common(struct inode *olddir, struct dentry *oldent, in fuse_rename_common() argument
764 struct fuse_conn *fc = get_fuse_conn(olddir); in fuse_rename_common()
771 args.nodeid = get_node_id(olddir); in fuse_rename_common()
790 fuse_dir_changed(olddir); in fuse_rename_common()
791 if (olddir != newdir) in fuse_rename_common()
814 static int fuse_rename2(struct inode *olddir, struct dentry *oldent, in fuse_rename2() argument
818 struct fuse_conn *fc = get_fuse_conn(olddir); in fuse_rename2()
828 err = fuse_rename_common(olddir, oldent, newdir, newent, flags, in fuse_rename2()
836 err = fuse_rename_common(olddir, oldent, newdir, newent, 0, in fuse_rename2()
/fs/nfs/
Dnfs4trace.h1148 const struct inode *olddir,
1155 TP_ARGS(olddir, oldname, newdir, newname, error),
1160 __field(u64, olddir)
1167 __entry->dev = olddir->i_sb->s_dev;
1168 __entry->olddir = NFS_FILEID(olddir);
1181 (unsigned long long)__entry->olddir,
/fs/overlayfs/
Doverlayfs.h164 static inline int ovl_do_rename(struct inode *olddir, struct dentry *olddentry, in ovl_do_rename() argument
171 err = vfs_rename(olddir, olddentry, newdir, newdentry, NULL, flags); in ovl_do_rename()
Ddir.c1023 static int ovl_rename(struct inode *olddir, struct dentry *old, in ovl_rename() argument
1040 bool samedir = olddir == newdir; in ovl_rename()
/fs/ceph/
Dinode.c1361 struct inode *olddir = req->r_old_dentry_dir; in ceph_fill_trace() local
1362 BUG_ON(!olddir); in ceph_fill_trace()
1373 ceph_dir_clear_ordered(olddir); in ceph_fill_trace()