Home
last modified time | relevance | path

Searched refs:fs (Results 1 – 17 of 17) sorted by relevance

/include/linux/
Dfs_struct.h26 static inline void get_fs_root(struct fs_struct *fs, struct path *root) in get_fs_root() argument
28 spin_lock(&fs->lock); in get_fs_root()
29 *root = fs->root; in get_fs_root()
31 spin_unlock(&fs->lock); in get_fs_root()
34 static inline void get_fs_pwd(struct fs_struct *fs, struct path *pwd) in get_fs_pwd() argument
36 spin_lock(&fs->lock); in get_fs_pwd()
37 *pwd = fs->pwd; in get_fs_pwd()
39 spin_unlock(&fs->lock); in get_fs_pwd()
Dfdtable.h100 void put_files_struct(struct files_struct *fs);
Dethtool.h34 struct compat_ethtool_rx_flow_spec fs; member
Dinit_task.h211 .fs = &init_fs, \
Dfs.h2635 extern void get_filesystem(struct file_system_type *fs);
2636 extern void put_filesystem(struct file_system_type *fs);
Dsched.h1533 struct fs_struct *fs; member
/include/math-emu/
Dop-common.h36 #define _FP_UNPACK_CANONICAL(fs, wc, X) \ argument
41 _FP_FRAC_HIGH_RAW_##fs(X) |= _FP_IMPLBIT_##fs; \
43 X##_e -= _FP_EXPBIAS_##fs; \
55 _shift -= _FP_FRACXBITS_##fs; \
57 X##_e -= _FP_EXPBIAS_##fs - 1 + _shift; \
68 case _FP_EXPMAX_##fs: \
75 if (!(_FP_FRAC_HIGH_RAW_##fs(X) & _FP_QNANBIT_##fs)) \
89 #define _FP_PACK_CANONICAL(fs, wc, X) \ argument
94 X##_e += _FP_EXPBIAS_##fs; \
98 if (_FP_FRAC_OVERP_##wc(fs, X)) \
[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
77 union _FP_UNION_##fs _flo; _flo.flt = (val); \
84 #define _FP_UNPACK_RAW_1_P(fs, X, val) \ argument
86 union _FP_UNION_##fs *_flo = \
87 (union _FP_UNION_##fs *)(val); \
98 #define _FP_PACK_RAW_1(fs, val, X) \ argument
100 union _FP_UNION_##fs _flo; \
109 #define _FP_PACK_RAW_1_P(fs, val, X) \ argument
[all …]
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
187 union _FP_UNION_##fs _flo; _flo.flt = (val); \
195 #define _FP_UNPACK_RAW_2_P(fs, X, val) \ argument
197 union _FP_UNION_##fs *_flo = \
198 (union _FP_UNION_##fs *)(val); \
211 #define _FP_PACK_RAW_2(fs, val, X) \ argument
213 union _FP_UNION_##fs _flo; \
223 #define _FP_PACK_RAW_2_P(fs, val, X) \ argument
[all …]
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
186 union _FP_UNION_##fs _flo; _flo.flt = (val); \
195 #define _FP_UNPACK_RAW_4_P(fs, X, val) \ argument
197 union _FP_UNION_##fs *_flo = \
198 (union _FP_UNION_##fs *)(val); \
208 #define _FP_PACK_RAW_4(fs, val, X) \ argument
210 union _FP_UNION_##fs _flo; \
220 #define _FP_PACK_RAW_4_P(fs, val, X) \ argument
[all …]
/include/uapi/video/
Duvesafb.h21 __u16 fs; member
/include/asm-generic/
Duaccess.h28 static inline void set_fs(mm_segment_t fs) in set_fs() argument
30 current_thread_info()->addr_limit = fs; in set_fs()
/include/linux/iio/common/
Dst_sensors.h188 struct st_sensor_fullscale fs; member
/include/uapi/linux/
Dethtool.h851 struct ethtool_rx_flow_spec fs; member
954 struct ethtool_rx_ntuple_flow_spec fs; member
DKbuild129 header-y += fs.h
/include/linux/usb/
Dgadget.h996 struct usb_descriptor_header **fs,
/include/sound/
Dsoc.h438 int snd_soc_calc_bclk(int fs, int sample_size, int channels, int tdm_slots);