Home
last modified time | relevance | path

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

/netbsd/sys/fs/msdosfs/
H A Dmsdosfsmount.h108 struct msdosfsmount { struct
110 dev_t pm_dev; /* block special device mounted */
111 uid_t pm_uid; /* uid to set as owner of the files */
112 gid_t pm_gid; /* gid to set as owner of the files */
113 mode_t pm_mask; /* mask to and with file protection bits
117 int pm_gmtoff; /* offset from UTC in seconds */
118 struct vnode *pm_devvp; /* vnode for block device mntd */
119 struct bpb50 pm_bpb; /* BIOS parameter blk for this fs */
120 u_long pm_FATsecs; /* actual number of FAT sectors */
121 u_long pm_fatblk; /* sector # of first FAT */
[all …]