HomeSort by: relevance | last modified time | path
    Searched refs:f_owner (Results 1 - 16 of 16) sorted by relevancy

  /src/sys/compat/sys/
mount.h 54 uid_t f_owner; /* user that mounted the file system */ member in struct:statfs12
128 s12->f_owner = fs->f_owner;
statvfs.h 63 uid_t f_owner; /* user that mounted the file system */ member in struct:statvfs90
107 s90->f_owner = s->f_owner;
  /src/sys/secmodel/extensions/
secmodel_extensions_vfs.c 171 if (mp->mnt_stat.f_owner == kauth_cred_geteuid(cred))
181 if (mp->mnt_stat.f_owner == kauth_cred_geteuid(cred) &&
  /src/sys/sys/
statvfs.h 92 uid_t f_owner; /* user that mounted the file system */ member in struct:statvfs
  /src/sys/compat/netbsd32/
netbsd32_compat_20.c 72 sb32p->f_owner = sbp->f_owner;
netbsd32_conv.h 371 sb32p->f_owner = sbp->f_owner;
413 sb32p->f_owner = sbp->f_owner;
netbsd32.h 311 uid_t f_owner; /* user that mounted the file system */ member in struct:netbsd32_statfs
905 uid_t f_owner; /* user that mounted the file system */ member in struct:netbsd32_statvfs90
933 uid_t f_owner; /* user that mounted the file system */ member in struct:netbsd32_statvfs
  /src/sys/fs/puffs/
puffs_msgif.h 142 uid_t f_owner; /* user that mounted the file system */ member in struct:puffs_statvfs
182 ps->f_owner = s->f_owner;
218 s->f_owner = ps->f_owner;
  /src/share/examples/refuse/dbfs/
dbfs.c 168 st->f_owner = dbst.st_uid;
  /src/sbin/mount/
mount.c 611 if (sfp->f_owner) {
613 if ((pw = getpwuid(sfp->f_owner)) != NULL)
616 (void)printf("%d", sfp->f_owner);
  /src/share/examples/refuse/fanoutfs/
fanoutfs.c 340 st->f_owner = vfs.st_uid;
  /src/bin/df/
df.c 501 " asyncwrites\n\n", (unsigned long)sfsp->f_owner,
  /src/sys/kern/
vfs_subr.c 1279 sbp->f_owner = mbp->f_owner;
1782 (*pr)("\towner = %"PRIu32"\n", mp->mnt_stat.f_owner);
vfs_mount.c 834 mp->mnt_stat.f_owner = kauth_cred_geteuid(l->l_cred);
  /src/share/examples/refuse/icfs/
icfs.c 223 st->f_owner = vfs.st_uid;
  /src/lib/libperfuse/
ops.c 1001 svfsb->f_owner = ps->ps_owner_uid;

Completed in 78 milliseconds