| tag | line | file | source code |
|---|---|---|---|
| ISOFS_BLOCK_SIZE | 161 | fs/isofs/dir.c | filp->f_pos = ((filp->f_pos & ~(ISOFS_BLOCK_SIZE - 1)) |
| ISOFS_BLOCK_SIZE | 162 | fs/isofs/dir.c | + ISOFS_BLOCK_SIZE); |
| ISOFS_BLOCK_SIZE | 99 | fs/isofs/namei.c | f_pos = ((f_pos & ~(ISOFS_BLOCK_SIZE - 1)) |
| ISOFS_BLOCK_SIZE | 100 | fs/isofs/namei.c | + ISOFS_BLOCK_SIZE); |