Searched refs:vfs_fchown (Results 1 – 3 of 3) sorted by relevance
842 int vfs_fchown(struct file *file, uid_t user, gid_t group) in vfs_fchown() function862 return vfs_fchown(fd_file(f), user, group); in ksys_fchown()
389 vfs_fchown(wfile, uid, gid); in do_name()
2038 int vfs_fchown(struct file *file, uid_t user, gid_t group);