Home
last modified time | relevance | path

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

/openbmc/qemu/hw/9pfs/
H A D9p-local.c342 static int fchmodat_nofollow(int dirfd, const char *name, mode_t mode) in fchmodat_nofollow() function
457 return fchmodat_nofollow(dirfd, name, credp->fc_mode & 07777); in local_set_cred_passthrough()
654 ret = fchmodat_nofollow(dirfd, name, credp->fc_mode); in local_chmod()