| /include/trace/events/ |
| A D | filelock.h | 82 __entry->fl = fl ? fl : NULL; 86 __entry->owner = fl ? fl->c.flc_owner : NULL; 87 __entry->pid = fl ? fl->c.flc_pid : 0; 88 __entry->flags = fl ? fl->c.flc_flags : 0; 89 __entry->type = fl ? fl->c.flc_type : 0; 90 __entry->fl_start = fl ? fl->fl_start : 0; 91 __entry->fl_end = fl ? fl->fl_end : 0; 137 __entry->fl = fl ? fl : NULL; 141 __entry->owner = fl ? fl->c.flc_owner : NULL; 142 __entry->flags = fl ? fl->c.flc_flags : 0; [all …]
|
| A D | afs.h | 1331 TP_PROTO(struct afs_vnode *vnode, struct file_lock *fl, 1334 TP_ARGS(vnode, fl, event, error), 1349 __entry->debug_id = fl ? fl->fl_u.afs.debug_id : 0; 1361 TP_PROTO(struct afs_vnode *vnode, struct file_lock *fl, 1364 TP_ARGS(vnode, fl, op), 1378 __entry->from = fl->fl_start; 1379 __entry->len = fl->fl_end - fl->fl_start + 1; 1381 __entry->type = fl->c.flc_type; 1382 __entry->flags = fl->c.flc_flags; 1383 __entry->debug_id = fl->fl_u.afs.debug_id;
|
| /include/linux/ |
| A D | thread_info.h | 157 #define set_syscall_work(fl) \ argument 159 #define test_syscall_work(fl) \ argument 161 #define clear_syscall_work(fl) \ argument 164 #define set_task_syscall_work(t, fl) \ argument 166 #define test_task_syscall_work(t, fl) \ argument 168 #define clear_task_syscall_work(t, fl) \ argument 173 #define set_syscall_work(fl) \ argument 175 #define test_syscall_work(fl) \ argument 177 #define clear_syscall_work(fl) \ argument 180 #define set_task_syscall_work(t, fl) \ argument [all …]
|
| A D | filelock.h | 165 return fl->c.flc_type == F_UNLCK; in lock_is_unlock() 168 static inline bool lock_is_read(struct file_lock *fl) in lock_is_read() argument 170 return fl->c.flc_type == F_RDLCK; in lock_is_read() 173 static inline bool lock_is_write(struct file_lock *fl) in lock_is_write() argument 175 return fl->c.flc_type == F_WRLCK; in lock_is_write() 185 locks_wake_up_waiter(&fl->c); in locks_wake_up() 195 void locks_free_lock(struct file_lock *fl); 213 void locks_free_lease(struct file_lease *fl); 279 static inline bool lock_is_read(struct file_lock *fl) in lock_is_read() argument 350 struct file_lock *fl, struct file_lock *conf) in vfs_lock_file() argument [all …]
|
| A D | dlm_plock.h | 11 int cmd, struct file_lock *fl); 13 struct file_lock *fl); 15 struct file_lock *fl); 17 struct file_lock *fl);
|
| A D | netfilter_ipv4.h | 26 int nf_ip_route(struct net *net, struct dst_entry **dst, struct flowi *fl, 35 struct flowi *fl, bool strict) in nf_ip_route() argument
|
| A D | netfilter_ipv6.h | 49 int (*route)(struct net *net, struct dst_entry **dst, struct flowi *fl, 97 struct flowi *fl, bool strict); 100 struct flowi *fl, bool strict) in nf_ip6_route() argument 106 return v6ops->route(net, dst, fl, strict); in nf_ip6_route() 111 return __nf_ip6_route(net, dst, fl, strict); in nf_ip6_route()
|
| A D | mm_types.h | 485 #define FOLIO_MATCH(pg, fl) \ argument 486 static_assert(offsetof(struct page, pg) == offsetof(struct folio, fl)) 505 #define FOLIO_MATCH(pg, fl) \ argument 506 static_assert(offsetof(struct folio, fl) == \ 513 #define FOLIO_MATCH(pg, fl) \ argument 514 static_assert(offsetof(struct folio, fl) == \ 519 #define FOLIO_MATCH(pg, fl) \ argument 520 static_assert(offsetof(struct folio, fl) == \
|
| A D | netfilter.h | 375 int nf_route(struct net *net, struct dst_entry **dst, struct flowi *fl, 387 void (*decode_session)(struct sk_buff *skb, struct flowi *fl); 394 nf_nat_decode_session(struct sk_buff *skb, struct flowi *fl, u_int8_t family) in nf_nat_decode_session() argument 402 nat_hook->decode_session(skb, fl); in nf_nat_decode_session() 442 nf_nat_decode_session(struct sk_buff *skb, struct flowi *fl, u_int8_t family) in nf_nat_decode_session() argument
|
| /include/net/ |
| A D | l3mdev.h | 59 int l3mdev_fib_rule_match(struct net *net, struct flowi *fl, 63 bool l3mdev_fib_rule_iif_match(const struct flowi *fl, int iifindex) in l3mdev_fib_rule_iif_match() argument 65 return !(fl->flowi_flags & FLOWI_FLAG_L3MDEV_OIF) && in l3mdev_fib_rule_iif_match() 66 fl->flowi_l3mdev == iifindex; in l3mdev_fib_rule_iif_match() 70 bool l3mdev_fib_rule_oif_match(const struct flowi *fl, int oifindex) in l3mdev_fib_rule_oif_match() argument 72 return fl->flowi_flags & FLOWI_FLAG_L3MDEV_OIF && in l3mdev_fib_rule_oif_match() 73 fl->flowi_l3mdev == oifindex; in l3mdev_fib_rule_oif_match() 76 void l3mdev_update_flow(struct net *net, struct flowi *fl); 339 int l3mdev_fib_rule_match(struct net *net, struct flowi *fl, in l3mdev_fib_rule_match() argument 346 bool l3mdev_fib_rule_iif_match(const struct flowi *fl, int iifindex) in l3mdev_fib_rule_iif_match() argument [all …]
|
| A D | inet6_connection_sock.h | 24 int inet6_csk_xmit(struct sock *sk, struct sk_buff *skb, struct flowi *fl);
|
| A D | xfrm.h | 392 const struct flowi *fl); 975 switch(fl->flowi_proto) { in xfrm_flowi_sport() 1002 switch(fl->flowi_proto) { in xfrm_flowi_dport() 1340 struct flowi *fl, in xfrm_decode_session_reverse() argument 1420 struct flowi *fl, in xfrm_decode_session_reverse() argument 1442 return (xfrm_address_t *)&fl->u.ip4.daddr; in xfrm_flowi_daddr() 1444 return (xfrm_address_t *)&fl->u.ip6.daddr; in xfrm_flowi_daddr() 1454 return (xfrm_address_t *)&fl->u.ip4.saddr; in xfrm_flowi_saddr() 1472 saddr->in6 = fl->u.ip6.saddr; in xfrm_flowi_addr_get() 1473 daddr->in6 = fl->u.ip6.daddr; in xfrm_flowi_addr_get() [all …]
|
| A D | dst.h | 498 const struct flowi *fl, in xfrm_lookup() argument 507 const struct flowi *fl, const struct sock *sk, in xfrm_lookup_with_ifid() argument 515 const struct flowi *fl, in xfrm_lookup_route() argument 529 const struct flowi *fl, const struct sock *sk, 534 const struct flowi *fl, 539 const struct flowi *fl, const struct sock *sk,
|
| A D | fib_rules.h | 208 struct flowi *fl, int flags)); 210 struct flowi *fl, int flags));
|
| A D | ip6_tunnel.h | 52 struct flowi fl; /* flowi template for xmit */ member
|
| A D | ipv6.h | 356 struct ip6_flowlabel *fl; member 419 struct ip6_flowlabel *fl, 429 static inline void fl6_sock_release(struct ip6_flowlabel *fl) in fl6_sock_release() argument 431 if (fl) in fl6_sock_release() 432 atomic_dec(&fl->users); in fl6_sock_release()
|
| /include/linux/lockd/ |
| A D | bind.h | 81 extern int nlmclnt_proc(struct nlm_host *host, int cmd, struct file_lock *fl, void *data);
|
| A D | xdr4.h | 25 void nlm4svc_set_file_lock_range(struct file_lock *fl, u64 off, u64 len);
|
| A D | xdr.h | 47 struct file_lock fl; member
|
| A D | lockd.h | 217 struct file_lock *fl);
|
| /include/net/libeth/ |
| A D | xdp.h | 1104 #define libeth_xdp_xmit_do_bulk(dev, n, fr, f, xqs, nqs, fl, fin) \ argument 1105 _libeth_xdp_xmit_do_bulk(dev, n, fr, f, xqs, nqs, fl, fin, \ 1109 #define _libeth_xdp_xmit_do_bulk(d, n, fr, f, xqs, nqs, fl, fin, ub, ur, un) \ argument 1118 ur = __libeth_xdp_xmit_do_bulk(&ub, fr, n, f, fl, fin); \ 1448 #define libeth_xdp_run_prog(xdp, bq, fl) \ argument 1451 fl) == LIBETH_XDP_PASS)
|
| A D | xsk.h | 419 #define libeth_xsk_run_prog(xdp, bq, fl) \ argument 421 libeth_xsk_tx_queue_bulk, fl)
|
| /include/net/9p/ |
| A D | client.h | 227 int p9_client_getlock_dotl(struct p9_fid *fid, struct p9_getlock *fl);
|
| /include/linux/ceph/ |
| A D | ceph_fs.h | 71 extern void ceph_file_layout_from_legacy(struct ceph_file_layout *fl, 73 extern void ceph_file_layout_to_legacy(struct ceph_file_layout *fl,
|
| /include/linux/mlx4/ |
| A D | qp.h | 137 u8 fl; member
|