Searched refs:fs (Results 1 - 25 of 78) sorted by relevance

1234

/include/linux/
H A Dfs_struct.h26 static inline void get_fs_root(struct fs_struct *fs, struct path *root) argument
28 spin_lock(&fs->lock);
29 *root = fs->root;
31 spin_unlock(&fs->lock);
34 static inline void get_fs_pwd(struct fs_struct *fs, struct path *pwd) argument
36 spin_lock(&fs->lock);
37 *pwd = fs->pwd;
39 spin_unlock(&fs->lock);
H A Dauto_fs.h16 #include <linux/fs.h>
H A Dfs_pin.h1 #include <linux/fs.h>
H A Dintegrity.h13 #include <linux/fs.h>
H A Dcoredump.h6 #include <linux/fs.h>
H A Ddevice_cgroup.h1 #include <linux/fs.h>
H A Dfs_stack.h8 #include <linux/fs.h>
10 /* externs for fs/stack.c */
H A Dcmdline-parser.h11 #include <linux/fs.h>
H A Ddnotify.h9 #include <linux/fs.h>
H A Dfdtable.h14 #include <linux/fs.h>
100 void put_files_struct(struct files_struct *fs);
H A Dima.h13 #include <linux/fs.h>
H A Duio_driver.h17 #include <linux/fs.h>
/include/uapi/linux/
H A Dsound.h8 #include <linux/fs.h>
H A Delfcore.h9 #include <linux/fs.h>
H A Dromfs_fs.h5 #include <linux/fs.h>
/include/math-emu/
H A Dop-common.h36 #define _FP_UNPACK_CANONICAL(fs, wc, X) \
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, w
[all...]
H A Dop-1.h60 #define _FP_FRAC_OVERP_1(fs,X) (X##_f & _FP_OVERFLOW_##fs)
61 #define _FP_FRAC_CLEAR_OVERP_1(fs,X) (X##_f &= ~_FP_OVERFLOW_##fs)
75 #define _FP_UNPACK_RAW_1(fs, X, val) \
77 union _FP_UNION_##fs _flo; _flo.flt = (val); \
84 #define _FP_UNPACK_RAW_1_P(fs, X, val) \
86 union _FP_UNION_##fs *_flo = \
87 (union _FP_UNION_##fs *)(val); \
98 #define _FP_PACK_RAW_1(fs, va
[all...]
H A Dop-2.h116 #define _FP_FRAC_OVERP_2(fs,X) (_FP_FRAC_HIGH_##fs(X) & _FP_OVERFLOW_##fs)
117 #define _FP_FRAC_CLEAR_OVERP_2(fs,X) (_FP_FRAC_HIGH_##fs(X) &= ~_FP_OVERFLOW_##fs)
185 #define _FP_UNPACK_RAW_2(fs, X, val) \
187 union _FP_UNION_##fs _flo; _flo.flt = (val); \
195 #define _FP_UNPACK_RAW_2_P(fs, X, val) \
197 union _FP_UNION_##fs *_fl
[all...]
H A Dop-4.h134 #define _FP_FRAC_OVERP_4(fs,X) (_FP_FRAC_HIGH_##fs(X) & _FP_OVERFLOW_##fs)
135 #define _FP_FRAC_CLEAR_OVERP_4(fs,X) (_FP_FRAC_HIGH_##fs(X) &= ~_FP_OVERFLOW_##fs)
184 #define _FP_UNPACK_RAW_4(fs, X, val) \
186 union _FP_UNION_##fs _flo; _flo.flt = (val); \
195 #define _FP_UNPACK_RAW_4_P(fs, X, val) \
197 union _FP_UNION_##fs *_fl
[all...]
/include/linux/mtd/
H A Dsuper.h18 #include <linux/fs.h>
/include/media/
H A Dv4l2-fh.h29 #include <linux/fs.h>
H A Dmedia-devnode.h32 #include <linux/fs.h>
/include/linux/decompress/
H A Dmm.h71 #include <linux/fs.h>
/include/linux/lockd/
H A Dxdr4.h12 #include <linux/fs.h>
/include/uapi/video/
H A Duvesafb.h21 __u16 fs; member in struct:v86_regs

Completed in 654 milliseconds

1234