Home
last modified time | relevance | path

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

/freebsd-9-stable/sys/fs/msdosfs/
Dmsdosfsmount.h70 struct msdosfsmount { struct
71 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 bits
80 struct vnode *pm_devvp; /* vnode for character device mounted */
81 struct cdev *pm_dev; /* character device mounted */
[all …]