Searched refs:olddir (Results 1 - 6 of 6) sorted by relevance

/linux-master/fs/fuse/
H A Ddir.c1022 static int fuse_rename_common(struct inode *olddir, struct dentry *oldent, argument
1028 struct fuse_mount *fm = get_fuse_mount(olddir);
1035 args.nodeid = get_node_id(olddir);
1051 fuse_dir_changed(olddir);
1052 if (olddir != newdir)
1072 static int fuse_rename2(struct mnt_idmap *idmap, struct inode *olddir, argument
1076 struct fuse_conn *fc = get_fuse_conn(olddir);
1079 if (fuse_is_bad(olddir))
1089 err = fuse_rename_common(olddir, oldent, newdir, newent, flags,
1097 err = fuse_rename_common(olddir, olden
[all...]
/linux-master/fs/exfat/
H A Dnamei.c1107 struct exfat_chain olddir, newdir; local
1129 exfat_chain_set(&olddir, EXFAT_I(old_parent_inode)->start_clu,
1177 if (olddir.dir == newdir.dir)
1178 ret = exfat_rename_file(new_parent_inode, &olddir, dentry,
1181 ret = exfat_move_file(new_parent_inode, &olddir, dentry,
/linux-master/fs/nfs/
H A Dnfs4trace.h1136 const struct inode *olddir,
1143 TP_ARGS(olddir, oldname, newdir, newname, error),
1148 __field(u64, olddir)
1155 __entry->dev = olddir->i_sb->s_dev;
1156 __entry->olddir = NFS_FILEID(olddir);
1169 (unsigned long long)__entry->olddir,
/linux-master/fs/overlayfs/
H A Doverlayfs.h352 static inline int ovl_do_rename(struct ovl_fs *ofs, struct inode *olddir, argument
359 .old_dir = olddir,
H A Ddir.c1066 static int ovl_rename(struct mnt_idmap *idmap, struct inode *olddir, argument
1083 bool samedir = olddir == newdir;
/linux-master/fs/ceph/
H A Dinode.c1691 struct inode *olddir = req->r_old_dentry_dir; local
1692 BUG_ON(!olddir);
1700 ceph_dir_clear_ordered(olddir);

Completed in 271 milliseconds