tag | line | file | source code |
---|---|---|---|
offsets | 378 | fs/sysv/inode.c | { static int offsets[] = { 9, 15, 18, }; |
offsets | 380 | fs/sysv/inode.c | for (i = 0; i < sizeof(offsets)/sizeof(offsets[0]); i++) |
offsets | 381 | fs/sysv/inode.c | if ((bh = bread(dev, offsets[i], BLOCK_SIZE)) != NULL) { |
offsets | 384 | fs/sysv/inode.c | sb->sv_block_base = offsets[i] << sb->sv_block_size_ratio_bits; |
offsets | 388 | fs/sysv/inode.c | sb->sv_block_base = offsets[i] << sb->sv_block_size_ratio_bits; |