tag | line | file | source code |
fat_length | 80 | fs/fat/cache.c | fat_length*copy,SECTOR_SIZE))) break; |
fat_length | 86 | fs/fat/cache.c | SECTOR_BITS)+MSDOS_SB(sb)->fat_length*copy |
fat_length | 232 | fs/fat/inode.c | MSDOS_SB(sb)->fat_length = CF_LE_W(b->fat_length)*sector_mult; |
fat_length | 234 | fs/fat/inode.c | b->fat_length))*sector_mult; |
fat_length | 249 | fs/fat/inode.c | fat_clusters = MSDOS_SB(sb)->fat_length*SECTOR_SIZE*8/ |
fat_length | 275 | fs/fat/inode.c | MSDOS_SB(sb)->fats,MSDOS_SB(sb)->fat_start,MSDOS_SB(sb)->fat_length, |
fat_length | 107 | include/linux/msdos_fs.h | __u16 fat_length; /* sectors/FAT */ |
fat_length | 28 | include/linux/msdos_fs_sb.h | unsigned short fat_start,fat_length; /* FAT start & length (sec.) */ |