Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/sys/fs/
H A Dpc_fs.h452 #define IS_FAT12(PCFS) ((PCFS)->pcfs_fattype == FAT12) argument
453 #define IS_FAT16(PCFS) ((PCFS)->pcfs_fattype == FAT16) argument
454 #define IS_FAT32(PCFS) ((PCFS)->pcfs_fattype == FAT32) argument
517 #define pc_clear_fatchanges(PCFS) \ argument
520 #define pc_blksize(PCFS, PCP, OFF) /* file system block size */ \ argument
530 #define pc_blkoff(PCFS, OFF) /* offset within block */ \ argument
533 #define pc_lblkno(PCFS, OFF) /* logical block (cluster) no */ \ argument
536 #define pc_dbtocl(PCFS, DB) /* disk blks to clusters */ \ argument
539 #define pc_cltodb(PCFS, CL) /* clusters to disk blks */ \ argument
559 #define pc_direntpersec(PCFS) \ argument
[all …]