Home
last modified time | relevance | path

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

/freebsd/sys/fs/msdosfs/
H A Dmsdosfsmount.h74 struct msdosfsmount { struct
75 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 bits
82 mode_t pm_dirmask; /* mask to and with file protection bits
84 struct vnode *pm_devvp; /* vnode for character device mounted */
85 struct vnode *pm_odevvp;/* real devfs vnode */
[all …]