Searched refs:fuse_rename_common (Results 1 – 1 of 1) sorted by relevance
| /linux/fs/fuse/ |
| H A D | dir.c | 1240 static int fuse_rename_common(struct mnt_idmap *idmap, struct inode *olddir, struct dentry *oldent, in fuse_rename_common() function 1307 err = fuse_rename_common((flags & RENAME_WHITEOUT) ? idmap : &invalid_mnt_idmap, in fuse_rename2() 1316 err = fuse_rename_common(&invalid_mnt_idmap, olddir, oldent, newdir, newent, 0, in fuse_rename2()
|