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 | 55 | fs/ext/symlink.c | dir = current->fs->root; |
root | 60 | fs/ext2/symlink.c | dir = current->fs->root; |
root | 65 | fs/hpfs/hpfs.h | fnode_secno root; /* fnode of root directory */ |
root | 458 | 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 | 230 | fs/namei.c | base = current->fs->root; |
root | 135 | fs/nfs/inode.c | sb->u.nfs_sb.s_root = data->root; |
root | 137 | 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 | 263 | fs/open.c | iput(current->fs->root); |
root | 264 | 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 | 101 | include/linux/sched.h | struct inode * root, * pwd; |
root | 466 | init/main.c | current->fs->root = pseudo_root; |
root | 370 | kernel/exit.c | iput(current->fs->root); |
root | 371 | kernel/exit.c | current->fs->root = NULL; |
root | 157 | kernel/fork.c | if (current->fs->root) |
root | 158 | 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)) { |