Home
last modified time | relevance | path

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

/include/linux/
Dfs_struct.h27 static inline void get_fs_root(struct fs_struct *fs, struct path *root) in get_fs_root() argument
29 spin_lock(&fs->lock); in get_fs_root()
30 *root = fs->root; in get_fs_root()
32 spin_unlock(&fs->lock); in get_fs_root()
35 static inline void get_fs_pwd(struct fs_struct *fs, struct path *pwd) in get_fs_pwd() argument
37 spin_lock(&fs->lock); in get_fs_pwd()
38 *pwd = fs->pwd; in get_fs_pwd()
40 spin_unlock(&fs->lock); in get_fs_pwd()
Dethtool.h37 struct compat_ethtool_rx_flow_spec fs; member
421 const struct ethtool_rx_flow_spec *fs; member
Dfdtable.h109 void put_files_struct(struct files_struct *fs);
Dsched.h921 struct fs_struct *fs; member
Dfs.h3376 extern struct file_system_type *get_filesystem(struct file_system_type *fs);
3377 extern void put_filesystem(struct file_system_type *fs);
/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.h111 #define _FP_FRAC_OVERP_2(fs,X) (_FP_FRAC_HIGH_##fs(X) & _FP_OVERFLOW_##fs) argument
112 #define _FP_FRAC_CLEAR_OVERP_2(fs,X) (_FP_FRAC_HIGH_##fs(X) &= ~_FP_OVERFLOW_##fs) argument
180 #define _FP_UNPACK_RAW_2(fs, X, val) \ argument
182 union _FP_UNION_##fs _flo; _flo.flt = (val); \
190 #define _FP_UNPACK_RAW_2_P(fs, X, val) \ argument
192 union _FP_UNION_##fs *_flo = \
193 (union _FP_UNION_##fs *)(val); \
206 #define _FP_PACK_RAW_2(fs, val, X) \ argument
208 union _FP_UNION_##fs _flo; \
218 #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.h22 __u16 fs; member
/include/asm-generic/
Duaccess.h83 static inline void set_fs(mm_segment_t fs) in set_fs() argument
85 current_thread_info()->addr_limit = fs; in set_fs()
/include/linux/iio/common/
Dst_sensors.h203 struct st_sensor_fullscale fs; member
/include/uapi/linux/
Dethtool.h1005 struct ethtool_rx_flow_spec fs; member
1121 struct ethtool_rx_ntuple_flow_spec fs; member
/include/linux/usb/
Dgadget.h811 struct usb_descriptor_header **fs,
/include/sound/
Dsoc.h498 int snd_soc_calc_bclk(int fs, int sample_size, int channels, int tdm_slots);