Home
last modified time | relevance | path

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

/include/linux/
A Dfs_struct.h26 static inline void get_fs_root(struct fs_struct *fs, struct path *root) in get_fs_root() argument
28 read_seqlock_excl(&fs->seq); in get_fs_root()
29 *root = fs->root; in get_fs_root()
31 read_sequnlock_excl(&fs->seq); in get_fs_root()
34 static inline void get_fs_pwd(struct fs_struct *fs, struct path *pwd) in get_fs_pwd() argument
36 read_seqlock_excl(&fs->seq); in get_fs_pwd()
37 *pwd = fs->pwd; in get_fs_pwd()
39 read_sequnlock_excl(&fs->seq); in get_fs_pwd()
A Dnsproxy.h68 struct fs_struct *fs; member
A Dfdtable.h102 void put_files_struct(struct files_struct *fs);
A Dethtool.h42 struct compat_ethtool_rx_flow_spec fs; member
1261 const struct ethtool_rx_flow_spec *fs; member
A Dsched.h1180 struct fs_struct *fs; member
A Dfs.h3598 extern struct file_system_type *get_filesystem(struct file_system_type *fs);
3599 extern void put_filesystem(struct file_system_type *fs);
/include/math-emu/
A Dop-common.h41 _FP_FRAC_HIGH_RAW_##fs(X) |= _FP_IMPLBIT_##fs; \
68 case _FP_EXPMAX_##fs: \
75 if (!(_FP_FRAC_HIGH_RAW_##fs(X) & _FP_QNANBIT_##fs)) \
122 X##_e = _FP_EXPMAX_##fs; \
151 if (_FP_FRAC_HIGH_##fs(X) \
198 X##_s = _FP_NANSIGN_##fs; \
201 _FP_FRAC_HIGH_RAW_##fs(X) |= _FP_QNANBIT_##fs; \
215 && !(_FP_FRAC_HIGH_RAW_##fs(X) & _FP_QNANBIT_##fs)) \
369 #define _FP_ADD(fs, wc, R, X, Y) _FP_ADD_INTERNAL(fs, wc, R, X, Y, '+') argument
758 _FP_WFRACBITS_##fs); \
[all …]
A 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
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; \
111 union _FP_UNION_##fs *_flo = \
194 : _FP_WFRACBITS_##fs - 1); \
234 _nl = X##_f << _FP_WFRACBITS_##fs; \
[all …]
A 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
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
220 union _FP_UNION_##fs *_flo = \
[all …]
A 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
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
222 union _FP_UNION_##fs *_flo = \
[all …]
/include/uapi/video/
A Duvesafb.h22 __u16 fs; member
/include/linux/iio/common/
A Dst_sensors.h213 struct st_sensor_fullscale fs; member
/include/net/
A Dmptcp.h300 static inline void mptcp_space(const struct sock *ssk, int *s, int *fs) { } in mptcp_space() argument
/include/uapi/linux/
A Dethtool.h1492 struct ethtool_rx_flow_spec fs; member
1612 struct ethtool_rx_ntuple_flow_spec fs; member
/include/linux/usb/
A Dgadget.h878 struct usb_descriptor_header **fs,
/include/hyperv/
A Dhvhdk.h95 struct hv_x64_segment_register fs; member
A Dhvgdk_mini.h853 struct hv_x64_segment_register fs; member
/include/sound/
A Dsoc.h492 int snd_soc_calc_bclk(int fs, int sample_size, int channels, int tdm_slots);

Completed in 72 milliseconds