Searched refs:olddir (Results 1 – 5 of 5) sorted by relevance
/linux-4.1.27/fs/nfs/ |
D | nfs4trace.h | 742 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.1.27/fs/overlayfs/ |
D | overlayfs.h | 109 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()
|
D | dir.c | 703 static int ovl_rename2(struct inode *olddir, struct dentry *old, in ovl_rename2() argument
|
/linux-4.1.27/fs/fuse/ |
D | dir.c | 700 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.1.27/fs/ceph/ |
D | inode.c | 1205 struct inode *olddir = req->r_old_dentry_dir; in ceph_fill_trace() local 1206 BUG_ON(!olddir); in ceph_fill_trace() 1227 ceph_dir_clear_ordered(olddir); in ceph_fill_trace()
|