Home
last modified time | relevance | path

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

/openbmc/linux/init/
H A Dinitramfs.c378 vfs_fchown(wfile, uid, gid); in do_name()
/openbmc/linux/fs/
H A Dopen.c843 int vfs_fchown(struct file *file, uid_t user, gid_t group) in vfs_fchown() function
862 error = vfs_fchown(f.file, user, group); in ksys_fchown()
/openbmc/linux/include/linux/
H A Dfs.h1825 int vfs_fchown(struct file *file, uid_t user, gid_t group);