Searched defs:PCFS (Results 1 – 1 of 1) sorted by relevance
452 #define IS_FAT12(PCFS) ((PCFS)->pcfs_fattype == FAT12) argument453 #define IS_FAT16(PCFS) ((PCFS)->pcfs_fattype == FAT16) argument454 #define IS_FAT32(PCFS) ((PCFS)->pcfs_fattype == FAT32) argument517 #define pc_clear_fatchanges(PCFS) \ argument520 #define pc_blksize(PCFS, PCP, OFF) /* file system block size */ \ argument530 #define pc_blkoff(PCFS, OFF) /* offset within block */ \ argument533 #define pc_lblkno(PCFS, OFF) /* logical block (cluster) no */ \ argument536 #define pc_dbtocl(PCFS, DB) /* disk blks to clusters */ \ argument539 #define pc_cltodb(PCFS, CL) /* clusters to disk blks */ \ argument542 #define pc_dbdaddr(PCFS, DB) /* sector to DEV_BSIZE "sector" addr */ \ argument[all …]