Lines Matching defs:PCFS
452 #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
542 #define pc_dbdaddr(PCFS, DB) /* sector to DEV_BSIZE "sector" addr */ \ argument
545 #define pc_daddrdb(PCFS, DADDR) /* DEV_BSIZE "sector" addr to sector addr */ \ argument
548 #define pc_cldaddr(PCFS, CL) /* DEV_BSIZE "sector" addr for cluster */ \ argument
552 #define pc_daddrcl(PCFS, DADDR) /* cluster for disk address */ \ argument
559 #define pc_direntpersec(PCFS) \ argument
562 #define pc_direntpercl(PCFS) \ argument
568 #define pc_validcl(PCFS, CL) /* check that cluster no is legit */ \ argument