tag | line | file | source code |
---|---|---|---|
ISOFS_BLOCK_SIZE | 102 | fs/isofs/dir.c | filp->f_pos = ((filp->f_pos & ~(ISOFS_BLOCK_SIZE - 1)) |
ISOFS_BLOCK_SIZE | 103 | fs/isofs/dir.c | + ISOFS_BLOCK_SIZE); |
ISOFS_BLOCK_SIZE | 103 | fs/isofs/namei.c | f_pos = ((f_pos & ~(ISOFS_BLOCK_SIZE - 1)) |
ISOFS_BLOCK_SIZE | 104 | fs/isofs/namei.c | + ISOFS_BLOCK_SIZE); |