Home
last modified time | relevance | path

Searched defs:msdosfsmount (Results 1 – 2 of 2) sorted by relevance

/openbsd/sys/msdosfs/
H A Dmsdosfsmount.h54 struct msdosfsmount { struct
56 dev_t pm_dev; /* block special device mounted */
57 uid_t pm_uid; /* uid to set as owner of the files */
58 gid_t pm_gid; /* gid to set as owner of the files */
64 uint32_t pm_fatblk; /* block # of first FAT */
69 uint32_t pm_maxcluster; /* maximum cluster number */
74 uint32_t pm_bpcluster; /* bytes per cluster */
78 uint32_t pm_fatsize; /* size of fat in bytes */
80 uint32_t pm_fsinfo; /* fsinfo block number */
82 u_int pm_fatdiv; /* offset computation */
[all …]
/openbsd/usr.sbin/makefs/msdos/
H A Dmsdosfsmount.h76 struct msdosfsmount { struct
77 struct mount *pm_mountp;/* vfs mount struct for this fs */
78 dev_t pm_dev; /* block special device mounted */
79 uid_t pm_uid; /* uid to set as owner of the files */
80 gid_t pm_gid; /* gid to set as owner of the files */
81 mode_t pm_mask; /* mask to and with file protection bits
85 int pm_minuteswest; /* of Greenwitch */
87 struct bpb50 pm_bpb; /* BIOS parameter blk for this fs */
88 u_long pm_FATsecs; /* actual number of FAT sectors */
89 u_long pm_fatblk; /* sector # of first FAT */
[all …]