Searched defs:msdosfsmount (Results 1 – 1 of 1) sorted by relevance
74 struct msdosfsmount { struct75 struct mount *pm_mountp;/* vfs mount struct for this fs */76 struct g_consumer *pm_cp;77 struct bufobj *pm_bo;78 uid_t pm_uid; /* uid to set as owner of the files */79 gid_t pm_gid; /* gid to set as owner of the files */80 mode_t pm_mask; /* mask to and with file protection bits82 mode_t pm_dirmask; /* mask to and with file protection bits84 struct vnode *pm_devvp; /* vnode for character device mounted */85 struct vnode *pm_odevvp;/* real devfs vnode */[all …]