Searched refs: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) \ argument518 bzero((PCFS)->pcfs_fat_changemap, (PCFS)->pcfs_fat_changemapsize)520 #define pc_blksize(PCFS, PCP, OFF) /* file system block size */ \ argument521 (((PCTOV(PCP)->v_flag & VROOT) && !IS_FAT32(PCFS)) ? \523 ((PCFS)->pcfs_rdirsec & \524 ~((PCFS)->pcfs_spcl - 1)) * ((PCFS)->pcfs_secsize)? \525 ((PCFS)->pcfs_rdirsec & \[all …]