Home
last modified time | relevance | path

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

/openbsd/src/sys/miscfs/fuse/
Dfuse_vnops.c367 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()
Dfuse_vfsops.c211 if (!fmp->allow_other && p->p_ucred->cr_uid != mp->mnt_stat.f_owner) in fusefs_statfs()
/openbsd/src/sys/sys/
Dmount.h301 uid_t f_owner; /* user that mounted the file system */ member
/openbsd/src/sys/kern/
Dvfs_subr.c2336 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()
Dvfs_syscalls.c218 mp->mnt_stat.f_owner = p->p_ucred->cr_uid; in sys_mount()
/openbsd/src/regress/usr.bin/diff/
Dt9.1121 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) &&
Dt9.2150 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) &&
/openbsd/src/gnu/llvm/compiler-rt/lib/sanitizer_common/
Dsanitizer_platform_limits_netbsd.cpp2730 u32 f_owner; member