tag | line | file | source code |
cluster_size | 238 | fs/msdos/fat.c | cluster = sector/sb->cluster_size; |
cluster_size | 239 | fs/msdos/fat.c | offset = sector % sb->cluster_size; |
cluster_size | 241 | fs/msdos/fat.c | return (cluster-2)*sb->cluster_size+sb->data_start+offset; |
cluster_size | 204 | fs/msdos/file.c | cluster = SECTOR_SIZE*MSDOS_SB(inode->i_sb)->cluster_size; |
cluster_size | 112 | fs/msdos/inode.c | MSDOS_SB(s)->cluster_size = b->cluster_size; |
cluster_size | 122 | fs/msdos/inode.c | MSDOS_SB(s)->clusters = b->cluster_size ? data_sectors/b->cluster_size : |
cluster_size | 129 | fs/msdos/inode.c | b->media,MSDOS_SB(s)->cluster_size,MSDOS_SB(s)->fats,MSDOS_SB(s)->fat_start, |
cluster_size | 133 | fs/msdos/inode.c | || !b->cluster_size || MSDOS_SB(s)->clusters+2 > MSDOS_SB(s)-> |
cluster_size | 159 | fs/msdos/inode.c | int cluster_size,free,this; |
cluster_size | 161 | fs/msdos/inode.c | cluster_size = MSDOS_SB(sb)->cluster_size; |
cluster_size | 164 | fs/msdos/inode.c | put_fs_long(MSDOS_SB(sb)->clusters*cluster_size,&buf->f_blocks); |
cluster_size | 168 | fs/msdos/inode.c | free *= cluster_size; |
cluster_size | 182 | fs/msdos/inode.c | if ((sb->cluster_size & 1) || (sb->data_start & 1)) return 0; |
cluster_size | 187 | fs/msdos/inode.c | cluster = (block*2)/sb->cluster_size; |
cluster_size | 188 | fs/msdos/inode.c | offset = (block*2) % sb->cluster_size; |
cluster_size | 190 | fs/msdos/inode.c | return ((cluster-2)*sb->cluster_size+sb->data_start+offset) >> 1; |
cluster_size | 231 | fs/msdos/inode.c | cluster_size; |
cluster_size | 96 | fs/msdos/misc.c | SECTOR_SIZE/MSDOS_SB(inode->i_sb)->cluster_size) : 0; |
cluster_size | 119 | fs/msdos/misc.c | for (current = 0; current < MSDOS_SB(inode->i_sb)->cluster_size; |
cluster_size | 122 | fs/msdos/misc.c | MSDOS_SB(inode->i_sb)->cluster_size+current; |
cluster_size | 126 | fs/msdos/misc.c | if (current < MSDOS_SB(inode->i_sb)->cluster_size-1 && |
cluster_size | 150 | fs/msdos/misc.c | cluster_size; |
cluster_size | 320 | fs/msdos/misc.c | for (count = 0; count < MSDOS_SB(sb)->cluster_size; count++) { |
cluster_size | 322 | fs/msdos/misc.c | cluster_size+MSDOS_SB(sb)->data_start+count,name, |
cluster_size | 56 | include/linux/msdos_fs.h | unsigned char cluster_size; /* sectors/cluster */ |
cluster_size | 87 | include/linux/msdos_fs.h | #define MSDOS_CAN_BMAP(mib) (!(((mib)->cluster_size & 1) || \ |
cluster_size | 5 | include/linux/msdos_fs_sb.h | unsigned short cluster_size; /* sectors/cluster */ |