Searched defs:fs (Results 1 - 5 of 5) sorted by relevance

/include/linux/
H A Dfs_struct.h27 static inline void get_fs_root(struct fs_struct *fs, struct path *root) argument
29 spin_lock(&fs->lock);
30 *root = fs->root;
32 spin_unlock(&fs->lock);
35 static inline void get_fs_pwd(struct fs_struct *fs, struct path *pwd) argument
37 spin_lock(&fs->lock);
38 *pwd = fs->pwd;
40 spin_unlock(&fs->lock);
43 static inline void get_fs_root_and_pwd(struct fs_struct *fs, struct path *root, argument
46 spin_lock(&fs
[all...]
H A Dethtool.h499 * @fs: Flow classification rule
516 * For %ETHTOOL_GRXCLSRULE, @fs.@location specifies the location of an
517 * existing rule on entry and @fs contains the rule on return.
525 * For %ETHTOOL_SRXCLSRLINS, @fs specifies the rule to add or update.
526 * @fs.@location either specifies the location to use or is a special
528 * @fs.@location is the actual rule location.
530 * For %ETHTOOL_SRXCLSRLDEL, @fs.@location specifies the location of an
548 struct ethtool_rx_flow_spec fs; member in struct:ethtool_rxnfc
570 struct compat_ethtool_rx_flow_spec fs; member in struct:compat_ethtool_rxnfc
639 * @fs
643 struct ethtool_rx_ntuple_flow_spec fs; member in struct:ethtool_rx_ntuple
[all...]
H A Dsched.h9 #define CLONE_FS 0x00000200 /* set if fs info shared between processes */
174 * encoded in fs/proc/array.c: get_task_state().
1430 struct fs_struct *fs; member in struct:task_struct
1458 /* Protection of (de-)allocation: mm, files, fs, tty, keyrings, mems_allowed,
2407 * Protects ->fs, ->files, ->mm, ->group_info, ->comm, keyring
/include/asm-generic/
H A Duaccess.h29 static inline void set_fs(mm_segment_t fs) argument
31 current_thread_info()->addr_limit = fs;
/include/video/
H A Duvesafb.h21 __u16 fs; member in struct:v86_regs

Completed in 3677 milliseconds