| /linux/fs/notify/ |
| H A D | mark.c | 95 void fsnotify_get_mark(struct fsnotify_mark *mark) in fsnotify_get_mark() 250 struct fsnotify_mark *mark; in __fsnotify_recalc_mask() local 403 static void fsnotify_final_mark_destroy(struct fsnotify_mark *mark) in fsnotify_final_mark_destroy() 424 void fsnotify_put_mark(struct fsnotify_mark *mark) in fsnotify_put_mark() 491 static bool fsnotify_get_mark_safe(struct fsnotify_mark *mark) in fsnotify_get_mark_safe() 512 static void fsnotify_put_mark_wake(struct fsnotify_mark *mark) in fsnotify_put_mark_wake() 533 struct fsnotify_mark *mark = iter_info->marks[type]; in fsnotify_prepare_user_wait() local 582 void fsnotify_detach_mark(struct fsnotify_mark *mark) in fsnotify_detach_mark() 611 void fsnotify_free_mark(struct fsnotify_mark *mark) in fsnotify_free_mark() 633 void fsnotify_destroy_mark(struct fsnotify_mark *mark, in fsnotify_destroy_mark() [all …]
|
| H A D | fsnotify.c | 340 struct fsnotify_mark *mark; in send_to_group() local 391 struct fsnotify_mark *fsnotify_next_mark(struct fsnotify_mark *mark) in fsnotify_next_mark() 412 struct fsnotify_mark *mark; in fsnotify_iter_select_report_types() local 456 struct fsnotify_mark *mark; in fsnotify_iter_next() local
|
| /linux/lib/ |
| H A D | xarray.c | 68 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 xa_mark_t mark = 0; in xas_squash_marks() local [all …]
|
| /linux/kernel/ |
| H A D | audit_tree.c | 28 struct fsnotify_mark *mark; member 41 struct fsnotify_mark mark; member 163 static inline struct audit_tree_mark *audit_mark(struct fsnotify_mark *mark) in audit_mark() 168 static struct audit_chunk *mark_chunk(struct fsnotify_mark *mark) in mark_chunk() 173 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/net/netfilter/ipvs/ |
| H A D | ip_vs_wrr.c | 107 struct ip_vs_wrr_mark *mark; in ip_vs_wrr_init_svc() local 128 struct ip_vs_wrr_mark *mark = svc->sched_data; in ip_vs_wrr_done_svc() local 140 struct ip_vs_wrr_mark *mark = svc->sched_data; in ip_vs_wrr_dest_changed() local 163 struct ip_vs_wrr_mark *mark = svc->sched_data; in ip_vs_wrr_schedule() local
|
| /linux/arch/powerpc/kernel/ |
| H 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/include/uapi/linux/netfilter/ |
| H A D | xt_mark.h | 8 __u32 mark, mask; member 12 __u32 mark, mask; member
|
| /linux/drivers/tty/vt/ |
| H A D | ucs.c | 105 u16 mark; /* combining mark */ member 113 u16 mark; member 144 u32 ucs_recompose(u32 base, u32 mark) in ucs_recompose()
|
| /linux/net/netfilter/ |
| H 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/net/xfrm/ |
| H A D | xfrm_state.c | 1132 u32 mark, in __xfrm_state_lookup_all() 1176 u32 mark, in __xfrm_state_lookup() 1201 struct xfrm_state *xfrm_input_state_lookup(struct net *net, u32 mark, in xfrm_input_state_lookup() 1249 u32 mark, in __xfrm_state_lookup_byaddr() 1279 u32 mark = x->mark.v & x->mark.m; in __xfrm_state_locate() local 1362 u32 mark = pol->mark.v & pol->mark.m; in xfrm_state_find() local 1646 xfrm_stateonly_find(struct net *net, u32 mark, u32 if_id, in xfrm_stateonly_find() 1771 u32 mark = xnew->mark.v & xnew->mark.m; in __xfrm_state_bump_genids() local 1810 u32 mark = m->v & m->m; in __find_acq_core() local 1893 u32 mark = x->mark.v & x->mark.m; in xfrm_state_add() local [all …]
|
| H A D | xfrm_state_bpf.c | 38 u32 mark; member
|
| /linux/include/net/tc_act/ |
| H A D | tc_skbedit.h | 18 u32 mark; member 56 u32 mark; in tcf_skbedit_mark() local
|
| /linux/include/linux/ |
| H A D | fsnotify_backend.h | 531 #define fsnotify_foreach_iter_mark_type(iter, mark, type) \ argument 779 static inline __u32 fsnotify_ignore_mask(struct fsnotify_mark *mark) in fsnotify_ignore_mask() 800 static inline __u32 fsnotify_ignored_events(struct fsnotify_mark *mark) in fsnotify_ignored_events() 828 static inline __u32 fsnotify_effective_ignore_mask(struct fsnotify_mark *mark, in fsnotify_effective_ignore_mask() 848 static inline __u32 fsnotify_calc_mask(struct fsnotify_mark *mark) in fsnotify_calc_mask() 882 static inline int fsnotify_add_inode_mark(struct fsnotify_mark *mark, in fsnotify_add_inode_mark() 889 static inline int fsnotify_add_inode_mark_locked(struct fsnotify_mark *mark, in fsnotify_add_inode_mark_locked()
|
| H A D | netfilter_ipv4.h | 16 u_int32_t mark; member
|
| H A D | xarray.h | 277 #define XA_FLAGS_MARK(mark) ((__force gfp_t)((1U << __GFP_BITS_SHIFT) << \ argument 422 static inline bool xa_marked(const struct xarray *xa, xa_mark_t mark) in xa_marked() 1416 #define xas_marked(xas, mark) xa_marked((xas)->xa, (mark)) argument 1743 xa_mark_t mark) in xas_find_chunk() 1775 xa_mark_t mark) in xas_next_marked() 1835 #define xas_for_each_marked(xas, entry, max, mark) \ argument
|
| /linux/include/uapi/linux/netfilter_bridge/ |
| H A D | ebt_mark_t.h | 18 unsigned long mark; member
|
| H A D | ebt_mark_m.h | 11 unsigned long mark, mask; member
|
| /linux/tools/testing/selftests/coredump/ |
| H A D | coredump_test_helpers.c | 160 enum coredump_mark mark = COREDUMP_MARK_REQACK; in recv_marker() local 190 bool read_marker(int fd, enum coredump_mark mark) in read_marker() argument
|
| /linux/samples/bpf/ |
| H A D | xdp2skb_meta_kern.c | 28 __u32 mark; member
|
| /linux/net/netfilter/ipset/ |
| H A D | ip_set_hash_ipmark.c | 41 __u32 mark; member 173 __u32 mark; member
|
| /linux/drivers/media/usb/dvb-usb/ |
| H A D | af9005-remote.c | 76 u16 mark, space; in af9005_rc_decode() local
|
| /linux/fs/dlm/ |
| H A D | lowcomms.c | 108 int mark; member 364 unsigned int *mark) in nodeid_to_addr() 422 unsigned int *mark) in addr_to_nodeid() 573 int dlm_lowcomms_nodes_set_mark(int nodeid, unsigned int mark) in dlm_lowcomms_nodes_set_mark() 988 unsigned int mark; in accept_from_sock() local 1573 unsigned int mark; in dlm_connect() local
|
| /linux/net/bridge/netfilter/ |
| H A D | ebt_mark.c | 58 compat_ulong_t mark; member
|
| H A D | ebt_mark_m.c | 42 compat_ulong_t mark, mask; member
|
| /linux/fs/notify/fanotify/ |
| H A D | fanotify.c | 310 struct fsnotify_mark *mark; in fanotify_group_event_mask() local 887 struct fsnotify_mark *mark; in fanotify_get_fsid() local 1101 static void fanotify_freeing_mark(struct fsnotify_mark *mark, in fanotify_freeing_mark()
|