tag | line | file | source code |
---|---|---|---|
clusterblocks | 86 | fs/ext2/file.c | int clusterblocks; |
clusterblocks | 139 | fs/ext2/file.c | clusterblocks = 0; |
clusterblocks | 147 | fs/ext2/file.c | if(!clusterblocks) clusterblocks = ext2_getcluster(inode, block); |
clusterblocks | 148 | fs/ext2/file.c | if(clusterblocks) clusterblocks--; |