tag | line | file | source code |
root | 83 | arch/mips/kernel/ioport.c | static resource_entry_t *find_gap(resource_entry_t *root, |
root | 93 | arch/mips/kernel/ioport.c | for (p = root; ; p = p->next) { |
root | 94 | arch/mips/kernel/ioport.c | if ((p != root) && (p->from+p->num-1 >= from)) { |
root | 499 | arch/sparc/mm/srmmu.c | unsigned int wh, root; |
root | 501 | arch/sparc/mm/srmmu.c | root = (unsigned int) srmmu_get_ctable_ptr(); |
root | 504 | arch/sparc/mm/srmmu.c | if(trace) printk(" 0x%x :", root); |
root | 505 | arch/sparc/mm/srmmu.c | wh = ldw_sun4m_bypass(root); |
root | 55 | fs/ext/symlink.c | dir = current->fs->root; |
root | 61 | fs/ext2/symlink.c | dir = current->fs->root; |
root | 65 | fs/hpfs/hpfs.h | fnode_secno root; /* fnode of root directory */ |
root | 453 | fs/hpfs/hpfs_fs.c | s->s_hpfs_root = dir_ino(superblock->root); |
root | 56 | fs/isofs/symlink.c | dir = current->fs->root; |
root | 53 | fs/minix/symlink.c | dir = current->fs->root; |
root | 165 | fs/namei.c | if (dir == current->fs->root) { |
root | 229 | fs/namei.c | base = current->fs->root; |
root | 134 | fs/nfs/inode.c | sb->u.nfs_sb.s_root = data->root; |
root | 136 | fs/nfs/inode.c | if (!(sb->s_mounted = nfs_fhget(sb, &data->root, NULL))) { |
root | 59 | fs/nfs/symlink.c | dir = current->fs->root; |
root | 311 | fs/open.c | iput(current->fs->root); |
root | 312 | fs/open.c | current->fs->root = inode; |
root | 134 | fs/proc/link.c | new_inode = p->fs->root; |
root | 682 | fs/super.c | current->fs->root = inode; |
root | 59 | fs/sysv/symlink.c | dir = current->fs->root; |
root | 68 | fs/umsdos/symlink.c | dir = current->fs[1].root; |
root | 87 | fs/xiafs/symlink.c | dir = current->fs->root; |
root | 25 | include/linux/nfs_mount.h | struct nfs_fh root; /* 1 */ |
root | 105 | include/linux/sched.h | struct inode * root, * pwd; |
root | 434 | init/main.c | current->fs->root = pseudo_root; |
root | 371 | kernel/exit.c | iput(current->fs->root); |
root | 372 | kernel/exit.c | current->fs->root = NULL; |
root | 158 | kernel/fork.c | if (current->fs->root) |
root | 159 | kernel/fork.c | current->fs->root->i_count++; |
root | 47 | kernel/resource.c | static resource_entry_t *find_gap(resource_entry_t *root, |
root | 57 | kernel/resource.c | for (p = root; ; p = p->next) { |
root | 58 | kernel/resource.c | if ((p != root) && (p->from+p->num-1 >= from)) { |