tag | line | file | source code |
rootp | 134 | fs/isofs/inode.c | struct iso_directory_record *rootp; |
rootp | 205 | fs/isofs/inode.c | rootp = (struct iso_directory_record *) h_pri->root_directory_record; |
rootp | 214 | fs/isofs/inode.c | rootp = (struct iso_directory_record *) pri->root_directory_record; |
rootp | 226 | fs/isofs/inode.c | s->u.isofs_sb.s_firstdatazone = isonum_733( rootp->extent) << |
rootp | 249 | fs/isofs/inode.c | isonum_733 (rootp->extent) << ISOFS_BLOCK_BITS); |
rootp | 262 | fs/isofs/inode.c | s->s_mounted = iget(s, isonum_733 (rootp->extent) << ISOFS_BLOCK_BITS); |