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