Home
last modified time | relevance | path

Searched refs:f_owner (Results 1 – 3 of 3) sorted by path

/original-bsd/sbin/mount/
H A Dmount.c376 if (sfp->f_owner) {
378 if ((pw = getpwuid(sfp->f_owner)) != NULL)
381 (void)printf("%d", sfp->f_owner);
/original-bsd/sys/kern/
H A Dvfs_syscalls.c95 if (mp->mnt_stat.f_owner != p->p_ucred->cr_uid &&
195 mp->mnt_stat.f_owner = p->p_ucred->cr_uid;
316 if ((mp->mnt_stat.f_owner != p->p_ucred->cr_uid) &&
/original-bsd/sys/sys/
H A Dmount.h50 uid_t f_owner; /* user that mounted the filesystem */ member