Searched refs:newdir (Results 1 – 3 of 3) sorted by relevance
| /linux/fs/fuse/ |
| H A D | dir.c | 1241 struct inode *newdir, struct dentry *newent, in fuse_rename_common() argument 1250 inarg.newdir = get_node_id(newdir); in fuse_rename_common() 1270 if (olddir != newdir) in fuse_rename_common() 1271 fuse_dir_changed(newdir); in fuse_rename_common() 1291 struct dentry *oldent, struct inode *newdir, in fuse_rename2() argument 1308 olddir, oldent, newdir, newent, flags, in fuse_rename2() 1316 err = fuse_rename_common(&invalid_mnt_idmap, olddir, oldent, newdir, newent, 0, in fuse_rename2() 1324 static int fuse_link(struct dentry *entry, struct inode *newdir, in fuse_link() argument 1344 err = create_new_nondir(&invalid_mnt_idmap, fm, &args, newdir, newent, inode->i_mode); in fuse_link()
|
| /linux/include/uapi/linux/ |
| H A D | fuse.h | 763 uint64_t newdir; member 767 uint64_t newdir; member
|
| /linux/fs/overlayfs/ |
| H A D | dir.c | 753 static int ovl_link(struct dentry *old, struct inode *newdir, in ovl_link() argument 1334 struct dentry *old, struct inode *newdir, in ovl_rename() argument
|