Searched refs:fuse_rename_common (Results 1 – 1 of 1) sorted by relevance
/openbmc/linux/fs/fuse/ |
H A D | dir.c | 1018 static int fuse_rename_common(struct inode *olddir, struct dentry *oldent, in fuse_rename_common() function 1085 err = fuse_rename_common(olddir, oldent, newdir, newent, flags, in fuse_rename2() 1093 err = fuse_rename_common(olddir, oldent, newdir, newent, 0, in fuse_rename2()
|