Searched defs:msdosfsmount (Results 1 – 1 of 1) sorted by relevance
108 struct msdosfsmount { struct109 struct mount *pm_mountp;/* vfs mount struct for this fs */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 bits115 mode_t pm_dirmask; /* mask to and with file protection bits117 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 */[all …]