Home
last modified time | relevance | path

Searched refs:vfs_fchown (Results 1 – 3 of 3) sorted by relevance

/linux/fs/
H A Dopen.c842 int vfs_fchown(struct file *file, uid_t user, gid_t group) in vfs_fchown() function
862 return vfs_fchown(fd_file(f), user, group); in ksys_fchown()
/linux/init/
H A Dinitramfs.c389 vfs_fchown(wfile, uid, gid); in do_name()
/linux/include/linux/
H A Dfs.h2038 int vfs_fchown(struct file *file, uid_t user, gid_t group);