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

/illumos-gate/usr/src/uts/common/sys/fs/
H A Dpc_fs.h75 * Most of the FAT32 changes to pcfs are under 'if it's FAT32' to minimize the
388 struct pcfs { struct
421 kthread_id_t pcfs_owner; /* id of thread locking pcfs */
422 int pcfs_count; /* # of pcfs locks for pcfs_owner */
424 struct pcfs *pcfs_nxt; /* linked list of all mounts */
469 * pcfs mount options.
489 #define VFSTOPCFS(VFSP) ((struct pcfs *)((VFSP)->vfs_data))
575 extern int pc_lockfs(struct pcfs *, int, int); /* lock fs and get fat */
576 extern void pc_unlockfs(struct pcfs *); /* ulock the fs */
577 extern int pc_getfat(struct pcfs *); /* ge
[all...]

Completed in 47 milliseconds