Home
last modified time | relevance | path

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

/mirbsd/src/sys/msdosfs/
Dmsdosfsmount.h58 struct msdosfsmount { struct
59 struct mount *pm_mountp;/* vfs mount struct for this fs */
60 dev_t pm_dev; /* block special device mounted */
61 uid_t pm_uid; /* uid to set as owner of the files */
62 gid_t pm_gid; /* gid to set as owner of the files */
63 mode_t pm_mask; /* mask to and with file protection bits */
64 struct vnode *pm_devvp; /* vnode for block device mntd */
65 struct bpb50 pm_bpb; /* BIOS parameter blk for this fs */
66 uint32_t pm_FATsecs; /* actual number of fat sectors */
67 uint32_t pm_fatblk; /* block # of first FAT */
[all …]