Lines Matching defs:block
30 * iso9660 super-block data in memory
125 unsigned long block,
130 unsigned long block,
133 return __isofs_iget(sb, block, offset, 0);
137 unsigned long block,
140 return __isofs_iget(sb, block, offset, 1);
147 static inline unsigned long isofs_get_ino(unsigned long block,
151 return (block << (bufbits - 5)) | (offset >> 5);
165 * block and offset by always making them point to the "." directory.
181 * You should pass the directory entry in "de". On return, "block"
187 unsigned long *block,
193 *block = (unsigned long)isonum_733(de->extent)