Home
last modified time | relevance | path

Searched refs:fchown (Results 1 – 2 of 2) sorted by relevance

/fs/hostfs/
Dhostfs_user.c210 if (fchown(fd, attrs->ia_uid, -1)) in set_attr()
218 if (fchown(fd, -1, attrs->ia_gid)) in set_attr()
/fs/
Dopen.c759 SYSCALL_DEFINE3(fchown, unsigned int, fd, uid_t, user, gid_t, group) in SYSCALL_DEFINE3() argument