Searched refs:f_owner (Results 1 - 7 of 7) sorted by relevance

/xnu-2782.1.97/bsd/sys/
H A Dmount.h112 uid_t f_owner; /* user that mounted the filesystem */ \
148 uid_t f_owner; /* user that mounted the filesystem */ member in struct:statfs
174 uid_t f_owner; /* user that mounted the filesystem */ member in struct:vfsstatfs
255 uid_t f_owner; /* user that mounted the filesystem */ member in struct:vfs_attr
H A Dmount_internal.h368 uid_t f_owner; /* user that mounted the filesystem */ member in struct:user64_statfs
395 uid_t f_owner; /* user that mounted the filesystem */ member in struct:user32_statfs
/xnu-2782.1.97/bsd/hfs/
H A Dhfs_readwrite.c1644 kauth_cred_getuid(cred) != vfsp->f_owner) {
1809 kauth_cred_getuid(cred) != vfsp->f_owner) {
1835 kauth_cred_getuid(cred) != vfsp->f_owner) {
1855 kauth_cred_getuid(cred) != vfsp->f_owner) {
1886 kauth_cred_getuid(cred) != vfsp->f_owner) {
1935 kauth_cred_getuid(cred) != vfsp->f_owner) {
2014 kauth_cred_getuid(cred) != vfsp->f_owner) {
2049 kauth_cred_getuid(cred) != vfsp->f_owner) {
2092 if (kauth_cred_getuid(cred) != vfsp->f_owner &&
2101 if (kauth_cred_getuid(cred) != vfsp->f_owner
[all...]
H A Dhfs_vfsops.c4515 if (!kauth_cred_issuser(cred) && (kauth_cred_getuid(cred) != vfs_statfs(mp)->f_owner))
/xnu-2782.1.97/bsd/vfs/
H A Dvfs_syscalls.c555 if (mp->mnt_vfsstat.f_owner != kauth_cred_getuid(vfs_context_ucred(ctx)) &&
655 mp->mnt_vfsstat.f_owner = kauth_cred_getuid(vfs_context_ucred(ctx));
1307 if (mp->mnt_vfsstat.f_owner != kauth_cred_getuid(vfs_context_ucred(ctx)) &&
1789 if ((mp->mnt_vfsstat.f_owner != kauth_cred_getuid(kauth_cred_get())) &&
2482 sfs.f_owner = sfsp->f_owner;
10253 sfs.f_owner = sfsp->f_owner;
10330 sfs.f_owner = sfsp->f_owner;
[all...]
H A Dvfs_subr.c3525 sfs.f_owner = sp->f_owner;
3583 sfs.f_owner = sp->f_owner;
/xnu-2782.1.97/bsd/nfs/
H A Dnfs_vfsops.c1322 mp->mnt_vfsstat.f_owner = kauth_cred_getuid(kauth_cred_get());

Completed in 86 milliseconds