Home
last modified time | relevance | path

Searched defs:fs (Results 1 – 156 of 156) sorted by relevance

/linux-4.1.27/tools/lib/api/fs/
Dfs.c28 struct fs { struct
41 static struct fs fs__entries[] = { argument
54 static bool fs__read_mounts(struct fs *fs) in fs__read_mounts()
76 static int fs__valid_mount(const char *fs, long magic) in fs__valid_mount()
88 static bool fs__check_mounts(struct fs *fs) in fs__check_mounts()
119 static bool fs__env_override(struct fs *fs) in fs__env_override()
138 static const char *fs__get_mountpoint(struct fs *fs) in fs__get_mountpoint()
154 struct fs *fs = &fs__entries[idx]; in fs__mountpoint() local
/linux-4.1.27/include/math-emu/
Dop-common.h36 #define _FP_UNPACK_CANONICAL(fs, wc, X) \ argument
89 #define _FP_PACK_CANONICAL(fs, wc, X) \ argument
209 #define _FP_ISSIGNAN(fs, wc, X) \ argument
229 #define _FP_ADD_INTERNAL(fs, wc, R, X, Y, OP) \ argument
367 #define _FP_ADD(fs, wc, R, X, Y) _FP_ADD_INTERNAL(fs, wc, R, X, Y, '+') argument
368 #define _FP_SUB(fs, wc, R, X, Y) \ argument
380 #define _FP_NEG(fs, wc, R, X) \ argument
393 #define _FP_MUL(fs, wc, R, X, Y) \ argument
456 #define _FP_DIV(fs, wc, R, X, Y) \ argument
526 #define _FP_CMP(fs, wc, ret, X, Y, un) \ argument
[all …]
Dop-1.h60 #define _FP_FRAC_OVERP_1(fs,X) (X##_f & _FP_OVERFLOW_##fs) argument
61 #define _FP_FRAC_CLEAR_OVERP_1(fs,X) (X##_f &= ~_FP_OVERFLOW_##fs) argument
75 #define _FP_UNPACK_RAW_1(fs, X, val) \ argument
84 #define _FP_UNPACK_RAW_1_P(fs, X, val) \ argument
98 #define _FP_PACK_RAW_1(fs, val, X) \ argument
109 #define _FP_PACK_RAW_1_P(fs, val, X) \ argument
189 #define _FP_DIV_MEAT_1_imm(fs, R, X, Y, doit) \ argument
204 #define _FP_DIV_MEAT_1_udiv_norm(fs, R, X, Y) \ argument
228 #define _FP_DIV_MEAT_1_udiv(fs, R, X, Y) \ argument
Dop-2.h116 #define _FP_FRAC_OVERP_2(fs,X) (_FP_FRAC_HIGH_##fs(X) & _FP_OVERFLOW_##fs) argument
117 #define _FP_FRAC_CLEAR_OVERP_2(fs,X) (_FP_FRAC_HIGH_##fs(X) &= ~_FP_OVERFLOW_##fs) argument
185 #define _FP_UNPACK_RAW_2(fs, X, val) \ argument
195 #define _FP_UNPACK_RAW_2_P(fs, X, val) \ argument
211 #define _FP_PACK_RAW_2(fs, val, X) \ argument
223 #define _FP_PACK_RAW_2_P(fs, val, X) \ argument
428 #define _FP_DIV_MEAT_2_udiv(fs, R, X, Y) \ argument
496 #define _FP_DIV_MEAT_2_gmp(fs, R, X, Y) \ argument
Dop-4.h134 #define _FP_FRAC_OVERP_4(fs,X) (_FP_FRAC_HIGH_##fs(X) & _FP_OVERFLOW_##fs) argument
135 #define _FP_FRAC_CLEAR_OVERP_4(fs,X) (_FP_FRAC_HIGH_##fs(X) &= ~_FP_OVERFLOW_##fs) argument
184 #define _FP_UNPACK_RAW_4(fs, X, val) \ argument
195 #define _FP_UNPACK_RAW_4_P(fs, X, val) \ argument
208 #define _FP_PACK_RAW_4(fs, val, X) \ argument
220 #define _FP_PACK_RAW_4_P(fs, val, X) \ argument
355 #define _FP_DIV_MEAT_4_udiv(fs, R, X, Y) \ argument
/linux-4.1.27/fs/
Dfs_struct.c13 void set_fs_root(struct fs_struct *fs, const struct path *path) in set_fs_root()
32 void set_fs_pwd(struct fs_struct *fs, const struct path *path) in set_fs_pwd()
59 struct fs_struct *fs; in chroot_fs_refs() local
86 void free_fs_struct(struct fs_struct *fs) in free_fs_struct()
95 struct fs_struct *fs = tsk->fs; in exit_fs() local
112 struct fs_struct *fs = kmem_cache_alloc(fs_cachep, GFP_KERNEL); in copy_fs_struct() local
133 struct fs_struct *fs = current->fs; in unshare_fs_struct() local
Dfilesystems.c36 void get_filesystem(struct file_system_type *fs) in get_filesystem()
41 void put_filesystem(struct file_system_type *fs) in put_filesystem()
69 int register_filesystem(struct file_system_type * fs) in register_filesystem()
101 int unregister_filesystem(struct file_system_type * fs) in unregister_filesystem()
261 struct file_system_type *fs; in __get_fs_type() local
273 struct file_system_type *fs; in get_fs_type() local
Dbinfmt_aout.c48 mm_segment_t fs; in aout_core_dump() local
Dfhandle.c119 struct fs_struct *fs = current->fs; in get_vfsmount_from_fd() local
Dsuper.c282 struct file_system_type *fs = s->s_type; in deactivate_locked_super() local
Dbinfmt_elf.c1278 mm_segment_t fs = get_fs(); in vma_dump_size() local
2117 mm_segment_t fs; in elf_core_dump() local
Dbinfmt_elf_fdpic.c1534 mm_segment_t fs; in elf_fdpic_core_dump() local
Dnamei.c549 struct fs_struct *fs = current->fs; in unlazy_walk() local
691 struct fs_struct *fs = current->fs; in set_root_rcu() local
1937 struct fs_struct *fs = current->fs; in path_init() local
Ddcache.c3044 static void get_fs_root_rcu(struct fs_struct *fs, struct path *root) in get_fs_root_rcu()
3208 static void get_fs_root_and_pwd_rcu(struct fs_struct *fs, struct path *root, in get_fs_root_and_pwd_rcu()
Dnamespace.c3283 struct fs_struct *fs = current->fs; in mntns_install() local
/linux-4.1.27/drivers/block/
Dswim3.c260 static bool swim3_end_request(struct floppy_state *fs, int err, unsigned int nr_bytes) in swim3_end_request()
277 static void swim3_select(struct floppy_state *fs, int sel) in swim3_select()
289 static void swim3_action(struct floppy_state *fs, int action) in swim3_action()
301 static int swim3_readbit(struct floppy_state *fs, int bit) in swim3_readbit()
312 static void start_request(struct floppy_state *fs) in start_request()
394 static void set_timeout(struct floppy_state *fs, int nticks, in set_timeout()
406 static inline void scan_track(struct floppy_state *fs) in scan_track()
419 static inline void seek_track(struct floppy_state *fs, int n) in seek_track()
449 static inline void setup_transfer(struct floppy_state *fs) in setup_transfer()
503 static void act(struct floppy_state *fs) in act()
[all …]
Dswim.c428 static inline int swim_track(struct floppy_state *fs, int track) in swim_track()
445 static int floppy_eject(struct floppy_state *fs) in floppy_eject()
459 static inline int swim_read_sector(struct floppy_state *fs, in swim_read_sector()
496 static int floppy_read_sectors(struct floppy_state *fs, in floppy_read_sectors()
531 struct floppy_state *fs; in redo_fd_request() local
573 static int get_floppy_geometry(struct floppy_state *fs, int type, in get_floppy_geometry()
591 static void setup_medium(struct floppy_state *fs) in setup_medium()
619 struct floppy_state *fs = bdev->bd_disk->private_data; in floppy_open() local
678 struct floppy_state *fs = disk->private_data; in floppy_release() local
695 struct floppy_state *fs = bdev->bd_disk->private_data; in floppy_ioctl() local
[all …]
/linux-4.1.27/drivers/clk/st/
Dclkgen-fsyn.c495 int clk_fs660c32_vco_get_rate(unsigned long input, struct stm_fs *fs, in clk_fs660c32_vco_get_rate()
523 unsigned long output, struct stm_fs *fs) in clk_fs660c32_vco_get_params()
707 static void quadfs_fsynth_program_enable(struct st_clk_quadfs_fsynth *fs) in quadfs_fsynth_program_enable()
717 static void quadfs_fsynth_program_rate(struct st_clk_quadfs_fsynth *fs) in quadfs_fsynth_program_rate()
744 struct st_clk_quadfs_fsynth *fs = to_quadfs_fsynth(hw); in quadfs_fsynth_enable() local
769 struct st_clk_quadfs_fsynth *fs = to_quadfs_fsynth(hw); in quadfs_fsynth_disable() local
785 struct st_clk_quadfs_fsynth *fs = to_quadfs_fsynth(hw); in quadfs_fsynth_is_enabled() local
796 static int clk_fs216c65_get_rate(unsigned long input, const struct stm_fs *fs, in clk_fs216c65_get_rate()
816 static int clk_fs432c65_get_rate(unsigned long input, const struct stm_fs *fs, in clk_fs432c65_get_rate()
839 const struct stm_fs *fs, unsigned long *rate) in clk_fs660c32_dig_get_rate()
[all …]
/linux-4.1.27/fs/gfs2/
Dutil.h22 #define fs_emerg(fs, fmt, ...) \ argument
24 #define fs_warn(fs, fmt, ...) \ argument
26 #define fs_err(fs, fmt, ...) \ argument
28 #define fs_info(fs, fmt, ...) \ argument
/linux-4.1.27/include/linux/
Dfs_struct.h26 static inline void get_fs_root(struct fs_struct *fs, struct path *root) in get_fs_root()
34 static inline void get_fs_pwd(struct fs_struct *fs, struct path *pwd) in get_fs_pwd()
Dethtool.h34 struct compat_ethtool_rx_flow_spec fs; member
Dsched.h1478 struct fs_struct *fs; member
/linux-4.1.27/drivers/spi/
Dspi-sh-msiof.c378 const void *tx_buf, int words, int fs) in sh_msiof_spi_write_fifo_8()
388 const void *tx_buf, int words, int fs) in sh_msiof_spi_write_fifo_16()
398 const void *tx_buf, int words, int fs) in sh_msiof_spi_write_fifo_16u()
408 const void *tx_buf, int words, int fs) in sh_msiof_spi_write_fifo_32()
418 const void *tx_buf, int words, int fs) in sh_msiof_spi_write_fifo_32u()
428 const void *tx_buf, int words, int fs) in sh_msiof_spi_write_fifo_s32()
438 const void *tx_buf, int words, int fs) in sh_msiof_spi_write_fifo_s32u()
448 void *rx_buf, int words, int fs) in sh_msiof_spi_read_fifo_8()
458 void *rx_buf, int words, int fs) in sh_msiof_spi_read_fifo_16()
468 void *rx_buf, int words, int fs) in sh_msiof_spi_read_fifo_16u()
[all …]
/linux-4.1.27/arch/mips/math-emu/
Dcp1emu.c1460 union ieee754sp fd, fr, fs, ft; in fpux_emu() local
1557 union ieee754dp fd, fr, fs, ft; in fpux_emu() local
1667 union ieee754sp fs, ft; in fpu_emu() local
1845 union ieee754sp fs, ft; in fpu_emu() local
1866 union ieee754dp fs, ft; in fpu_emu() local
2022 union ieee754dp fs, ft; in fpu_emu() local
/linux-4.1.27/drivers/dio/
Ddio.c119 mm_segment_t fs; in dio_find() local
173 mm_segment_t fs; in dio_init() local
/linux-4.1.27/arch/x86/ia32/
Dia32_aout.c55 u32 fs, gs; in dump_thread32() local
151 mm_segment_t fs; in aout_core_dump() local
/linux-4.1.27/sound/drivers/opl3/
Dopl3_oss.c34 mm_segment_t fs = get_fs(); in snd_enter_user() local
39 static inline void snd_leave_user(mm_segment_t fs) in snd_leave_user()
/linux-4.1.27/sound/
Dsound_firmware.c70 mm_segment_t fs = get_fs(); in mod_firmware_load() local
/linux-4.1.27/arch/arm/kernel/
Dsys_oabi-compat.c201 mm_segment_t fs = USER_DS; /* initialized to kill a warning */ in sys_oabi_fcntl64() local
257 mm_segment_t fs; in sys_oabi_epoll_ctl() local
278 mm_segment_t fs; in sys_oabi_epoll_wait() local
337 mm_segment_t fs = get_fs(); in sys_oabi_semtimedop() local
Dtraps.c100 mm_segment_t fs; in dump_mem() local
140 mm_segment_t fs; in dump_instr() local
Dsetup.c542 u32 fs[3], bits[3], ls, mask = 0; in smp_build_mpidr_hash() local
/linux-4.1.27/arch/x86/boot/compressed/
Dcmdline.c5 static unsigned long fs; variable
/linux-4.1.27/drivers/media/i2c/s5c73m3/
Ds5c73m3-core.c122 const struct s5c73m3_frame_size *fs, in s5c73m3_fill_mbus_fmt()
806 const struct s5c73m3_frame_size *fs; in s5c73m3_find_frame_size() local
829 const struct s5c73m3_frame_size **fs) in s5c73m3_oif_try_format()
866 const struct s5c73m3_frame_size **fs) in s5c73m3_try_format()
998 const struct s5c73m3_frame_size *fs; in s5c73m3_get_fmt() local
1032 const struct s5c73m3_frame_size *fs; in s5c73m3_oif_get_fmt() local
1275 const struct s5c73m3_frame_size *fs; in s5c73m3_oif_enum_frame_size() local
/linux-4.1.27/drivers/ps3/
Dps3av_cmd.c478 u32 fs; member
489 static u8 ps3av_cnv_mclk(u32 fs) in ps3av_cnv_mclk()
513 static void ps3av_cnv_ns(u8 *ns, u32 fs, u32 video_vid) in ps3av_cnv_ns()
679 u32 ch, u32 fs, u32 word_bits, u32 format, in ps3av_cmd_set_audio_mode()
Dps3av.c419 int ps3av_set_audio_mode(u32 ch, u32 fs, u32 word_bits, u32 format, u32 source) in ps3av_set_audio_mode()
/linux-4.1.27/arch/x86/um/asm/
Dprocessor_64.h13 unsigned long fs; member
/linux-4.1.27/arch/unicore32/kernel/
Dtraps.c68 mm_segment_t fs; in dump_mem() local
108 mm_segment_t fs; in dump_instr() local
/linux-4.1.27/drivers/usb/gadget/
Dconfig.c163 struct usb_descriptor_header **fs, in usb_assign_descriptors()
/linux-4.1.27/arch/m68k/kernel/
Dtraps.c701 static inline void access_errorcf(unsigned int fs, struct frame *fp) in access_errorcf()
766 unsigned int fs; in buserr_c() local
/linux-4.1.27/arch/arm64/kernel/
Dtraps.c58 mm_segment_t fs; in dump_mem() local
104 mm_segment_t fs; in dump_instr() local
Dsetup.c154 u32 i, affinity, fs[4], bits[4], ls; in smp_build_mpidr_hash() local
/linux-4.1.27/arch/x86/include/asm/
Dsuspend_32.h14 u16 es, fs, gs, ss; member
Dsigcontext.h9 unsigned short fs, __fsh; member
61 unsigned short fs; member
Dvm86.h27 unsigned short fs, __fsh; member
Dsuspend_64.h22 u16 ds, es, fs, gs, ss; member
Dlguest.h36 unsigned long fs, ds, es; member
Duser_32.h87 unsigned long fs; member
Dptrace.h21 unsigned long fs; member
Duser32.h38 unsigned short fs, __fs, gs, __gs; member
Duser_64.h94 unsigned long fs; member
Dprocessor.h250 unsigned short fs, __fsh; member
508 unsigned long fs; member
Dsvm.h143 struct vmcb_seg fs; member
/linux-4.1.27/sound/soc/
Dsoc-utils.c42 int snd_soc_calc_bclk(int fs, int sample_size, int channels, int tdm_slots) in snd_soc_calc_bclk()
/linux-4.1.27/drivers/iio/common/st_sensors/
Dst_sensors_core.c105 unsigned int fs, int *index_fs_avl) in st_sensors_match_fs()
124 static int st_sensors_set_fullscale(struct iio_dev *indio_dev, unsigned int fs) in st_sensors_set_fullscale()
/linux-4.1.27/drivers/staging/lustre/lustre/libcfs/
Dkernel_user_comm.c60 mm_segment_t fs; in libcfs_kkuc_msg_put() local
/linux-4.1.27/sound/core/seq/
Dseq_compat.c50 mm_segment_t fs; in snd_seq_call_port_info_ioctl() local
Dseq_clientmgr.c93 mm_segment_t fs = get_fs(); in snd_enter_user() local
98 static inline void snd_leave_user(mm_segment_t fs) in snd_leave_user()
2419 mm_segment_t fs; in snd_seq_kernel_client_ctl() local
/linux-4.1.27/sound/soc/codecs/
Dtfa9879.c35 int fs; in tfa9879_hw_params() local
Dwm8955.c47 int fs; member
200 int fs; member
Dak4671.c431 u8 fs; in ak4671_hw_params() local
Dak4535.c268 int rate = params_rate(params), fs = 256; in ak4535_hw_params() local
Dadau1977.c266 unsigned int fs) in adau1977_lookup_mcs()
303 int mcs, fs; in adau1977_hw_params() local
Dwm8711.c106 u16 fs; member
Dak4641.c303 int rate = params_rate(params), fs = 256; in ak4641_i2s_hw_params() local
Dwm8971.c367 u16 fs; member
Dwm8961.c511 int i, best, target, fs; in wm8961_hw_params() local
Dwm8750.c433 u16 fs; member
Dwm8903.c127 int fs; member
1440 int fs = params_rate(params); in wm8903_hw_params() local
Dmax98088.c1660 int best, best_val, save, i, sel, fs; in max98088_setup_eq1() local
1707 int best, best_val, save, i, sel, fs; in max98088_setup_eq2() local
Dda732x.c955 u32 fs; in da732x_hw_params() local
Dda7213.c1076 u8 fs; in da7213_hw_params() local
Dalc5632.c769 u16 fs; member
Dwm8988.c455 u16 fs; member
Dalc5623.c591 u16 fs; member
Dwm8731.c259 u16 fs; member
Dsta350.c580 int fs; member
Dmax98095.c1769 int fs, best, best_val, i; in max98095_put_eq_enum() local
1923 int fs, best, best_val, i; in max98095_put_bq_enum() local
Dsta32x.c544 int fs; member
Dwm9081.c154 int fs; member
Dwm8993.c219 unsigned int fs; member
Dmax98090.c1946 int target_dmic_clk, int pclk, int fs) in max98090_configure_dmic()
Dda7210.c770 u32 fs, sysclk; in da7210_hw_params() local
Dda9055.c1060 u8 aif_ctrl, fs; in da9055_hw_params() local
Dwm8904.c87 int fs; member
/linux-4.1.27/drivers/net/fddi/skfp/
Dess.c118 int fs) in ess_raf_received_pack()
Dsmt.c469 void smt_received_pack(struct s_smc *smc, SMbuf *mb, int fs) in smt_received_pack()
/linux-4.1.27/arch/sh/include/asm/
Dsfp-machine.h57 #define _FP_CHOOSENAN(fs, wc, R, X, Y, OP) \ argument
/linux-4.1.27/sound/soc/samsung/
Ds3c24xx_uda134x.c87 int fs = i ? 256 : 384; in s3c24xx_uda134x_startup() local
Ds3c-i2s-v2.c570 unsigned int fs; in s3c_i2sv2_iis_calc_rate() local
/linux-4.1.27/arch/sparc/include/asm/
Dsfp-machine_64.h59 #define _FP_CHOOSENAN(fs, wc, R, X, Y, OP) \ argument
Dsfp-machine_32.h61 #define _FP_CHOOSENAN(fs, wc, R, X, Y, OP) \ argument
/linux-4.1.27/drivers/scsi/esas2r/
Desas2r_ioctl.c1961 struct esas2r_ioctl_fs *fs = in get_physaddr_fs_api() local
1979 struct esas2r_ioctl_fs *fs = in esas2r_read_fs() local
2054 struct esas2r_ioctl_fs *fs = (struct esas2r_ioctl_fs *)buf; in esas2r_write_fs() local
Desas2r_flash.c830 struct esas2r_ioctl_fs *fs = in esas2r_complete_fs_ioctl() local
846 struct esas2r_ioctl_fs *fs, in esas2r_process_fs_ioctl()
/linux-4.1.27/sound/core/oss/
Dpcm_oss.c70 mm_segment_t fs = get_fs(); in snd_enter_user() local
75 static inline void snd_leave_user(mm_segment_t fs) in snd_leave_user()
1194 mm_segment_t fs; in snd_pcm_oss_write3() local
1237 mm_segment_t fs; in snd_pcm_oss_read3() local
1276 mm_segment_t fs; in snd_pcm_oss_writev3() local
1316 mm_segment_t fs; in snd_pcm_oss_readv3() local
1655 mm_segment_t fs; in snd_pcm_oss_sync() local
/linux-4.1.27/arch/alpha/include/asm/
Dsfp-machine.h55 #define _FP_CHOOSENAN(fs, wc, R, X, Y, OP) \ argument
/linux-4.1.27/sound/oss/
Ddmabuf.c240 mm_segment_t fs = get_fs(); in default_set_bits() local
250 mm_segment_t fs = get_fs(); in default_set_speed() local
261 mm_segment_t fs = get_fs(); in default_set_channels() local
Dad1848.c1126 unsigned char fs, old_fs, tmp = 0; in ad1848_prepare_for_output() local
1194 unsigned char fs, old_fs, tmp = 0; in ad1848_prepare_for_input() local
Dswarm_cs4297a.c2626 mm_segment_t fs; in cs4297a_init() local
/linux-4.1.27/arch/mn10300/include/uapi/asm/
Dsigcontext.h16 unsigned long fs[32]; /* fpu registers */ member
/linux-4.1.27/arch/mn10300/include/asm/
Dprocessor.h92 unsigned long fs[32]; /* fpu registers */ member
/linux-4.1.27/net/phonet/
Dpep-gprs.c100 struct sk_buff *rskb, *fs; in gprs_recv() local
Dpep.c1210 struct sk_buff *rskb, *fs; in pep_write() local
/linux-4.1.27/arch/arm/include/asm/
Duaccess.h70 static inline void set_fs(mm_segment_t fs) in set_fs()
263 static inline void set_fs(mm_segment_t fs) in set_fs()
/linux-4.1.27/arch/m68k/include/asm/
Dprocessor.h87 unsigned short fs; /* saved fs (sfc, dfc) */ member
/linux-4.1.27/kernel/
Dfork.c987 struct fs_struct *fs = current->fs; in copy_fs() local
1883 struct fs_struct *fs = current->fs; in unshare_fs() local
1927 struct fs_struct *fs, *new_fs = NULL; in SYSCALL_DEFINE1() local
/linux-4.1.27/include/uapi/video/
Duvesafb.h21 __u16 fs; member
/linux-4.1.27/arch/s390/include/asm/
Dsfp-machine.h58 #define _FP_CHOOSENAN(fs, wc, R, X, Y, OP) \ argument
/linux-4.1.27/fs/autofs4/
Dwaitq.c61 mm_segment_t fs; in autofs4_write() local
/linux-4.1.27/drivers/mtd/
Dafs.c73 struct footer_struct fs; in afs_read_footer() local
/linux-4.1.27/drivers/staging/octeon/
Dethernet-tx.c300 struct skb_frag_struct *fs = skb_shinfo(skb)->frags + i; in cvm_oct_xmit() local
/linux-4.1.27/arch/arm64/include/asm/
Duaccess.h61 static inline void set_fs(mm_segment_t fs) in set_fs()
/linux-4.1.27/arch/x86/kernel/
Dprocess_64.c61 unsigned long cr0 = 0L, cr2 = 0L, cr3 = 0L, cr4 = 0L, fs, gs, shadowgs; in __show_regs() local
/linux-4.1.27/include/asm-generic/
Duaccess.h28 static inline void set_fs(mm_segment_t fs) in set_fs()
/linux-4.1.27/arch/x86/include/asm/xen/
Dinterface_32.h67 uint16_t fs, _pad4; member
Dinterface_64.h125 uint16_t fs, _pad5[3]; /* Non-zero => takes precedence over fs_base. */ member
/linux-4.1.27/arch/x86/include/uapi/asm/
Dsigcontext.h107 unsigned short fs, __fsh; member
181 __u16 fs; member
Dsigcontext32.h54 unsigned short fs, __fsh; member
Dvm86.h88 unsigned short fs, __fsh; member
Dkvm.h145 struct kvm_segment cs, ds, es, fs, gs, ss; member
/linux-4.1.27/arch/blackfin/include/asm/
Duaccess.h25 static inline void set_fs(mm_segment_t fs) in set_fs()
/linux-4.1.27/drivers/video/fbdev/
Dhpfb.c380 mm_segment_t fs; in hpfb_init() local
/linux-4.1.27/security/apparmor/include/
Daudit.h127 } fs; member
/linux-4.1.27/arch/x86/kvm/
Dtss.h27 u32 fs; member
Dsvm.c142 u16 fs; member
/linux-4.1.27/arch/x86/boot/
Dboot.h95 static inline u16 fs(void) in fs() function
255 u16 gs, fs; member
/linux-4.1.27/fs/hpfs/
Danode.c69 unsigned fs; in hpfs_add_sector_to_btree() local
/linux-4.1.27/net/netfilter/
Dxt_set.c40 #define ADT_OPT(n, f, d, fs, cfs, t) \ argument
/linux-4.1.27/drivers/media/dvb-frontends/
Datbm8830.c121 u32 fs = priv->config->osc_clk_freq; in set_if_freq() local
Dsi21xx.c145 int fs; /*Sampling rate of the ADC in MHz*/ member
/linux-4.1.27/drivers/input/serio/
Dhp_sdc.c1004 mm_segment_t fs; in hp_sdc_register() local
/linux-4.1.27/arch/powerpc/include/asm/
Dsfp-machine.h144 #define _FP_CHOOSENAN(fs, wc, R, X, Y, OP) \ argument
Dprocessor.h216 mm_segment_t fs; /* for get_fs() validation */ member
Dps3av.h421 u8 fs; member
/linux-4.1.27/tools/testing/selftests/x86/
Dsigreturn.c278 unsigned short cs, gs, fs, ss; member
/linux-4.1.27/init/
Ddo_mounts.c363 static int __init do_mount_root(char *name, char *fs, int flags, void *data) in do_mount_root()
/linux-4.1.27/scripts/kconfig/
Dgconf.c506 GtkWidget *fs; in on_load1_activate() local
547 GtkWidget *fs; in on_save_as1_activate() local
/linux-4.1.27/drivers/isdn/hardware/mISDN/
Davmfritz.c452 int count, fs, cnt = 0, idx; in hdlc_fill_fifo() local
539 int len, fs; in HDLC_irq() local
/linux-4.1.27/drivers/net/ethernet/apple/
Dmacmace.c562 int intr, fs; in mace_interrupt() local
Dmace.c666 int intr, fs, i, stat, x; in mace_interrupt() local
/linux-4.1.27/include/linux/iio/common/
Dst_sensors.h188 struct st_sensor_fullscale fs; member
/linux-4.1.27/net/atm/
Dbr2684.c363 struct br2684_filter_set fs; in br2684_setfilt() local
/linux-4.1.27/sound/pci/emu10k1/
Demufx.c318 mm_segment_t fs = get_fs(); in snd_enter_user() local
323 static inline void snd_leave_user(mm_segment_t fs) in snd_leave_user()
/linux-4.1.27/drivers/staging/comedi/drivers/
Djr3_pci.c538 struct force_array __iomem *fs = &channel->full_scale; in jr3_pci_poll_subdevice() local
/linux-4.1.27/drivers/media/usb/dvb-usb/
Ddib0700_devices.c2031 u32 fcp = 0, fs = 0, fdem = 0, fmem = 0; in dib8096p_get_best_sampling() local
2537 u32 fcp = 0, fs = 0, fdem = 0; in dib7090p_get_best_sampling() local
/linux-4.1.27/sound/core/
Dpcm_native.c185 mm_segment_t fs = get_fs(); in snd_enter_user() local
190 static inline void snd_leave_user(mm_segment_t fs) in snd_leave_user()
3012 mm_segment_t fs; in snd_pcm_kernel_ioctl() local
Dpcm_compat.c30 mm_segment_t fs; in snd_pcm_ioctl_delay_compat() local
/linux-4.1.27/drivers/staging/rtl8723au/include/
Drtl8723a_xmit.h77 u32 fs:1; member
Drtl8723a_hal.h421 u32 fs:1; member
/linux-4.1.27/drivers/usb/gadget/function/
Df_printer.c218 struct usb_endpoint_descriptor *fs, in ep_desc()
/linux-4.1.27/drivers/staging/lustre/lustre/include/
Dlustre_disk.h188 static inline int server_make_name(__u32 flags, __u16 index, char *fs, in server_make_name()
/linux-4.1.27/include/uapi/linux/
Dethtool.h855 struct ethtool_rx_flow_spec fs; member
962 struct ethtool_rx_ntuple_flow_spec fs; member
/linux-4.1.27/drivers/net/ethernet/chelsio/cxgb4/
Dcxgb4_main.c109 struct ch_filter_specification fs; member
/linux-4.1.27/sound/pci/hda/
Dhda_codec.c1947 mm_segment_t fs = get_fs(); in get_kctl_0dB_offset() local
/linux-4.1.27/drivers/net/ethernet/intel/i40e/
Di40e_main.c677 struct i40e_fcoe_stats *fs; /* device's eth stats */ in i40e_update_fcoe_stats() local
/linux-4.1.27/drivers/net/ethernet/freescale/
Dgianfar.h50 struct ethtool_rx_flow_spec fs; member
/linux-4.1.27/drivers/scsi/lpfc/
Dlpfc_hw.h3434 uint32_t fs:1; member
3444 uint32_t fs:1; member