Searched refs:f_owner (Results 1 – 8 of 8) sorted by relevance
367 if (!fmp->allow_other && cred->cr_uid != fmp->mp->mnt_stat.f_owner) in fusefs_access()419 if (!fmp->allow_other && cred->cr_uid != fmp->mp->mnt_stat.f_owner) { in fusefs_getattr()427 vap->va_uid = fmp->mp->mnt_stat.f_owner; in fusefs_getattr()428 vap->va_gid = fmp->mp->mnt_stat.f_owner; in fusefs_getattr()
211 if (!fmp->allow_other && p->p_ucred->cr_uid != mp->mnt_stat.f_owner) in fusefs_statfs()
301 uid_t f_owner; /* user that mounted the file system */ member
2336 mp->mnt_stat.f_owner, mp->mnt_stat.f_ctime); in vfs_mount_print()2393 sbp->f_owner = mbp->f_owner; in copy_statfs_info()
218 mp->mnt_stat.f_owner = p->p_ucred->cr_uid; in sys_mount()
121 if (mp->mnt_stat.f_owner != p->p_ucred->cr_uid &&216 mp->mnt_stat.f_owner = p->p_ucred->cr_uid;333 if ((mp->mnt_stat.f_owner != p->p_ucred->cr_uid) &&
150 if (mp->mnt_stat.f_owner != p->p_ucred->cr_uid &&255 mp->mnt_stat.f_owner = p->p_ucred->cr_uid;399 if ((mp->mnt_stat.f_owner != p->p_ucred->cr_uid) &&
2730 u32 f_owner; member