Searched refs:olddir (Results 1 - 5 of 5) sorted by relevance
/linux-4.4.14/fs/overlayfs/ |
H A D | overlayfs.h | 109 static inline int ovl_do_rename(struct inode *olddir, struct dentry *olddentry, ovl_do_rename() argument 118 err = vfs_rename(olddir, olddentry, newdir, newdentry, NULL, flags); ovl_do_rename()
|
H A D | dir.c | 703 static int ovl_rename2(struct inode *olddir, struct dentry *old, ovl_rename2() argument
|
/linux-4.4.14/fs/nfs/ |
H A 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.4.14/fs/fuse/ |
H A D | dir.c | 700 static int fuse_rename_common(struct inode *olddir, struct dentry *oldent, fuse_rename_common() argument 706 struct fuse_conn *fc = get_fuse_conn(olddir); fuse_rename_common() 713 args.in.h.nodeid = get_node_id(olddir); fuse_rename_common() 732 fuse_invalidate_attr(olddir); fuse_rename_common() 733 if (olddir != newdir) fuse_rename_common() 756 static int fuse_rename2(struct inode *olddir, struct dentry *oldent, fuse_rename2() argument 760 struct fuse_conn *fc = get_fuse_conn(olddir); fuse_rename2() 770 err = fuse_rename_common(olddir, oldent, newdir, newent, flags, fuse_rename2() 778 err = fuse_rename_common(olddir, oldent, newdir, newent, 0, fuse_rename2()
|
/linux-4.4.14/fs/ceph/ |
H A D | inode.c | 1210 struct inode *olddir = req->r_old_dentry_dir; ceph_fill_trace() local 1211 BUG_ON(!olddir); ceph_fill_trace() 1222 ceph_dir_clear_ordered(olddir); ceph_fill_trace()
|
Completed in 128 milliseconds