tag | line | file | source code |
fat_length | 84 | fs/msdos/fat.c | fat_length*copy,SECTOR_SIZE))) break; |
fat_length | 90 | fs/msdos/fat.c | SECTOR_BITS)+MSDOS_SB(sb)->fat_length*copy |
fat_length | 234 | fs/msdos/inode.c | MSDOS_SB(sb)->fat_length = CF_LE_W(b->fat_length)*sector_mult; |
fat_length | 236 | fs/msdos/inode.c | b->fat_length))*sector_mult; |
fat_length | 253 | fs/msdos/inode.c | fat_length*SECTOR_SIZE*8/MSDOS_SB(sb)->fat_bits || |
fat_length | 276 | fs/msdos/inode.c | fat_length,MSDOS_SB(sb)->dir_start,MSDOS_SB(sb)->dir_entries, |
fat_length | 75 | include/linux/msdos_fs.h | __u16 fat_length; /* sectors/FAT */ |
fat_length | 11 | include/linux/msdos_fs_sb.h | unsigned short fat_start,fat_length; /* FAT start & length (sec.) */ |