tag | line | file | source code |
data_start | 256 | fs/fat/cache.c | return (cluster-2)*sb->cluster_size+sb->data_start+offset; |
data_start | 237 | fs/fat/inode.c | MSDOS_SB(sb)->data_start = MSDOS_SB(sb)->dir_start+ROUND_TO_MULTIPLE(( |
data_start | 242 | fs/fat/inode.c | CF_LE_L(b->total_sect))*sector_mult-MSDOS_SB(sb)->data_start; |
data_start | 277 | fs/fat/inode.c | MSDOS_SB(sb)->data_start, |
data_start | 348 | fs/fat/inode.c | return (cluster-2)*sb->cluster_size+sb->data_start+offset; |
data_start | 188 | fs/fat/misc.c | sector = MSDOS_SB(inode->i_sb)->data_start+(nr-2)*cluster_size; |
data_start | 444 | fs/fat/misc.c | MSDOS_SB(sb)->cluster_size+MSDOS_SB(sb)->data_start+ |
data_start | 33 | include/asm-alpha/a.out.h | __u64 data_start; |
data_start | 70 | include/asm-alpha/a.out.h | #define a_datastart ah.data_start |
data_start | 138 | include/linux/coff.h | char data_start[4]; /* base of data used for this file */ |
data_start | 150 | include/linux/msdos_fs.h | ((mib)->data_start & 1))) |
data_start | 30 | include/linux/msdos_fs_sb.h | unsigned short data_start; /* first data sector */ |