Home
last modified time | relevance | path

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

/titanic_50/usr/src/uts/common/sys/fs/
H A Dpc_fs.h388 struct pcfs { struct
389 struct vfs *pcfs_vfs; /* vfs for this fs */ argument
390 int pcfs_flags; /* flags */ argument
391 int pcfs_ldrive; /* logical DOS drive number */ argument
392 fattype_t pcfs_fattype; argument
393 dev_t pcfs_xdev; /* actual device that is mounted */ argument
394 struct vnode *pcfs_devvp; /* and a vnode for it */ argument
395 int pcfs_secsize; /* sector size in bytes */ argument
396 int pcfs_spcl; /* sectors per cluster */ argument
397 int pcfs_spt; /* sectors per track */ argument
[all …]