Searched defs:pcfs (Results 1 – 1 of 1) sorted by relevance
388 struct pcfs { struct389 struct vfs *pcfs_vfs; /* vfs for this fs */ argument390 int pcfs_flags; /* flags */ argument391 int pcfs_ldrive; /* logical DOS drive number */ argument392 fattype_t pcfs_fattype; argument393 dev_t pcfs_xdev; /* actual device that is mounted */ argument394 struct vnode *pcfs_devvp; /* and a vnode for it */ argument395 int pcfs_secsize; /* sector size in bytes */ argument396 int pcfs_spcl; /* sectors per cluster */ argument397 int pcfs_spt; /* sectors per track */ argument[all …]