Lines Matching defs:offset
39 int s_rock_offset; /* offset of SUSP fields within SU area */
126 unsigned long offset,
131 unsigned long offset)
133 return __isofs_iget(sb, block, offset, 0);
138 unsigned long offset)
140 return __isofs_iget(sb, block, offset, 1);
148 unsigned long offset,
151 return (block << (bufbits - 5)) | (offset >> 5);
165 * block and offset by always making them point to the "." directory.
179 * directories file, the normalized "offset" value is always 0.
182 * and "offset" will hold normalized values. Only directories are
188 unsigned long *offset)
192 *offset = 0;