tag | line | file | source code |
rootp | 107 | fs/isofs/inode.c | struct iso_directory_record *rootp; |
rootp | 168 | fs/isofs/inode.c | rootp = (struct iso_directory_record *) h_pri->root_directory_record; |
rootp | 177 | fs/isofs/inode.c | rootp = (struct iso_directory_record *) pri->root_directory_record; |
rootp | 189 | fs/isofs/inode.c | s->u.isofs_sb.s_firstdatazone = isonum_733( rootp->extent) << |
rootp | 210 | fs/isofs/inode.c | isonum_733 (rootp->extent) << ISOFS_BLOCK_BITS); |
rootp | 222 | fs/isofs/inode.c | s->s_mounted = iget(s, isonum_733 (rootp->extent) << ISOFS_BLOCK_BITS); |