/linux-4.1.27/kernel/ |
D | compat.c | 220 mm_segment_t oldfs; in compat_nanosleep_restart() local 224 oldfs = get_fs(); in compat_nanosleep_restart() 227 set_fs(oldfs); in compat_nanosleep_restart() 243 mm_segment_t oldfs; in COMPAT_SYSCALL_DEFINE2() local 252 oldfs = get_fs(); in COMPAT_SYSCALL_DEFINE2() 257 set_fs(oldfs); in COMPAT_SYSCALL_DEFINE2() 705 mm_segment_t oldfs; in COMPAT_SYSCALL_DEFINE4() local 712 oldfs = get_fs(); in COMPAT_SYSCALL_DEFINE4() 717 set_fs(oldfs); in COMPAT_SYSCALL_DEFINE4() 727 mm_segment_t oldfs; in COMPAT_SYSCALL_DEFINE2() local [all …]
|
/linux-4.1.27/arch/m32r/kernel/ |
D | traps.c | 284 mm_segment_t oldfs; in do_alignment_check() local 288 oldfs = get_fs(); in do_alignment_check() 297 set_fs(oldfs); in do_alignment_check() 301 set_fs(oldfs); in do_alignment_check() 313 set_fs(oldfs); in do_alignment_check() 317 set_fs(oldfs); in do_alignment_check()
|
/linux-4.1.27/arch/sh/kernel/ |
D | traps_32.c | 477 mm_segment_t oldfs; in do_address_error() local 487 oldfs = get_fs(); in do_address_error() 499 set_fs(oldfs); in do_address_error() 502 set_fs(oldfs); in do_address_error() 529 set_fs(oldfs); in do_address_error() 555 set_fs(oldfs); in do_address_error() 563 set_fs(oldfs); in do_address_error()
|
D | io_trapped.c | 273 mm_segment_t oldfs; in handle_trapped_io() local 284 oldfs = get_fs(); in handle_trapped_io() 288 set_fs(oldfs); in handle_trapped_io() 294 set_fs(oldfs); in handle_trapped_io()
|
/linux-4.1.27/drivers/staging/comedi/drivers/ |
D | serial2002.c | 112 mm_segment_t oldfs; in serial2002_tty_write() local 114 oldfs = get_fs(); in serial2002_tty_write() 117 set_fs(oldfs); in serial2002_tty_write() 155 mm_segment_t oldfs; in serial2002_tty_read() local 159 oldfs = get_fs(); in serial2002_tty_read() 182 set_fs(oldfs); in serial2002_tty_read() 191 mm_segment_t oldfs; in serial2002_tty_setspeed() local 193 oldfs = get_fs(); in serial2002_tty_setspeed() 237 set_fs(oldfs); in serial2002_tty_setspeed()
|
/linux-4.1.27/net/rds/ |
D | tcp_send.c | 42 mm_segment_t oldfs; in rds_tcp_cork() local 44 oldfs = get_fs(); in rds_tcp_cork() 48 set_fs(oldfs); in rds_tcp_cork()
|
D | tcp.c | 58 mm_segment_t oldfs = get_fs(); in rds_tcp_nonagle() local 64 set_fs(oldfs); in rds_tcp_nonagle()
|
/linux-4.1.27/arch/frv/kernel/ |
D | traps.c | 115 mm_segment_t oldfs; in atomic_operation() local 122 oldfs = get_fs(); in atomic_operation() 308 set_fs(oldfs); in atomic_operation() 317 set_fs(oldfs); in atomic_operation()
|
/linux-4.1.27/net/ipv4/ |
D | ipconfig.c | 334 mm_segment_t oldfs = get_fs(); in ic_devinet_ioctl() local 337 set_fs(oldfs); in ic_devinet_ioctl() 345 mm_segment_t oldfs = get_fs(); in ic_dev_ioctl() local 348 set_fs(oldfs); in ic_dev_ioctl() 356 mm_segment_t oldfs = get_fs(); in ic_route_ioctl() local 359 set_fs(oldfs); in ic_route_ioctl()
|
D | ipmr.c | 382 mm_segment_t oldfs = get_fs(); in ipmr_del_tunnel() local 386 set_fs(oldfs); in ipmr_del_tunnel() 415 mm_segment_t oldfs = get_fs(); in ipmr_new_tunnel() local 419 set_fs(oldfs); in ipmr_new_tunnel()
|
/linux-4.1.27/fs/nfsd/ |
D | vfs.c | 891 mm_segment_t oldfs; in nfsd_readv() local 894 oldfs = get_fs(); in nfsd_readv() 897 set_fs(oldfs); in nfsd_readv() 955 mm_segment_t oldfs; in nfsd_vfs_write() local 982 oldfs = get_fs(); set_fs(KERNEL_DS); in nfsd_vfs_write() 984 set_fs(oldfs); in nfsd_vfs_write() 1505 mm_segment_t oldfs; in nfsd_readlink() local 1527 oldfs = get_fs(); set_fs(KERNEL_DS); in nfsd_readlink() 1529 set_fs(oldfs); in nfsd_readlink()
|
/linux-4.1.27/arch/alpha/lib/ |
D | csum_partial_copy.c | 382 mm_segment_t oldfs = get_fs(); in csum_partial_copy_nocheck() local 386 set_fs(oldfs); in csum_partial_copy_nocheck()
|
/linux-4.1.27/net/9p/ |
D | trans_fd.c | 416 mm_segment_t oldfs; in p9_fd_write() local 428 oldfs = get_fs(); in p9_fd_write() 432 set_fs(oldfs); in p9_fd_write()
|
/linux-4.1.27/net/ |
D | socket.c | 745 mm_segment_t oldfs = get_fs(); in kernel_recvmsg() local 751 set_fs(oldfs); in kernel_recvmsg() 3239 mm_segment_t oldfs = get_fs(); in kernel_getsockopt() local 3253 set_fs(oldfs); in kernel_getsockopt() 3261 mm_segment_t oldfs = get_fs(); in kernel_setsockopt() local 3273 set_fs(oldfs); in kernel_setsockopt() 3290 mm_segment_t oldfs = get_fs(); in kernel_sock_ioctl() local 3295 set_fs(oldfs); in kernel_sock_ioctl()
|
/linux-4.1.27/drivers/staging/lustre/lustre/obdclass/ |
D | obd_config.c | 1339 mm_segment_t oldfs; in class_process_proc_param() local 1340 oldfs = get_fs(); in class_process_proc_param() 1344 set_fs(oldfs); in class_process_proc_param()
|
/linux-4.1.27/fs/ocfs2/cluster/ |
D | tcp.c | 1462 mm_segment_t oldfs; in o2net_set_nodelay() local 1464 oldfs = get_fs(); in o2net_set_nodelay() 1480 set_fs(oldfs); in o2net_set_nodelay()
|
/linux-4.1.27/fs/ |
D | exec.c | 549 mm_segment_t oldfs = get_fs(); in copy_strings_kernel() local 556 set_fs(oldfs); in copy_strings_kernel()
|
D | compat.c | 509 mm_segment_t oldfs = get_fs(); in COMPAT_SYSCALL_DEFINE2() local 516 set_fs(oldfs); in COMPAT_SYSCALL_DEFINE2()
|
D | compat_ioctl.c | 747 mm_segment_t oldfs = get_fs(); in rtc_ioctl() local 759 set_fs(oldfs); in rtc_ioctl()
|
/linux-4.1.27/net/sunrpc/ |
D | svcsock.c | 377 mm_segment_t oldfs; in svc_sock_setbufsize() 378 oldfs = get_fs(); set_fs(KERNEL_DS); in svc_sock_setbufsize()
|
/linux-4.1.27/drivers/vhost/ |
D | vhost.c | 209 mm_segment_t oldfs = get_fs(); in vhost_worker() local 249 set_fs(oldfs); in vhost_worker()
|
/linux-4.1.27/drivers/block/drbd/ |
D | drbd_main.c | 1503 mm_segment_t oldfs = get_fs(); in _drbd_send_page() local 1538 set_fs(oldfs); in _drbd_send_page()
|
/linux-4.1.27/net/ipv6/ |
D | addrconf.c | 2521 mm_segment_t oldfs = get_fs(); in addrconf_set_dstaddr() local 2525 set_fs(oldfs); in addrconf_set_dstaddr()
|