Lines Matching refs:old_fs
54 mm_segment_t old_fs = get_fs(); in __probe_kernel_read() local
58 set_fs(old_fs); in __probe_kernel_read()
80 mm_segment_t old_fs = get_fs(); in __probe_user_read() local
85 set_fs(old_fs); in __probe_user_read()
107 mm_segment_t old_fs = get_fs(); in __probe_kernel_write() local
111 set_fs(old_fs); in __probe_kernel_write()
133 mm_segment_t old_fs = get_fs(); in __probe_user_write() local
138 set_fs(old_fs); in __probe_user_write()
163 mm_segment_t old_fs = get_fs(); in strncpy_from_unsafe() local
179 set_fs(old_fs); in strncpy_from_unsafe()
205 mm_segment_t old_fs = get_fs(); in strncpy_from_unsafe_user() local
215 set_fs(old_fs); in strncpy_from_unsafe_user()
245 mm_segment_t old_fs = get_fs(); in strnlen_unsafe_user() local
252 set_fs(old_fs); in strnlen_unsafe_user()