Searched refs:oldent (Results 1 - 1 of 1) sorted by relevance
/linux-4.4.14/fs/fuse/ |
H A D | dir.c | 700 static int fuse_rename_common(struct inode *olddir, struct dentry *oldent, fuse_rename_common() argument 717 args.in.args[1].size = oldent->d_name.len + 1; fuse_rename_common() 718 args.in.args[1].value = oldent->d_name.name; fuse_rename_common() 724 fuse_invalidate_attr(d_inode(oldent)); fuse_rename_common() 725 fuse_update_ctime(d_inode(oldent)); fuse_rename_common() 748 fuse_invalidate_entry(oldent); fuse_rename_common() 756 static int fuse_rename2(struct inode *olddir, struct dentry *oldent, fuse_rename2() argument 770 err = fuse_rename_common(olddir, oldent, newdir, newent, flags, fuse_rename2() 778 err = fuse_rename_common(olddir, oldent, newdir, newent, 0, fuse_rename2()
|
Completed in 50 milliseconds