Home
last modified time | relevance | path

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

/netbsd/sys/compat/sys/
H A Dstatvfs.h63 uid_t f_owner; /* user that mounted the file system */ member
107 s90->f_owner = s->f_owner; in statvfs_to_statvfs90()
H A Dmount.h54 uid_t f_owner; /* user that mounted the file system */ member
128 s12->f_owner = fs->f_owner; in statvfs_to_statfs12()
/netbsd/sys/fs/puffs/
H A Dpuffs_msgif.h142 uid_t f_owner; /* user that mounted the file system */ member
182 ps->f_owner = s->f_owner; in statvfs_to_puffs_statvfs()
218 s->f_owner = ps->f_owner; in puffs_statvfs_to_statvfs()
/netbsd/sys/secmodel/extensions/
H A Dsecmodel_extensions_vfs.c171 if (mp->mnt_stat.f_owner == kauth_cred_geteuid(cred)) in secmodel_extensions_system_cb()
181 if (mp->mnt_stat.f_owner == kauth_cred_geteuid(cred) && in secmodel_extensions_system_cb()
/netbsd/sys/compat/netbsd32/
H A Dnetbsd32_compat_20.c72 sb32p->f_owner = sbp->f_owner; in compat_20_netbsd32_from_statvfs()
H A Dnetbsd32.h302 uid_t f_owner; /* user that mounted the file system */ member
896 uid_t f_owner; /* user that mounted the file system */ member
924 uid_t f_owner; /* user that mounted the file system */ member
H A Dnetbsd32_conv.h370 sb32p->f_owner = sbp->f_owner; in netbsd32_from_statvfs90()
412 sb32p->f_owner = sbp->f_owner; in netbsd32_from_statvfs()
/netbsd/sbin/mount/
H A Dmount.c596 if (sfp->f_owner) { in prmount()
598 if ((pw = getpwuid(sfp->f_owner)) != NULL) in prmount()
601 (void)printf("%d", sfp->f_owner); in prmount()
/netbsd/sys/sys/
H A Dstatvfs.h92 uid_t f_owner; /* user that mounted the file system */ member
/netbsd/share/examples/refuse/dbfs/
H A Ddbfs.c168 st->f_owner = dbst.st_uid; in dbfs_statfs()
/netbsd/sys/kern/
H A Dvfs_subr.c1278 sbp->f_owner = mbp->f_owner; in copy_statvfs_info()
1779 (*pr)("\towner = %"PRIu32"\n", mp->mnt_stat.f_owner); in vfs_mount_print()
H A Dvfs_mount.c829 mp->mnt_stat.f_owner = kauth_cred_geteuid(l->l_cred); in mount_domount()
/netbsd/share/examples/refuse/fanoutfs/
H A Dfanoutfs.c340 st->f_owner = vfs.st_uid; in fanoutfs_statfs()
/netbsd/bin/df/
H A Ddf.c481 " asyncwrites\n\n", (unsigned long)sfsp->f_owner, in prtstat()
/netbsd/share/examples/refuse/icfs/
H A Dicfs.c223 st->f_owner = vfs.st_uid; in icfs_statfs()
/netbsd/external/gpl3/gdb/dist/sim/ppc/
H A Demul_netbsd.c205 H2T(buf.f_owner); in write_statfs()
/netbsd/external/gpl3/gdb.old/dist/sim/ppc/
H A Demul_netbsd.c205 H2T(buf.f_owner); in write_statfs()
/netbsd/external/cddl/osnet/dist/uts/common/fs/zfs/
H A Dzfs_ctldir.c1329 vfsp->mnt_stat.f_owner = 0; in sfs_snapshot_mount()
/netbsd/external/gpl3/gcc/dist/libsanitizer/sanitizer_common/
H A Dsanitizer_platform_limits_netbsd.cc2727 u32 f_owner; member
/netbsd/external/gpl3/gcc.old/dist/libsanitizer/sanitizer_common/
H A Dsanitizer_platform_limits_netbsd.cc2727 u32 f_owner; member
/netbsd/lib/libperfuse/
H A Dops.c1001 svfsb->f_owner = ps->ps_owner_uid; in perfuse_fs_statvfs()