Searched defs:msdosfsmount (Results 1 – 1 of 1) sorted by relevance
70 struct msdosfsmount { struct71 struct mount *pm_mountp;/* vfs mount struct for this fs */72 struct g_consumer *pm_cp;73 struct bufobj *pm_bo;74 uid_t pm_uid; /* uid to set as owner of the files */75 gid_t pm_gid; /* gid to set as owner of the files */76 mode_t pm_mask; /* mask to and with file protection bits 78 mode_t pm_dirmask; /* mask to and with file protection bits80 struct vnode *pm_devvp; /* vnode for character device mounted */81 struct cdev *pm_dev; /* character device mounted */[all …]