tag | line | file | source code |
---|---|---|---|
fat_clusters | 175 | fs/fat/inode.c | int data_sectors,logical_sector_size,sector_mult,fat_clusters=0; |
fat_clusters | 249 | fs/fat/inode.c | fat_clusters = MSDOS_SB(sb)->fat_length*SECTOR_SIZE*8/ |
fat_clusters | 252 | fs/fat/inode.c | (MSDOS_DPS-1)) || MSDOS_SB(sb)->clusters+2 > fat_clusters+ |
fat_clusters | 282 | fs/fat/inode.c | if (MSDOS_SB(sb)->clusters+2 > fat_clusters) |
fat_clusters | 283 | fs/fat/inode.c | MSDOS_SB(sb)->clusters = fat_clusters-2; |