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

1234567891011>>

/linux-master/include/linux/
H A Dfs_api.h1 #include <linux/fs.h>
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);
H A Dauto_fs.h9 #include <linux/fs.h>
/linux-master/fs/
H A Dfs_struct.c5 #include <linux/fs.h>
12 * Replace the fs->{rootmnt,root} with {mnt,dentry}. Put the old values.
15 void set_fs_root(struct fs_struct *fs, const struct path *path) argument
20 spin_lock(&fs->lock);
21 write_seqcount_begin(&fs->seq);
22 old_root = fs->root;
23 fs->root = *path;
24 write_seqcount_end(&fs->seq);
25 spin_unlock(&fs->lock);
31 * Replace the fs
34 set_fs_pwd(struct fs_struct *fs, const struct path *path) argument
61 struct fs_struct *fs; local
88 free_fs_struct(struct fs_struct *fs) argument
97 struct fs_struct *fs = tsk->fs; local
114 struct fs_struct *fs = kmem_cache_alloc(fs_cachep, GFP_KERNEL); local
135 struct fs_struct *fs = current->fs; local
[all...]
H A Dfilesystems.c3 * linux/fs/filesystems.c
11 #include <linux/fs.h>
38 struct file_system_type *get_filesystem(struct file_system_type *fs) argument
40 __module_get(fs->owner);
41 return fs;
44 void put_filesystem(struct file_system_type *fs) argument
46 module_put(fs->owner);
61 * @fs: the file system structure
72 int register_filesystem(struct file_system_type * fs) argument
77 if (fs
108 unregister_filesystem(struct file_system_type * fs) argument
263 struct file_system_type *fs; local
275 struct file_system_type *fs; local
[all...]
/linux-master/drivers/net/ethernet/mellanox/mlx5/core/en/
H A Dfs_tt_redirect.h7 #include "en/fs.h"
13 mlx5e_fs_tt_redirect_udp_add_rule(struct mlx5e_flow_steering *fs,
16 void mlx5e_fs_tt_redirect_udp_destroy(struct mlx5e_flow_steering *fs);
17 int mlx5e_fs_tt_redirect_udp_create(struct mlx5e_flow_steering *fs);
21 mlx5e_fs_tt_redirect_any_add_rule(struct mlx5e_flow_steering *fs,
23 void mlx5e_fs_tt_redirect_any_destroy(struct mlx5e_flow_steering *fs);
24 int mlx5e_fs_tt_redirect_any_create(struct mlx5e_flow_steering *fs);
H A Dfs.h100 int mlx5e_arfs_create_tables(struct mlx5e_flow_steering *fs,
102 void mlx5e_arfs_destroy_tables(struct mlx5e_flow_steering *fs, bool ntuple);
103 int mlx5e_arfs_enable(struct mlx5e_flow_steering *fs);
104 int mlx5e_arfs_disable(struct mlx5e_flow_steering *fs);
108 static inline int mlx5e_arfs_create_tables(struct mlx5e_flow_steering *fs, argument
111 static inline void mlx5e_arfs_destroy_tables(struct mlx5e_flow_steering *fs, bool ntuple) {} argument
112 static inline int mlx5e_arfs_enable(struct mlx5e_flow_steering *fs) argument
114 static inline int mlx5e_arfs_disable(struct mlx5e_flow_steering *fs) argument
127 void mlx5e_set_ttc_params(struct mlx5e_flow_steering *fs,
131 void mlx5e_destroy_ttc_table(struct mlx5e_flow_steering *fs);
[all...]
H A Dfs_ethtool.h12 void mlx5e_ethtool_init_steering(struct mlx5e_flow_steering *fs);
13 void mlx5e_ethtool_cleanup_steering(struct mlx5e_flow_steering *fs);
21 static inline void mlx5e_ethtool_init_steering(struct mlx5e_flow_steering *fs) { } argument
22 static inline void mlx5e_ethtool_cleanup_steering(struct mlx5e_flow_steering *fs) { } argument
/linux-master/drivers/block/
H A Dswim3.c209 #define swim3_err(fmt, arg...) dev_err(&fs->mdev->ofdev.dev, "[fd%d] " fmt, fs->index, arg)
210 #define swim3_warn(fmt, arg...) dev_warn(&fs->mdev->ofdev.dev, "[fd%d] " fmt, fs->index, arg)
211 #define swim3_info(fmt, arg...) dev_info(&fs->mdev->ofdev.dev, "[fd%d] " fmt, fs->index, arg)
214 #define swim3_dbg(fmt, arg...) dev_dbg(&fs->mdev->ofdev.dev, "[fd%d] " fmt, fs->index, arg)
237 static void seek_track(struct floppy_state *fs, int n);
238 static void act(struct floppy_state *fs);
256 swim3_end_request(struct floppy_state *fs, blk_status_t err, unsigned int nr_bytes) argument
272 swim3_select(struct floppy_state *fs, int sel) argument
284 swim3_action(struct floppy_state *fs, int action) argument
296 swim3_readbit(struct floppy_state *fs, int bit) argument
310 struct floppy_state *fs = hctx->queue->queuedata; local
361 set_timeout(struct floppy_state *fs, int nticks, void (*proc)(struct timer_list *t)) argument
372 scan_track(struct floppy_state *fs) argument
385 seek_track(struct floppy_state *fs, int n) argument
431 setup_transfer(struct floppy_state *fs) argument
487 act(struct floppy_state *fs) argument
558 struct floppy_state *fs = from_timer(fs, t, timeout); local
582 struct floppy_state *fs = from_timer(fs, t, timeout); local
601 struct floppy_state *fs = from_timer(fs, t, timeout); local
630 struct floppy_state *fs = from_timer(fs, t, timeout); local
657 struct floppy_state *fs = (struct floppy_state *) dev_id; local
810 grab_drive(struct floppy_state *fs, enum swim_state state, int interruptible) argument
840 release_drive(struct floppy_state *fs) argument
857 fd_eject(struct floppy_state *fs) argument
888 struct floppy_state *fs = bdev->bd_disk->private_data; local
927 struct floppy_state *fs = disk->private_data; local
1008 struct floppy_state *fs = disk->private_data; local
1027 struct floppy_state *fs = disk->private_data; local
1033 struct floppy_state *fs = disk->private_data; local
1084 struct floppy_state *fs = macio_get_drvdata(mdev); local
1104 struct floppy_state *fs = &floppy_states[index]; local
1192 struct floppy_state *fs; local
[all...]
/linux-master/drivers/net/ethernet/mellanox/mlx5/core/en/tc/
H A Dct_fs.h19 int (*init)(struct mlx5_ct_fs *fs, struct mlx5_flow_table *ct,
21 void (*destroy)(struct mlx5_ct_fs *fs);
23 struct mlx5_ct_fs_rule * (*ct_rule_add)(struct mlx5_ct_fs *fs,
27 void (*ct_rule_del)(struct mlx5_ct_fs *fs, struct mlx5_ct_fs_rule *fs_rule);
32 static inline void *mlx5_ct_fs_priv(struct mlx5_ct_fs *fs) argument
34 return &fs->priv_data;
H A Dct_fs_dmfs.c9 netdev_dbg(fs->netdev, "ct_fs_dmfs debug: " fmt "\n", ##args)
18 mlx5_ct_fs_dmfs_init(struct mlx5_ct_fs *fs, struct mlx5_flow_table *ct, argument
25 mlx5_ct_fs_dmfs_destroy(struct mlx5_ct_fs *fs) argument
30 mlx5_ct_fs_dmfs_ct_rule_add(struct mlx5_ct_fs *fs, struct mlx5_flow_spec *spec, argument
33 struct mlx5e_priv *priv = netdev_priv(fs->netdev);
44 ct_dbg("Failed to add ct entry fs rule");
58 mlx5_ct_fs_dmfs_ct_rule_del(struct mlx5_ct_fs *fs, struct mlx5_ct_fs_rule *fs_rule) argument
64 mlx5_tc_rule_delete(netdev_priv(fs->netdev), dmfs_rule->rule, dmfs_rule->attr);
/linux-master/drivers/net/ethernet/mellanox/mlx5/core/en_accel/
H A Dfs_tcp.h7 #include "en/fs.h"
10 int mlx5e_accel_fs_tcp_create(struct mlx5e_flow_steering *fs);
11 void mlx5e_accel_fs_tcp_destroy(struct mlx5e_flow_steering *fs);
12 struct mlx5_flow_handle *mlx5e_accel_fs_add_sk(struct mlx5e_flow_steering *fs,
17 static inline int mlx5e_accel_fs_tcp_create(struct mlx5e_flow_steering *fs) { return 0; } argument
18 static inline void mlx5e_accel_fs_tcp_destroy(struct mlx5e_flow_steering *fs) {} argument
19 static inline struct mlx5_flow_handle *mlx5e_accel_fs_add_sk(struct mlx5e_flow_steering *fs, argument
/linux-master/drivers/xen/
H A Dprivcmd.h1 #include <linux/fs.h>
/linux-master/samples/fanotify/
H A DMakefile2 userprogs-always-y += fs-monitor
/linux-master/fs/jffs2/
H A Dioctl.c13 #include <linux/fs.h>
/linux-master/drivers/net/ethernet/mellanox/mlx5/core/
H A Den_fs.c38 #include <linux/mlx5/fs.h>
74 static int mlx5e_add_l2_flow_rule(struct mlx5e_flow_steering *fs,
76 static void mlx5e_del_l2_flow_rule(struct mlx5e_flow_steering *fs,
109 struct dentry *mlx5e_fs_get_debugfs_root(struct mlx5e_flow_steering *fs) argument
111 return fs->dfs_root;
170 static int mlx5e_vport_context_update_vlans(struct mlx5e_flow_steering *fs) argument
180 for_each_set_bit(vlan, fs->vlan->active_cvlans, VLAN_N_VID)
183 max_list_size = 1 << MLX5_CAP_GEN(fs->mdev, log_max_vlan_list);
186 fs_warn(fs, "netdev vlans list size (%d) > (%d) max vport list size, some vlans will be dropped\n",
196 for_each_set_bit(vlan, fs
219 __mlx5e_add_vlan_rule(struct mlx5e_flow_steering *fs, enum mlx5e_vlan_rule_type rule_type, u16 vid, struct mlx5_flow_spec *spec) argument
292 mlx5e_add_vlan_rule(struct mlx5e_flow_steering *fs, enum mlx5e_vlan_rule_type rule_type, u16 vid) argument
312 mlx5e_fs_del_vlan_rule(struct mlx5e_flow_steering *fs, enum mlx5e_vlan_rule_type rule_type, u16 vid) argument
350 mlx5e_fs_del_any_vid_rules(struct mlx5e_flow_steering *fs) argument
356 mlx5e_fs_add_any_vid_rules(struct mlx5e_flow_steering *fs) argument
388 mlx5e_add_vlan_trap(struct mlx5e_flow_steering *fs, int trap_id, int tir_num) argument
405 mlx5e_remove_vlan_trap(struct mlx5e_flow_steering *fs) argument
413 mlx5e_add_mac_trap(struct mlx5e_flow_steering *fs, int trap_id, int tir_num) argument
430 mlx5e_remove_mac_trap(struct mlx5e_flow_steering *fs) argument
438 mlx5e_enable_cvlan_filter(struct mlx5e_flow_steering *fs, bool promisc) argument
449 mlx5e_disable_cvlan_filter(struct mlx5e_flow_steering *fs, bool promisc) argument
460 mlx5e_vlan_rx_add_cvid(struct mlx5e_flow_steering *fs, u16 vid) argument
473 mlx5e_vlan_rx_add_svid(struct mlx5e_flow_steering *fs, struct net_device *netdev, u16 vid) argument
491 mlx5e_fs_vlan_rx_add_vid(struct mlx5e_flow_steering *fs, struct net_device *netdev, __be16 proto, u16 vid) argument
509 mlx5e_fs_vlan_rx_kill_vid(struct mlx5e_flow_steering *fs, struct net_device *netdev, __be16 proto, u16 vid) argument
530 mlx5e_fs_add_vlan_rules(struct mlx5e_flow_steering *fs) argument
547 mlx5e_del_vlan_rules(struct mlx5e_flow_steering *fs) argument
575 mlx5e_execute_l2_action(struct mlx5e_flow_steering *fs, struct mlx5e_l2_hash_node *hn) argument
608 mlx5e_sync_netdev_addr(struct mlx5e_flow_steering *fs, struct net_device *netdev) argument
625 mlx5e_fill_addr_array(struct mlx5e_flow_steering *fs, int list_type, struct net_device *ndev, u8 addr_array[][ETH_ALEN], int size) argument
652 mlx5e_vport_context_update_addr_list(struct mlx5e_flow_steering *fs, struct net_device *netdev, int list_type) argument
698 mlx5e_vport_context_update(struct mlx5e_flow_steering *fs, struct net_device *netdev) argument
710 mlx5e_apply_netdev_addr(struct mlx5e_flow_steering *fs) argument
723 mlx5e_handle_netdev_addr(struct mlx5e_flow_steering *fs, struct net_device *netdev) argument
744 mlx5e_add_promisc_rule(struct mlx5e_flow_steering *fs) argument
770 mlx5e_create_promisc_table(struct mlx5e_flow_steering *fs) argument
802 mlx5e_del_promisc_rule(struct mlx5e_flow_steering *fs) argument
810 mlx5e_destroy_promisc_table(struct mlx5e_flow_steering *fs) argument
819 mlx5e_fs_set_rx_mode_work(struct mlx5e_flow_steering *fs, struct net_device *netdev) argument
878 mlx5e_fs_init_l2_addr(struct mlx5e_flow_steering *fs, struct net_device *netdev) argument
891 mlx5e_set_inner_ttc_params(struct mlx5e_flow_steering *fs, struct mlx5e_rx_res *rx_res, struct ttc_params *ttc_params) argument
914 mlx5e_set_ttc_params(struct mlx5e_flow_steering *fs, struct mlx5e_rx_res *rx_res, struct ttc_params *ttc_params, bool tunnel) argument
948 mlx5e_del_l2_flow_rule(struct mlx5e_flow_steering *fs, struct mlx5e_l2_rule *ai) argument
957 mlx5e_add_l2_flow_rule(struct mlx5e_flow_steering *fs, struct mlx5e_l2_rule *ai, int type) argument
1080 mlx5e_destroy_l2_table(struct mlx5e_flow_steering *fs) argument
1085 mlx5e_create_l2_table(struct mlx5e_flow_steering *fs) argument
1218 mlx5e_fs_create_vlan_table(struct mlx5e_flow_steering *fs) argument
1257 mlx5e_destroy_vlan_table(struct mlx5e_flow_steering *fs) argument
1263 mlx5e_destroy_inner_ttc_table(struct mlx5e_flow_steering *fs) argument
1270 mlx5e_destroy_ttc_table(struct mlx5e_flow_steering *fs) argument
1275 mlx5e_create_inner_ttc_table(struct mlx5e_flow_steering *fs, struct mlx5e_rx_res *rx_res) argument
1289 mlx5e_create_ttc_table(struct mlx5e_flow_steering *fs, struct mlx5e_rx_res *rx_res) argument
1299 mlx5e_create_flow_steering(struct mlx5e_flow_steering *fs, struct mlx5e_rx_res *rx_res, const struct mlx5e_profile *profile, struct net_device *netdev) argument
1365 mlx5e_destroy_flow_steering(struct mlx5e_flow_steering *fs, bool ntuple, const struct mlx5e_profile *profile) argument
1377 mlx5e_fs_vlan_alloc(struct mlx5e_flow_steering *fs) argument
1385 mlx5e_fs_vlan_free(struct mlx5e_flow_steering *fs) argument
1390 mlx5e_fs_get_vlan(struct mlx5e_flow_steering *fs) argument
1395 mlx5e_fs_tc_alloc(struct mlx5e_flow_steering *fs) argument
1403 mlx5e_fs_tc_free(struct mlx5e_flow_steering *fs) argument
1408 mlx5e_fs_get_tc(struct mlx5e_flow_steering *fs) argument
1414 mlx5e_fs_ethtool_alloc(struct mlx5e_flow_steering *fs) argument
1419 mlx5e_fs_ethtool_free(struct mlx5e_flow_steering *fs) argument
1424 mlx5e_fs_get_ethtool(struct mlx5e_flow_steering *fs) argument
1429 mlx5e_fs_ethtool_alloc(struct mlx5e_flow_steering *fs) argument
1431 mlx5e_fs_ethtool_free(struct mlx5e_flow_steering *fs) argument
1434 mlx5e_fs_debugfs_init(struct mlx5e_flow_steering *fs, struct dentry *dfs_root) argument
1448 struct mlx5e_flow_steering *fs; local
1486 mlx5e_fs_cleanup(struct mlx5e_flow_steering *fs) argument
1497 mlx5e_fs_get_l2(struct mlx5e_flow_steering *fs) argument
1502 mlx5e_fs_get_ns(struct mlx5e_flow_steering *fs, bool egress) argument
1507 mlx5e_fs_set_ns(struct mlx5e_flow_steering *fs, struct mlx5_flow_namespace *ns, bool egress) argument
1515 mlx5e_fs_get_ttc(struct mlx5e_flow_steering *fs, bool inner) argument
1520 mlx5e_fs_set_ttc(struct mlx5e_flow_steering *fs, struct mlx5_ttc_table *ttc, bool inner) argument
1529 mlx5e_fs_get_arfs(struct mlx5e_flow_steering *fs) argument
1534 mlx5e_fs_set_arfs(struct mlx5e_flow_steering *fs, struct mlx5e_arfs_tables *arfs) argument
1540 mlx5e_fs_get_ptp(struct mlx5e_flow_steering *fs) argument
1545 mlx5e_fs_set_ptp(struct mlx5e_flow_steering *fs, struct mlx5e_ptp_fs *ptp_fs) argument
1550 mlx5e_fs_get_any(struct mlx5e_flow_steering *fs) argument
1555 mlx5e_fs_set_any(struct mlx5e_flow_steering *fs, struct mlx5e_fs_any *any) argument
1561 mlx5e_fs_get_accel_tcp(struct mlx5e_flow_steering *fs) argument
1566 mlx5e_fs_set_accel_tcp(struct mlx5e_flow_steering *fs, struct mlx5e_accel_fs_tcp *accel_tcp) argument
1572 mlx5e_fs_set_state_destroy(struct mlx5e_flow_steering *fs, bool state_destroy) argument
1577 mlx5e_fs_set_vlan_strip_disable(struct mlx5e_flow_steering *fs, bool vlan_strip_disable) argument
1583 mlx5e_fs_get_udp(struct mlx5e_flow_steering *fs) argument
1588 mlx5e_fs_set_udp(struct mlx5e_flow_steering *fs, struct mlx5e_fs_udp *udp) argument
1593 mlx5e_fs_get_mdev(struct mlx5e_flow_steering *fs) argument
[all...]
H A Den_fs_ethtool.c33 #include <linux/mlx5/fs.h>
82 struct ethtool_rx_flow_spec *fs,
85 struct mlx5e_ethtool_steering *ethtool = mlx5e_fs_get_ethtool(priv->fs);
94 switch (flow_type_mask(fs->flow_type)) {
233 parse_tcp4(void *headers_c, void *headers_v, struct ethtool_rx_flow_spec *fs) argument
235 struct ethtool_tcpip4_spec *l4_mask = &fs->m_u.tcp_ip4_spec;
236 struct ethtool_tcpip4_spec *l4_val = &fs->h_u.tcp_ip4_spec;
246 parse_udp4(void *headers_c, void *headers_v, struct ethtool_rx_flow_spec *fs) argument
248 struct ethtool_tcpip4_spec *l4_mask = &fs->m_u.udp_ip4_spec;
249 struct ethtool_tcpip4_spec *l4_val = &fs
81 get_flow_table(struct mlx5e_priv *priv, struct ethtool_rx_flow_spec *fs, int num_tuples) argument
259 parse_ip4(void *headers_c, void *headers_v, struct ethtool_rx_flow_spec *fs) argument
274 parse_ip6(void *headers_c, void *headers_v, struct ethtool_rx_flow_spec *fs) argument
289 parse_tcp6(void *headers_c, void *headers_v, struct ethtool_rx_flow_spec *fs) argument
302 parse_udp6(void *headers_c, void *headers_v, struct ethtool_rx_flow_spec *fs) argument
315 parse_ether(void *headers_c, void *headers_v, struct ethtool_rx_flow_spec *fs) argument
346 set_flow_attrs(u32 *match_c, u32 *match_v, struct ethtool_rx_flow_spec *fs) argument
422 flow_get_tirn(struct mlx5e_priv *priv, struct mlx5e_ethtool_rule *eth_rule, struct ethtool_rx_flow_spec *fs, u32 rss_context, u32 *tirn) argument
457 add_ethtool_flow_rule(struct mlx5e_priv *priv, struct mlx5e_ethtool_rule *eth_rule, struct mlx5_flow_table *ft, struct ethtool_rx_flow_spec *fs, u32 rss_context) argument
508 del_ethtool_rule(struct mlx5e_flow_steering *fs, struct mlx5e_ethtool_rule *eth_rule) argument
558 validate_ethter(struct ethtool_rx_flow_spec *fs) argument
572 validate_tcpudp4(struct ethtool_rx_flow_spec *fs) argument
592 validate_ip4(struct ethtool_rx_flow_spec *fs) argument
610 validate_ip6(struct ethtool_rx_flow_spec *fs) argument
628 validate_tcpudp6(struct ethtool_rx_flow_spec *fs) argument
650 validate_vlan(struct ethtool_rx_flow_spec *fs) argument
663 validate_flow(struct mlx5e_priv *priv, struct ethtool_rx_flow_spec *fs) argument
724 mlx5e_ethtool_flow_replace(struct mlx5e_priv *priv, struct ethtool_rx_flow_spec *fs, u32 rss_context) argument
850 mlx5e_ethtool_cleanup_steering(struct mlx5e_flow_steering *fs) argument
860 mlx5e_ethtool_init_steering(struct mlx5e_flow_steering *fs) argument
[all...]
/linux-master/tools/lib/api/fs/
H A Dfs.c18 #include "fs.h"
87 "/sys/fs/bpf",
91 struct fs { struct
103 static void fs__init_once(struct fs *fs);
104 static const char *fs__mountpoint(const struct fs *fs);
105 static const char *fs__mount(struct fs *fs);
108 static struct fs fs_
154 fs__read_mounts(struct fs *fs) argument
177 fs__valid_mount(const char *fs, long magic) argument
189 fs__check_mounts(struct fs *fs) argument
221 fs__env_override(struct fs *fs) argument
242 fs__init_once(struct fs *fs) argument
253 fs__mountpoint(const struct fs *fs) argument
258 mount_overload(struct fs *fs) argument
270 fs__mount(struct fs *fs) argument
[all...]
/linux-master/drivers/net/ethernet/chelsio/cxgb4/
H A Dcxgb4_filter.c75 set_wr_txq(skb, CPL_PRIORITY_CONTROL, f->fs.val.iport & 0x3);
168 u8 *nat_lp = (u8 *)&f->fs.nat_lport;
169 u8 *nat_fp = (u8 *)&f->fs.nat_fport;
172 if (f->fs.type) {
174 WORD_MASK, f->fs.nat_lip[15] |
175 f->fs.nat_lip[14] << 8 |
176 f->fs.nat_lip[13] << 16 |
177 (u64)f->fs.nat_lip[12] << 24, 1);
180 WORD_MASK, f->fs.nat_lip[11] |
181 f->fs
248 validate_filter(struct net_device *dev, struct ch_filter_specification *fs) argument
326 get_filter_steerq(struct net_device *dev, struct ch_filter_specification *fs) argument
1056 fill_default_mask(struct ch_filter_specification *fs) argument
1151 is_filter_exact_match(struct adapter *adap, struct ch_filter_specification *fs) argument
1236 hash_filter_ntuple(struct ch_filter_specification *fs, struct net_device *dev) argument
1369 cxgb4_set_hash_filter(struct net_device *dev, struct ch_filter_specification *fs, struct filter_ctx *ctx) argument
1528 __cxgb4_set_filter(struct net_device *dev, int ftid, struct ch_filter_specification *fs, struct filter_ctx *ctx) argument
1800 __cxgb4_del_filter(struct net_device *dev, int filter_id, struct ch_filter_specification *fs, struct filter_ctx *ctx) argument
1857 cxgb4_set_filter(struct net_device *dev, int filter_id, struct ch_filter_specification *fs) argument
1879 cxgb4_del_filter(struct net_device *dev, int filter_id, struct ch_filter_specification *fs) argument
[all...]
H A Dcxgb4_tc_flower.c128 static void cxgb4_action_natmode_tweak(struct ch_filter_specification *fs, argument
140 fs->nat_mode = cxgb4_natmode_config_array[i].natmode;
164 struct ch_filter_specification *fs)
193 fs->type = 1;
195 fs->val.ethtype = ethtype_key;
196 fs->mask.ethtype = ethtype_mask;
197 fs->val.proto = match.key->ip_proto;
198 fs->mask.proto = match.mask->ip_proto;
205 fs->type = 0;
206 memcpy(&fs
162 cxgb4_process_flow_match(struct net_device *dev, struct flow_rule *rule, struct ch_filter_specification *fs) argument
356 offload_pedit(struct ch_filter_specification *fs, u32 val, u32 mask, u8 field) argument
374 process_pedit_field(struct ch_filter_specification *fs, u32 val, u32 mask, u32 offset, u8 htype, u8 *natmode_flags) argument
491 cxgb4_process_flow_actions(struct net_device *in, struct flow_action *actions, struct ch_filter_specification *fs) argument
855 cxgb4_flow_rule_replace(struct net_device *dev, struct flow_rule *rule, u32 tc_prio, struct netlink_ext_ack *extack, struct ch_filter_specification *fs, u32 *tid) argument
933 struct ch_filter_specification *fs; local
970 cxgb4_flow_rule_destroy(struct net_device *dev, u32 tc_prio, struct ch_filter_specification *fs, int tid) argument
[all...]
/linux-master/arch/x86/boot/compressed/
H A Dcmdline.c6 static unsigned long fs; variable
9 fs = seg << 4; /* shift it back */
14 return *((char *)(fs + addr));
/linux-master/arch/x86/boot/
H A Dregs.c25 reg->fs = fs();
/linux-master/tools/perf/util/
H A Dcacheline.c8 #include <api/fs/fs.h>
/linux-master/drivers/clk/st/
H A Dclkgen-fsyn.c82 unsigned long output, struct stm_fs *fs);
322 static int clk_fs660c32_vco_get_rate(unsigned long input, struct stm_fs *fs, argument
325 unsigned long nd = fs->ndiv + 16; /* ndiv value */
350 unsigned long output, struct stm_fs *fs)
373 fs->ndiv = n - 16; /* Converting formula value to reg value */
533 static void quadfs_fsynth_program_enable(struct st_clk_quadfs_fsynth *fs) argument
539 CLKGEN_WRITE(fs, en[fs->chan], 1);
540 CLKGEN_WRITE(fs, en[fs
349 clk_fs660c32_vco_get_params(unsigned long input, unsigned long output, struct stm_fs *fs) argument
543 quadfs_fsynth_program_rate(struct st_clk_quadfs_fsynth *fs) argument
570 struct st_clk_quadfs_fsynth *fs = to_quadfs_fsynth(hw); local
595 struct st_clk_quadfs_fsynth *fs = to_quadfs_fsynth(hw); local
611 struct st_clk_quadfs_fsynth *fs = to_quadfs_fsynth(hw); local
622 clk_fs660c32_dig_get_rate(unsigned long input, const struct stm_fs *fs, unsigned long *rate) argument
646 clk_fs660c32_get_pe(int m, int si, unsigned long *deviation, signed long input, unsigned long output, uint64_t *p, struct stm_fs *fs) argument
682 clk_fs660c32_dig_get_params(unsigned long input, unsigned long output, struct stm_fs *fs) argument
746 quadfs_fsynt_get_hw_value_for_recalc(struct st_clk_quadfs_fsynth *fs, struct stm_fs *params) argument
778 struct st_clk_quadfs_fsynth *fs = to_quadfs_fsynth(hw); local
796 struct st_clk_quadfs_fsynth *fs = to_quadfs_fsynth(hw); local
833 quadfs_program_and_enable(struct st_clk_quadfs_fsynth *fs, struct stm_fs *params) argument
852 struct st_clk_quadfs_fsynth *fs = to_quadfs_fsynth(hw); local
886 struct st_clk_quadfs_fsynth *fs; local
[all...]
/linux-master/include/uapi/linux/
H A Dsound.h9 #include <linux/fs.h>

Completed in 694 milliseconds

1234567891011>>