/linux-6.3-rc2/fs/notify/ |
A D | mark.c | 94 void fsnotify_get_mark(struct fsnotify_mark *mark) in fsnotify_get_mark() 160 struct fsnotify_mark *mark; in __fsnotify_recalc_mask() local 293 void fsnotify_put_mark(struct fsnotify_mark *mark) in fsnotify_put_mark() 442 void fsnotify_detach_mark(struct fsnotify_mark *mark) in fsnotify_detach_mark() 471 void fsnotify_free_mark(struct fsnotify_mark *mark) in fsnotify_free_mark() 493 void fsnotify_destroy_mark(struct fsnotify_mark *mark, in fsnotify_destroy_mark() 766 struct fsnotify_mark *mark; in fsnotify_find_mark() local 789 struct fsnotify_mark *lmark, *mark; in fsnotify_clear_marks_by_group() local 834 struct fsnotify_mark *mark, *old_mark = NULL; in fsnotify_destroy_marks() local 872 void fsnotify_init_mark(struct fsnotify_mark *mark, in fsnotify_init_mark() [all …]
|
A D | fdinfo.c | 27 struct fsnotify_mark *mark)) in show_fdinfo() 30 struct fsnotify_mark *mark; in show_fdinfo() local 76 static void inotify_fdinfo(struct seq_file *m, struct fsnotify_mark *mark) in inotify_fdinfo() 105 static void fanotify_fdinfo(struct seq_file *m, struct fsnotify_mark *mark) in fanotify_fdinfo()
|
A D | fsnotify.c | 329 struct fsnotify_mark *mark; in send_to_group() local 380 static struct fsnotify_mark *fsnotify_next_mark(struct fsnotify_mark *mark) in fsnotify_next_mark() 401 struct fsnotify_mark *mark; in fsnotify_iter_select_report_types() local 445 struct fsnotify_mark *mark; in fsnotify_iter_next() local
|
/linux-6.3-rc2/lib/ |
A D | xarray.c | 66 static inline void xa_mark_set(struct xarray *xa, xa_mark_t mark) in xa_mark_set() 84 unsigned int offset, xa_mark_t mark) in node_get_mark() 91 xa_mark_t mark) in node_set_mark() 98 xa_mark_t mark) in node_clear_mark() 113 #define mark_inc(mark) do { \ argument 126 unsigned int mark = 0; in xas_squash_marks() local 581 xa_mark_t mark = 0; in xas_expand() local 943 xa_mark_t mark = 0; in xas_init_marks() local 961 xa_mark_t mark = XA_MARK_0; in node_get_marks() local 977 xa_mark_t mark = XA_MARK_0; in node_set_marks() local [all …]
|
/linux-6.3-rc2/kernel/ |
A D | audit_fsnotify.c | 30 struct fsnotify_mark mark; /* fsnotify mark on the inode */ member 47 static void audit_fsnotify_free_mark(struct fsnotify_mark *mark) in audit_fsnotify_free_mark() 55 char *audit_mark_path(struct audit_fsnotify_mark *mark) in audit_mark_path() 60 int audit_mark_compare(struct audit_fsnotify_mark *mark, unsigned long ino, dev_t dev) in audit_mark_compare() 141 struct audit_fsnotify_mark *mark = krule->exe; in audit_remove_mark_rule() local
|
A D | audit_tree.c | 28 struct fsnotify_mark *mark; member 41 struct fsnotify_mark mark; member 161 static inline struct audit_tree_mark *audit_mark(struct fsnotify_mark *mark) in audit_mark() 166 static struct audit_chunk *mark_chunk(struct fsnotify_mark *mark) in mark_chunk() 171 static void audit_tree_destroy_watch(struct fsnotify_mark *mark) in audit_tree_destroy_watch() 279 static void replace_mark_chunk(struct fsnotify_mark *mark, in replace_mark_chunk() 399 struct fsnotify_mark *mark; in create_chunk() local 460 struct fsnotify_mark *mark; in tag_chunk() local 575 struct fsnotify_mark *mark; in prune_tree_chunks() local 1035 static int audit_tree_handle_event(struct fsnotify_mark *mark, u32 mask, in audit_tree_handle_event() [all …]
|
/linux-6.3-rc2/net/netfilter/ipvs/ |
A D | ip_vs_wrr.c | 108 struct ip_vs_wrr_mark *mark; in ip_vs_wrr_init_svc() local 129 struct ip_vs_wrr_mark *mark = svc->sched_data; in ip_vs_wrr_done_svc() local 141 struct ip_vs_wrr_mark *mark = svc->sched_data; in ip_vs_wrr_dest_changed() local 164 struct ip_vs_wrr_mark *mark = svc->sched_data; in ip_vs_wrr_schedule() local
|
/linux-6.3-rc2/samples/bpf/ |
A D | test_cgrp2_sock.c | 30 static int prog_load(__u32 idx, __u32 mark, __u32 prio) in prog_load() 145 unsigned int mark = 0; in get_somark() local 171 unsigned int mark, prio; in show_sockopts() local 210 __u32 idx = 0, mark = 0, prio = 0; in main() local
|
A D | xdp2skb_meta_kern.c | 28 __u32 mark; member
|
/linux-6.3-rc2/include/uapi/linux/netfilter/ |
A D | xt_mark.h | 8 __u32 mark, mask; member 12 __u32 mark, mask; member
|
/linux-6.3-rc2/arch/powerpc/kernel/ |
A D | smp-tbsync.c | 26 volatile u64 mark; member 39 static void enter_contest(u64 mark, long add) in enter_contest() 82 u64 mark; in start_contest() local
|
/linux-6.3-rc2/net/ipv4/ |
A D | xfrm4_policy.c | 24 u32 mark) in __xfrm4_dst_lookup() 46 u32 mark) in xfrm4_dst_lookup() 55 u32 mark) in xfrm4_get_saddr()
|
/linux-6.3-rc2/net/netfilter/ |
A D | nft_chain_route.c | 24 u32 mark; in nf_route_table_hook4() local 71 u32 mark, flowlabel; in nf_route_table_hook6() local
|
/linux-6.3-rc2/drivers/net/ethernet/sfc/ |
A D | tc_counters.c | 267 u32 mark) in efx_tc_counter_update() 309 static void efx_tc_rx_version_1(struct efx_nic *efx, const u8 *data, u32 mark) in efx_tc_rx_version_1() 367 const u8 *data, u32 mark) in efx_tc_rx_version_2() 450 static bool efx_tc_rx(struct efx_rx_queue *rx_queue, u32 mark) in efx_tc_rx()
|
/linux-6.3-rc2/net/xfrm/ |
A D | xfrm_state.c | 977 static struct xfrm_state *__xfrm_state_lookup_all(struct net *net, u32 mark, in __xfrm_state_lookup_all() 1020 static struct xfrm_state *__xfrm_state_lookup(struct net *net, u32 mark, in __xfrm_state_lookup() 1074 u32 mark = x->mark.v & x->mark.m; in __xfrm_state_locate() local 1149 u32 mark = pol->mark.v & pol->mark.m; in xfrm_state_find() local 1365 xfrm_stateonly_find(struct net *net, u32 mark, u32 if_id, in xfrm_stateonly_find() 1468 u32 mark = xnew->mark.v & xnew->mark.m; in __xfrm_state_bump_genids() local 1505 u32 mark = m->v & m->m; in __find_acq_core() local 1584 u32 mark = x->mark.v & x->mark.m; in xfrm_state_add() local 1977 xfrm_state_lookup_byaddr(struct net *net, u32 mark, in xfrm_state_lookup_byaddr() 2150 struct xfrm_state *xfrm_find_acq_byseq(struct net *net, u32 mark, u32 seq) in xfrm_find_acq_byseq() [all …]
|
/linux-6.3-rc2/include/linux/ |
A D | fsnotify_backend.h | 453 #define fsnotify_foreach_iter_mark_type(iter, mark, type) \ argument 667 static inline __u32 fsnotify_ignore_mask(struct fsnotify_mark *mark) in fsnotify_ignore_mask() 688 static inline __u32 fsnotify_ignored_events(struct fsnotify_mark *mark) in fsnotify_ignored_events() 716 static inline __u32 fsnotify_effective_ignore_mask(struct fsnotify_mark *mark, in fsnotify_effective_ignore_mask() 736 static inline __u32 fsnotify_calc_mask(struct fsnotify_mark *mark) in fsnotify_calc_mask() 776 static inline int fsnotify_add_inode_mark(struct fsnotify_mark *mark, in fsnotify_add_inode_mark() 783 static inline int fsnotify_add_inode_mark_locked(struct fsnotify_mark *mark, in fsnotify_add_inode_mark_locked()
|
A D | netfilter_ipv4.h | 16 u_int32_t mark; member
|
/linux-6.3-rc2/include/net/tc_act/ |
A D | tc_skbedit.h | 17 u32 mark; member 55 u32 mark; in tcf_skbedit_mark() local
|
/linux-6.3-rc2/net/ipv6/ |
A D | xfrm6_policy.c | 29 u32 mark) in xfrm6_dst_lookup() 55 u32 mark) in xfrm6_get_saddr()
|
/linux-6.3-rc2/include/uapi/linux/netfilter_bridge/ |
A D | ebt_mark_t.h | 18 unsigned long mark; member
|
A D | ebt_mark_m.h | 11 unsigned long mark, mask; member
|
/linux-6.3-rc2/drivers/staging/media/atomisp/pci/runtime/tagger/interface/ |
A D | ia_css_tagger_common.h | 35 u8 mark; /* the mark on the element */ member
|
/linux-6.3-rc2/net/netfilter/ipset/ |
A D | ip_set_hash_ipmark.c | 41 __u32 mark; member 173 __u32 mark; member
|
/linux-6.3-rc2/drivers/media/usb/dvb-usb/ |
A D | af9005-remote.c | 76 u16 mark, space; in af9005_rc_decode() local
|
/linux-6.3-rc2/fs/dlm/ |
A D | lowcomms.c | 107 int mark; member 361 unsigned int *mark) in nodeid_to_addr() 419 unsigned int *mark) in addr_to_nodeid() 572 int dlm_lowcomms_nodes_set_mark(int nodeid, unsigned int mark) in dlm_lowcomms_nodes_set_mark() 1018 unsigned int mark; in accept_from_sock() local 1586 unsigned int mark; in dlm_connect() local
|