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

/linux-master/include/uapi/linux/
H A Dfuse.h732 uint64_t newdir; member in struct:fuse_rename_in
736 uint64_t newdir; member in struct:fuse_rename2_in
/linux-master/fs/fuse/
H A Ddir.c1023 struct inode *newdir, struct dentry *newent,
1032 inarg.newdir = get_node_id(newdir);
1052 if (olddir != newdir)
1053 fuse_dir_changed(newdir);
1073 struct dentry *oldent, struct inode *newdir,
1089 err = fuse_rename_common(olddir, oldent, newdir, newent, flags,
1097 err = fuse_rename_common(olddir, oldent, newdir, newent, 0,
1105 static int fuse_link(struct dentry *entry, struct inode *newdir, argument
1122 err = create_new_entry(fm, &args, newdir, newen
1022 fuse_rename_common(struct inode *olddir, struct dentry *oldent, struct inode *newdir, struct dentry *newent, unsigned int flags, int opcode, size_t argsize) argument
1072 fuse_rename2(struct mnt_idmap *idmap, struct inode *olddir, struct dentry *oldent, struct inode *newdir, struct dentry *newent, unsigned int flags) argument
[all...]
/linux-master/fs/exfat/
H A Dnamei.c1107 struct exfat_chain olddir, newdir; local
1170 ret = exfat_resolve_path(new_parent_inode, new_path, &newdir,
1177 if (olddir.dir == newdir.dir)
1182 &newdir, &uni_name, ei);
/linux-master/fs/nfs/
H A Dnfs4trace.h1138 const struct inode *newdir,
1143 TP_ARGS(olddir, oldname, newdir, newname, error),
1150 __field(u64, newdir)
1157 __entry->newdir = NFS_FILEID(newdir);
1172 (unsigned long long)__entry->newdir,
/linux-master/fs/overlayfs/
H A Ddir.c697 static int ovl_link(struct dentry *old, struct inode *newdir, argument
1067 struct dentry *old, struct inode *newdir,
1083 bool samedir = olddir == newdir;
1066 ovl_rename(struct mnt_idmap *idmap, struct inode *olddir, struct dentry *old, struct inode *newdir, struct dentry *new, unsigned int flags) argument
H A Doverlayfs.h353 struct dentry *olddentry, struct inode *newdir,
362 .new_dir = newdir,
352 ovl_do_rename(struct ovl_fs *ofs, struct inode *olddir, struct dentry *olddentry, struct inode *newdir, struct dentry *newdentry, unsigned int flags) argument

Completed in 162 milliseconds