/Linux-v5.4/fs/notify/ |
D | mark.c | 94 void fsnotify_get_mark(struct fsnotify_mark *mark) in fsnotify_get_mark() 122 struct fsnotify_mark *mark; in __fsnotify_recalc_mask() local 199 static void fsnotify_final_mark_destroy(struct fsnotify_mark *mark) in fsnotify_final_mark_destroy() 227 void fsnotify_put_mark(struct fsnotify_mark *mark) in fsnotify_put_mark() 288 static bool fsnotify_get_mark_safe(struct fsnotify_mark *mark) in fsnotify_get_mark_safe() 312 static void fsnotify_put_mark_wake(struct fsnotify_mark *mark) in fsnotify_put_mark_wake() 371 void fsnotify_detach_mark(struct fsnotify_mark *mark) in fsnotify_detach_mark() 404 void fsnotify_free_mark(struct fsnotify_mark *mark) in fsnotify_free_mark() 426 void fsnotify_destroy_mark(struct fsnotify_mark *mark, in fsnotify_destroy_mark() 543 static int fsnotify_add_mark_list(struct fsnotify_mark *mark, in fsnotify_add_mark_list() [all …]
|
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() 112 static void fanotify_fdinfo(struct seq_file *m, struct fsnotify_mark *mark) in fanotify_fdinfo()
|
D | fsnotify.c | 192 struct fsnotify_mark *mark; in send_to_group() local 246 static struct fsnotify_mark *fsnotify_next_mark(struct fsnotify_mark *mark) in fsnotify_next_mark() 267 struct fsnotify_mark *mark; in fsnotify_iter_select_report_types() local
|
/Linux-v5.4/lib/ |
D | xarray.c | 65 static inline void xa_mark_set(struct xarray *xa, xa_mark_t mark) in xa_mark_set() 71 static inline void xa_mark_clear(struct xarray *xa, xa_mark_t mark) in xa_mark_clear() 77 static inline unsigned long *node_marks(struct xa_node *node, xa_mark_t mark) in node_marks() 83 unsigned int offset, xa_mark_t mark) in node_get_mark() 90 xa_mark_t mark) in node_set_mark() 97 xa_mark_t mark) in node_clear_mark() 102 static inline bool node_any_mark(struct xa_node *node, xa_mark_t mark) in node_any_mark() 107 static inline void node_mark_all(struct xa_node *node, xa_mark_t mark) in node_mark_all() 112 #define mark_inc(mark) do { \ argument 125 unsigned int mark = 0; in xas_squash_marks() local [all …]
|
/Linux-v5.4/kernel/ |
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() 140 struct audit_fsnotify_mark *mark = krule->exe; in audit_remove_mark_rule() local
|
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() 281 static void replace_mark_chunk(struct fsnotify_mark *mark, in replace_mark_chunk() 351 static void untag_chunk(struct audit_chunk *chunk, struct fsnotify_mark *mark) in untag_chunk() 401 struct fsnotify_mark *mark; in create_chunk() local 462 struct fsnotify_mark *mark; in tag_chunk() local 577 struct fsnotify_mark *mark; in prune_tree_chunks() local [all …]
|
/Linux-v5.4/net/netfilter/ipvs/ |
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-v5.4/drivers/misc/mic/scif/ |
D | scif_fence.c | 21 int mark = 0; in scif_recv_mark() local 339 static int _scif_fence_wait(scif_epd_t epd, int mark) in _scif_fence_wait() 369 int mark, err; in scif_rma_handle_remote_fences() local 396 static int _scif_send_fence(scif_epd_t epd, int uop, int mark, int *out_mark) in _scif_send_fence() 471 static int scif_send_fence_wait(scif_epd_t epd, int mark) in scif_send_fence_wait() 586 int _scif_fence_mark(scif_epd_t epd, int *mark) in _scif_fence_mark() 633 int scif_fence_mark(scif_epd_t epd, int flags, int *mark) in scif_fence_mark() 681 int scif_fence_wait(scif_epd_t epd, int mark) in scif_fence_wait()
|
/Linux-v5.4/samples/bpf/ |
D | test_cgrp2_sock.c | 30 static int prog_load(__u32 idx, __u32 mark, __u32 prio) in prog_load() 141 unsigned int mark = 0; in get_somark() local 167 unsigned int mark, prio; in show_sockopts() local 206 __u32 idx = 0, mark = 0, prio = 0; in main() local
|
D | xdp2skb_meta_kern.c | 28 __u32 mark; member
|
/Linux-v5.4/include/uapi/linux/netfilter/ |
D | xt_mark.h | 8 __u32 mark, mask; member 12 __u32 mark, mask; member
|
/Linux-v5.4/arch/powerpc/kernel/ |
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-v5.4/net/ipv4/ |
D | xfrm4_policy.c | 24 u32 mark) in __xfrm4_dst_lookup() 48 u32 mark) in xfrm4_dst_lookup() 57 u32 mark) in xfrm4_get_saddr()
|
/Linux-v5.4/include/net/tc_act/ |
D | tc_skbedit.h | 17 u32 mark; member 48 u32 mark; in tcf_skbedit_mark() local
|
/Linux-v5.4/net/netfilter/ |
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-v5.4/net/xfrm/ |
D | xfrm_state.c | 927 static struct xfrm_state *__xfrm_state_lookup(struct net *net, u32 mark, in __xfrm_state_lookup() 952 static struct xfrm_state *__xfrm_state_lookup_byaddr(struct net *net, u32 mark, in __xfrm_state_lookup_byaddr() 981 u32 mark = x->mark.v & x->mark.m; in __xfrm_state_locate() local 1051 u32 mark = pol->mark.v & pol->mark.m; in xfrm_state_find() local 1183 xfrm_stateonly_find(struct net *net, u32 mark, u32 if_id, in xfrm_stateonly_find() 1276 u32 mark = xnew->mark.v & xnew->mark.m; in __xfrm_state_bump_genids() local 1313 u32 mark = m->v & m->m; in __find_acq_core() local 1390 u32 mark = x->mark.v & x->mark.m; in xfrm_state_add() local 1728 xfrm_state_lookup(struct net *net, u32 mark, const xfrm_address_t *daddr, __be32 spi, in xfrm_state_lookup() 1741 xfrm_state_lookup_byaddr(struct net *net, u32 mark, in xfrm_state_lookup_byaddr() [all …]
|
/Linux-v5.4/include/uapi/linux/netfilter_bridge/ |
D | ebt_mark_t.h | 18 unsigned long mark; member
|
D | ebt_mark_m.h | 11 unsigned long mark, mask; member
|
/Linux-v5.4/net/ipv6/ |
D | xfrm6_policy.c | 29 u32 mark) in xfrm6_dst_lookup() 56 u32 mark) in xfrm6_get_saddr()
|
/Linux-v5.4/fs/cachefiles/ |
D | key.c | 38 int loop, len, max, seg, mark, print; in cachefiles_cook_key() local
|
/Linux-v5.4/drivers/media/usb/dvb-usb/ |
D | af9005-remote.c | 76 u16 mark, space; in af9005_rc_decode() local
|
/Linux-v5.4/include/linux/ |
D | netfilter_ipv4.h | 16 u_int32_t mark; member
|
/Linux-v5.4/net/netfilter/ipset/ |
D | ip_set_hash_ipmark.c | 40 __u32 mark; member 163 __u32 mark; member
|
/Linux-v5.4/net/ipv4/netfilter/ |
D | iptable_mangle.c | 46 u_int32_t mark; in ipt_mangle_out() local
|
/Linux-v5.4/net/ipv6/netfilter/ |
D | ip6table_mangle.c | 40 u_int32_t flowlabel, mark; in ip6t_mangle_out() local
|