ISOFS_BLOCK_SIZE  122 fs/isofs/dir.c 			filp->f_pos = (filp->f_pos + ISOFS_BLOCK_SIZE) & ~(ISOFS_BLOCK_SIZE - 1);
ISOFS_BLOCK_SIZE   84 fs/isofs/namei.c 			f_pos = (f_pos + ISOFS_BLOCK_SIZE) & ~(ISOFS_BLOCK_SIZE - 1);