Home
last modified time | relevance | path

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

/linux-4.19.296/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()
/linux-4.19.296/fs/
Dopen.c730 SYSCALL_DEFINE3(fchown, unsigned int, fd, uid_t, user, gid_t, group) in SYSCALL_DEFINE3() argument