Home
last modified time | relevance | path

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

/linux-4.4.14/fs/nfs/
Dnfs4trace.h742 const struct inode *olddir,
749 TP_ARGS(olddir, oldname, newdir, newname, error),
754 __field(u64, olddir)
761 __entry->dev = olddir->i_sb->s_dev;
762 __entry->olddir = NFS_FILEID(olddir);
775 (unsigned long long)__entry->olddir,
/linux-4.4.14/fs/overlayfs/
Doverlayfs.h109 static inline int ovl_do_rename(struct inode *olddir, struct dentry *olddentry, in ovl_do_rename() argument
118 err = vfs_rename(olddir, olddentry, newdir, newdentry, NULL, flags); in ovl_do_rename()
Ddir.c703 static int ovl_rename2(struct inode *olddir, struct dentry *old, in ovl_rename2() argument
/linux-4.4.14/fs/fuse/
Ddir.c700 static int fuse_rename_common(struct inode *olddir, struct dentry *oldent, in fuse_rename_common() argument
706 struct fuse_conn *fc = get_fuse_conn(olddir); in fuse_rename_common()
713 args.in.h.nodeid = get_node_id(olddir); in fuse_rename_common()
732 fuse_invalidate_attr(olddir); in fuse_rename_common()
733 if (olddir != newdir) in fuse_rename_common()
756 static int fuse_rename2(struct inode *olddir, struct dentry *oldent, in fuse_rename2() argument
760 struct fuse_conn *fc = get_fuse_conn(olddir); in fuse_rename2()
770 err = fuse_rename_common(olddir, oldent, newdir, newent, flags, in fuse_rename2()
778 err = fuse_rename_common(olddir, oldent, newdir, newent, 0, in fuse_rename2()
/linux-4.4.14/fs/ceph/
Dinode.c1210 struct inode *olddir = req->r_old_dentry_dir; in ceph_fill_trace() local
1211 BUG_ON(!olddir); in ceph_fill_trace()
1222 ceph_dir_clear_ordered(olddir); in ceph_fill_trace()