Home
last modified time | relevance | path

Searched defs:mark (Results 1 – 25 of 264) sorted by relevance

1234567891011

/kernel/linux/linux-5.10/fs/notify/
Dmark.c94 void fsnotify_get_mark(struct fsnotify_mark *mark) in fsnotify_get_mark()
122 struct fsnotify_mark *mark; in __fsnotify_recalc_mask() local
225 static void fsnotify_final_mark_destroy(struct fsnotify_mark *mark) in fsnotify_final_mark_destroy()
253 void fsnotify_put_mark(struct fsnotify_mark *mark) in fsnotify_put_mark()
314 static bool fsnotify_get_mark_safe(struct fsnotify_mark *mark) in fsnotify_get_mark_safe()
338 static void fsnotify_put_mark_wake(struct fsnotify_mark *mark) in fsnotify_put_mark_wake()
401 void fsnotify_detach_mark(struct fsnotify_mark *mark) in fsnotify_detach_mark()
434 void fsnotify_free_mark(struct fsnotify_mark *mark) in fsnotify_free_mark()
456 void fsnotify_destroy_mark(struct fsnotify_mark *mark, in fsnotify_destroy_mark()
573 static int fsnotify_add_mark_list(struct fsnotify_mark *mark, in fsnotify_add_mark_list()
[all …]
Dfdinfo.c26 struct fsnotify_mark *mark)) in show_fdinfo()
29 struct fsnotify_mark *mark; in show_fdinfo() local
73 static void inotify_fdinfo(struct seq_file *m, struct fsnotify_mark *mark) in inotify_fdinfo()
102 static void fanotify_fdinfo(struct seq_file *m, struct fsnotify_mark *mark) in fanotify_fdinfo()
/kernel/linux/linux-6.6/fs/notify/
Dmark.c94 void fsnotify_get_mark(struct fsnotify_mark *mark) in fsnotify_get_mark()
160 struct fsnotify_mark *mark; in __fsnotify_recalc_mask() local
298 static void fsnotify_final_mark_destroy(struct fsnotify_mark *mark) in fsnotify_final_mark_destroy()
319 void fsnotify_put_mark(struct fsnotify_mark *mark) in fsnotify_put_mark()
381 static bool fsnotify_get_mark_safe(struct fsnotify_mark *mark) in fsnotify_get_mark_safe()
405 static void fsnotify_put_mark_wake(struct fsnotify_mark *mark) in fsnotify_put_mark_wake()
468 void fsnotify_detach_mark(struct fsnotify_mark *mark) in fsnotify_detach_mark()
497 void fsnotify_free_mark(struct fsnotify_mark *mark) in fsnotify_free_mark()
519 void fsnotify_destroy_mark(struct fsnotify_mark *mark, in fsnotify_destroy_mark()
635 static int fsnotify_add_mark_list(struct fsnotify_mark *mark, in fsnotify_add_mark_list()
[all …]
Dfdinfo.c27 struct fsnotify_mark *mark)) in show_fdinfo()
30 struct fsnotify_mark *mark; in show_fdinfo() local
74 static void inotify_fdinfo(struct seq_file *m, struct fsnotify_mark *mark) in inotify_fdinfo()
103 static void fanotify_fdinfo(struct seq_file *m, struct fsnotify_mark *mark) in fanotify_fdinfo()
Dfsnotify.c343 struct fsnotify_mark *mark; in send_to_group() local
394 static struct fsnotify_mark *fsnotify_next_mark(struct fsnotify_mark *mark) in fsnotify_next_mark()
415 struct fsnotify_mark *mark; in fsnotify_iter_select_report_types() local
459 struct fsnotify_mark *mark; in fsnotify_iter_next() local
/kernel/linux/linux-5.10/lib/
Dxarray.c66 static inline void xa_mark_set(struct xarray *xa, xa_mark_t mark) in xa_mark_set()
72 static inline void xa_mark_clear(struct xarray *xa, xa_mark_t mark) in xa_mark_clear()
78 static inline unsigned long *node_marks(struct xa_node *node, xa_mark_t mark) in node_marks()
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()
103 static inline bool node_any_mark(struct xa_node *node, xa_mark_t mark) in node_any_mark()
108 static inline void node_mark_all(struct xa_node *node, xa_mark_t mark) in node_mark_all()
113 #define mark_inc(mark) do { \ argument
126 unsigned int mark = 0; in xas_squash_marks() local
[all …]
/kernel/linux/linux-6.6/lib/
Dxarray.c68 static inline void xa_mark_set(struct xarray *xa, xa_mark_t mark) in xa_mark_set()
74 static inline void xa_mark_clear(struct xarray *xa, xa_mark_t mark) in xa_mark_clear()
80 static inline unsigned long *node_marks(struct xa_node *node, xa_mark_t mark) in node_marks()
86 unsigned int offset, xa_mark_t mark) in node_get_mark()
93 xa_mark_t mark) in node_set_mark()
100 xa_mark_t mark) in node_clear_mark()
105 static inline bool node_any_mark(struct xa_node *node, xa_mark_t mark) in node_any_mark()
110 static inline void node_mark_all(struct xa_node *node, xa_mark_t mark) in node_mark_all()
115 #define mark_inc(mark) do { \ argument
128 unsigned int mark = 0; in xas_squash_marks() local
[all …]
/kernel/linux/linux-6.6/kernel/
Daudit_fsnotify.c30 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
Daudit_tree.c28 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()
349 static void untag_chunk(struct audit_chunk *chunk, struct fsnotify_mark *mark) in untag_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
[all …]
/kernel/linux/linux-5.10/kernel/
Daudit_fsnotify.c30 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
Daudit_tree.c28 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()
349 static void untag_chunk(struct audit_chunk *chunk, struct fsnotify_mark *mark) in untag_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
[all …]
/kernel/linux/linux-5.10/net/netfilter/ipvs/
Dip_vs_wrr.c108 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
/kernel/linux/linux-6.6/net/netfilter/ipvs/
Dip_vs_wrr.c108 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
/kernel/linux/linux-6.6/samples/bpf/
Dtest_cgrp2_sock.c30 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
212 __u32 idx = 0, mark = 0, prio = 0; in main() local
/kernel/linux/linux-5.10/samples/bpf/
Dtest_cgrp2_sock.c30 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
/kernel/linux/patches/linux-6.6/prebuilts/usr/include/linux/netfilter/
Dxt_mark.h23 __u32 mark, mask; member
26 __u32 mark, mask; member
/kernel/linux/linux-5.10/include/uapi/linux/netfilter/
Dxt_mark.h8 __u32 mark, mask; member
12 __u32 mark, mask; member
/kernel/linux/patches/linux-4.19/prebuilts/usr/include/linux/netfilter/
Dxt_mark.h10 __u32 mark, mask; member
13 __u32 mark, mask; member
/kernel/linux/linux-6.6/include/uapi/linux/netfilter/
Dxt_mark.h8 __u32 mark, mask; member
12 __u32 mark, mask; member
/kernel/linux/patches/linux-5.10/prebuilts/usr/include/linux/netfilter/
Dxt_mark.h23 __u32 mark, mask; member
26 __u32 mark, mask; member
/kernel/linux/linux-5.10/arch/powerpc/kernel/
Dsmp-tbsync.c26 volatile u64 mark; member
39 static void enter_contest(u64 mark, long add) in enter_contest()
82 u64 mark; in start_contest() local
/kernel/linux/linux-6.6/arch/powerpc/kernel/
Dsmp-tbsync.c26 volatile u64 mark; member
39 static void enter_contest(u64 mark, long add) in enter_contest()
82 u64 mark; in start_contest() local
/kernel/linux/linux-5.10/net/ipv4/
Dxfrm4_policy.c24 u32 mark) in __xfrm4_dst_lookup()
48 u32 mark) in xfrm4_dst_lookup()
57 u32 mark) in xfrm4_get_saddr()
/kernel/linux/linux-5.10/net/netfilter/
Dnft_chain_route.c24 u32 mark; in nf_route_table_hook4() local
71 u32 mark, flowlabel; in nf_route_table_hook6() local
/kernel/linux/linux-6.6/net/netfilter/
Dnft_chain_route.c24 u32 mark; in nf_route_table_hook4() local
71 u32 mark, flowlabel; in nf_route_table_hook6() local

1234567891011