Home
last modified time | relevance | path

Searched refs:old_fs (Results 1 – 6 of 6) sorted by relevance

/fs/
Dcompat_ioctl.c125 mm_segment_t old_fs = get_fs(); in w_long() local
131 set_fs (old_fs); in w_long()
139 mm_segment_t old_fs = get_fs(); in rw_long() local
148 set_fs (old_fs); in rw_long()
166 mm_segment_t old_fs = get_fs(); in do_video_get_event() local
171 set_fs(old_fs); in do_video_get_event()
253 mm_segment_t old_fs = get_fs(); in do_siocgstamp() local
258 set_fs(old_fs); in do_siocgstamp()
270 mm_segment_t old_fs = get_fs(); in do_siocgstampns() local
275 set_fs(old_fs); in do_siocgstampns()
[all …]
Dbinfmt_som.c143 mm_segment_t old_fs = get_fs(); in map_som_binary() local
178 set_fs(old_fs); in map_som_binary()
Dcompat.c436 mm_segment_t old_fs; in compat_sys_fcntl64() local
447 old_fs = get_fs(); in compat_sys_fcntl64()
450 set_fs(old_fs); in compat_sys_fcntl64()
478 old_fs = get_fs(); in compat_sys_fcntl64()
483 set_fs(old_fs); in compat_sys_fcntl64()
Dexec.c706 mm_segment_t old_fs; in kernel_read() local
710 old_fs = get_fs(); in kernel_read()
714 set_fs(old_fs); in kernel_read()
Dblock_dev.c1285 mm_segment_t old_fs = get_fs(); in ioctl_by_bdev() local
1288 set_fs(old_fs); in ioctl_by_bdev()
/fs/ecryptfs/
Dinode.c643 mm_segment_t old_fs; in ecryptfs_readlink() local
660 old_fs = get_fs(); in ecryptfs_readlink()
665 set_fs(old_fs); in ecryptfs_readlink()
695 mm_segment_t old_fs; in ecryptfs_follow_link() local
703 old_fs = get_fs(); in ecryptfs_follow_link()
706 set_fs(old_fs); in ecryptfs_follow_link()