tag | line | file | source code |
fat_length | 78 | fs/msdos/fat.c | fat_length*copy,&c_data))) break; |
fat_length | 84 | fs/msdos/fat.c | SECTOR_BITS)+MSDOS_SB(sb)->fat_length*copy |
fat_length | 115 | fs/msdos/inode.c | MSDOS_SB(s)->fat_length = b->fat_length; |
fat_length | 116 | fs/msdos/inode.c | MSDOS_SB(s)->dir_start = b->reserved+b->fats*b->fat_length; |
fat_length | 130 | fs/msdos/inode.c | MSDOS_SB(s)->fat_length,MSDOS_SB(s)->dir_start,MSDOS_SB(s)->dir_entries, |
fat_length | 134 | fs/msdos/inode.c | fat_length*SECTOR_SIZE*8/MSDOS_SB(s)->fat_bits) { |
fat_length | 62 | include/linux/msdos_fs.h | unsigned short fat_length; /* sectors/FAT */ |
fat_length | 7 | include/linux/msdos_fs_sb.h | unsigned short fat_start,fat_length; /* FAT start & length (sec.) */ |