OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:ufsmount
(Results
1 - 2
of
2
) sorted by relevancy
/src/sys/ufs/ufs/
ufsmount.h
1
/* $NetBSD:
ufsmount
.h,v 1.44 2022/11/17 06:40:40 chs Exp $ */
31
* @(#)
ufsmount
.h 8.6 (Berkeley) 3/30/95
75
struct
ufsmount
{
struct
181
/* Convert mount ptr to
ufsmount
ptr. */
182
#define VFSTOUFS(mp) ((struct
ufsmount
*)((mp)->mnt_data))
191
* Macros to access file system parameters in the
ufsmount
structure.
/src/usr.bin/fstat/
fstat.c
66
#include <ufs/ufs/
ufsmount
.h>
755
struct
ufsmount
ufsmount
;
local in function:ufs_filestat
766
if (!KVM_READ(inode.i_ump, &
ufsmount
, sizeof (struct
ufsmount
))) {
767
dprintf("can't read
ufsmount
at %p for pid %d", inode.i_ump, Pid);
771
switch (
ufsmount
.um_fstype) {
792
ufsmount
.um_fstype, Pid);
Completed in 13 milliseconds
Indexes created Sun Sep 28 07:09:56 GMT 2025