Home
last modified time | relevance | path

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

/titanic_50/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
518 bzero((PCFS)->pcfs_fat_changemap, (PCFS)->pcfs_fat_changemapsize)
520 #define pc_blksize(PCFS, PCP, OFF) /* file system block size */ \ argument
521 (((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 …]