tag | line | file | source code |
---|---|---|---|
cur_capacity1 | 2280 | drivers/block/ide.c | check = (id->cur_capacity0 << 16) | id->cur_capacity1; |
cur_capacity1 | 2284 | drivers/block/ide.c | id->cur_capacity1 = (capacity >> 16) & 0xffff; |
cur_capacity1 | 138 | include/linux/hdreg.h | unsigned short cur_capacity1; /* (2 words, misaligned int) */ |