Home
last modified time | relevance | path

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

/dflybsd-src/sys/vfs/msdosfs/
H A Dmsdosfsmount.h70 struct msdosfsmount { struct
71 struct mount *pm_mountp;/* vfs mount struct for this fs */
72 uid_t pm_uid; /* uid to set as owner of the files */
73 gid_t pm_gid; /* gid to set as owner of the files */
74 mode_t pm_mask; /* mask to and with file protection bits
76 mode_t pm_dirmask; /* mask to and with file protection bits
78 struct vnode *pm_devvp; /* vnode for character device mounted */
80 cdev_t pm_dev; /* character device mounted */
82 struct bpb50 pm_bpb; /* BIOS parameter blk for this fs */
83 u_long pm_BlkPerSec; /* How many DEV_BSIZE blocks fit inside a physical sector */
[all …]