tag | line | file | source code |
get_fs | 2012 | drivers/net/ppp.c | int old_fs = get_fs(); |
get_fs | 301 | drivers/scsi/scsi_ioctl.c | oldfs = get_fs(); |
get_fs | 177 | fs/exec.c | fs = get_fs(); |
get_fs | 399 | fs/exec.c | old_fs = get_fs(); |
get_fs | 489 | fs/exec.c | if (get_fs() == USER_DS) { |
get_fs | 637 | fs/exec.c | old_fs = get_fs(); |
get_fs | 54 | fs/msdos/mmap.c | unsigned long cur_fs = get_fs(); |
get_fs | 32 | fs/namei.c | if (get_fs() == KERNEL_DS) |
get_fs | 102 | fs/nfs/sock.c | fs = get_fs(); |
get_fs | 47 | fs/sysv/mmap.c | old_fs = get_fs(); set_fs(get_ds()); |
get_fs | 216 | ibcs/binfmt_coff.c | int old_fs = get_fs (); |
get_fs | 592 | ibcs/binfmt_coff.c | int old_fs = get_fs(); |
get_fs | 651 | ibcs/binfmt_coff.c | int old_fs = get_fs (); |
get_fs | 755 | ibcs/binfmt_coff.c | int old_fs = get_fs (); /* Previous FS register value */ |
get_fs | 165 | ibcs/binfmt_elf.c | old_fs = get_fs(); |
get_fs | 308 | ibcs/binfmt_elf.c | old_fs = get_fs(); |
get_fs | 338 | ibcs/binfmt_elf.c | old_fs = get_fs(); |
get_fs | 445 | ibcs/binfmt_elf.c | old_fs = get_fs(); |
get_fs | 462 | ibcs/binfmt_elf.c | old_fs = get_fs(); |
get_fs | 610 | ibcs/binfmt_elf.c | old_fs = get_fs(); |
get_fs | 637 | mm/memory.c | if (get_fs() == get_ds()) |
get_fs | 419 | net/unix/sock.c | old_fs = get_fs(); |
get_fs | 483 | net/unix/sock.c | old_fs = get_fs(); |