Searched refs:newdir (Results 1 – 6 of 6) sorted by relevance
/linux/fs/fuse/ |
H A D | dir.c | 1034 struct inode *newdir, struct dentry *newent, in fuse_rename_common() argument 1043 inarg.newdir = get_node_id(newdir); in fuse_rename_common() 1063 if (olddir != newdir) in fuse_rename_common() 1064 fuse_dir_changed(newdir); in fuse_rename_common() 1084 struct dentry *oldent, struct inode *newdir, in fuse_rename2() argument 1101 olddir, oldent, newdir, newent, flags, in fuse_rename2() 1109 err = fuse_rename_common(&invalid_mnt_idmap, olddir, oldent, newdir, newent, 0, in fuse_rename2() 1117 static int fuse_link(struct dentry *entry, struct inode *newdir, in fuse_link() argument 1134 err = create_new_entry(&invalid_mnt_idmap, fm, &args, newdir, newent, inode->i_mode); in fuse_link()
|
/linux/include/uapi/linux/ |
H A D | fuse.h | 748 uint64_t newdir; 752 uint64_t newdir; 737 uint64_t newdir; global() member 741 uint64_t newdir; global() member
|
/linux/fs/exfat/ |
H A D | namei.c | 1079 struct exfat_chain newdir; in exfat_move_file() local 1089 newentry = exfat_find_empty_entry(parent_inode, &newdir, in exfat_move_file() 1111 ei->dir = newdir; in exfat_move_file()
|
/linux/fs/nfs/ |
H A D | nfs4trace.h | 1138 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/fs/overlayfs/ |
H A D | dir.c | 724 static int ovl_link(struct dentry *old, struct inode *newdir, in ovl_link() argument 1094 struct dentry *old, struct inode *newdir, in ovl_rename() argument 1110 bool samedir = olddir == newdir; in ovl_rename()
|
H A D | overlayfs.h | 356 struct dentry *olddentry, struct inode *newdir, in ovl_do_rename() argument 365 .new_dir = newdir, in ovl_do_rename()
|