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

/freebsd-11-stable/sys/compat/freebsd32/
H A Dfreebsd32.h108 uid_t f_owner; member in struct:statfs32
H A Dfreebsd32_misc.c236 CP(*in, *out, f_owner);
/freebsd-11-stable/sbin/mount/
H A Dmount.c678 if ((flags & MNT_USER) != 0 || sfp->f_owner != 0) {
680 if ((pw = getpwuid(sfp->f_owner)) != NULL)
683 (void)printf("%d", sfp->f_owner);
/freebsd-11-stable/sys/sys/
H A Dmount.h87 uid_t f_owner; /* user that mounted the filesystem */ member in struct:statfs
111 uid_t f_owner; /* user that mounted the filesystem */ member in struct:ostatfs
/freebsd-11-stable/sys/kern/
H A Dvfs_mount.c480 mp->mnt_stat.f_owner = cred->cr_uid;
H A Dvfs_syscalls.c669 osp->f_owner = nsp->f_owner;
H A Dvfs_subr.c3713 (u_int)sp->f_owner, (int)sp->f_fsid.val[0], (int)sp->f_fsid.val[1]);
/freebsd-11-stable/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_platform_limits_netbsd.cpp2445 u32 f_owner; member in struct:statvfs90

Completed in 218 milliseconds