/include/trace/events/ |
D | filelock.h | 39 TP_PROTO(struct inode *inode, struct file_lock *fl), 41 TP_ARGS(inode, fl), 44 __field(struct file_lock *, fl) 56 __entry->fl = fl ? fl : NULL; 59 __entry->fl_next = fl ? fl->fl_next : NULL; 60 __entry->fl_owner = fl ? fl->fl_owner : NULL; 61 __entry->fl_flags = fl ? fl->fl_flags : 0; 62 __entry->fl_type = fl ? fl->fl_type : 0; 63 __entry->fl_break_time = fl ? fl->fl_break_time : 0; 64 __entry->fl_downgrade_time = fl ? fl->fl_downgrade_time : 0; [all …]
|
/include/linux/ |
D | dlm_plock.h | 14 int cmd, struct file_lock *fl); 16 struct file_lock *fl); 18 struct file_lock *fl);
|
D | netfilter.h | 229 struct flowi *fl, bool strict); 282 nf_nat_decode_session(struct sk_buff *skb, struct flowi *fl, u_int8_t family) in nf_nat_decode_session() argument 290 decodefn(skb, fl); in nf_nat_decode_session() 314 nf_nat_decode_session(struct sk_buff *skb, struct flowi *fl, u_int8_t family) in nf_nat_decode_session() argument
|
D | security.h | 1690 void (*req_classify_flow) (const struct request_sock *req, struct flowi *fl); 1716 const struct flowi *fl); 2690 void security_sk_classify_flow(struct sock *sk, struct flowi *fl); 2691 void security_req_classify_flow(const struct request_sock *req, struct flowi *fl); 2833 static inline void security_sk_classify_flow(struct sock *sk, struct flowi *fl) in security_sk_classify_flow() argument 2837 static inline void security_req_classify_flow(const struct request_sock *req, struct flowi *fl) in security_req_classify_flow() argument 2924 const struct flowi *fl); 2926 void security_skb_classify_flow(struct sk_buff *skb, struct flowi *fl); 2978 struct xfrm_policy *xp, const struct flowi *fl) in security_xfrm_state_pol_flow_match() argument 2988 static inline void security_skb_classify_flow(struct sk_buff *skb, struct flowi *fl) in security_skb_classify_flow() argument
|
D | fs.h | 981 void locks_free_lock(struct file_lock *fl); 995 extern int vfs_cancel_lock(struct file *filp, struct file_lock *fl); 996 extern int flock_lock_file_wait(struct file *filp, struct file_lock *fl); 1038 static inline void locks_init_lock(struct file_lock *fl) in locks_init_lock() argument 1043 static inline void locks_copy_conflock(struct file_lock *new, struct file_lock *fl) in locks_copy_conflock() argument 1048 static inline void locks_copy_lock(struct file_lock *new, struct file_lock *fl) in locks_copy_lock() argument 1063 static inline void posix_test_lock(struct file *filp, struct file_lock *fl) in posix_test_lock() argument 1068 static inline int posix_lock_file(struct file *filp, struct file_lock *fl, in posix_lock_file() argument 1074 static inline int posix_lock_file_wait(struct file *filp, struct file_lock *fl) in posix_lock_file_wait() argument 1084 static inline int vfs_test_lock(struct file *filp, struct file_lock *fl) in vfs_test_lock() argument [all …]
|
D | nfs_xdr.h | 417 struct file_lock * fl; member 438 struct file_lock * fl; member 452 struct file_lock * fl; member
|
/include/net/ |
D | xfrm.h | 299 struct flowi *fl, 301 int (*get_tos)(const struct flowi *fl); 309 const struct flowi *fl); 334 const struct flowi *fl); 864 __be16 xfrm_flowi_sport(const struct flowi *fl, const union flowi_uli *uli) in xfrm_flowi_sport() argument 867 switch(fl->flowi_proto) { in xfrm_flowi_sport() 891 __be16 xfrm_flowi_dport(const struct flowi *fl, const union flowi_uli *uli) in xfrm_flowi_dport() argument 894 switch(fl->flowi_proto) { in xfrm_flowi_dport() 915 const struct flowi *fl, unsigned short family); 1104 int __xfrm_decode_session(struct sk_buff *skb, struct flowi *fl, [all …]
|
D | inet6_connection_sock.h | 43 int inet6_csk_xmit(struct sock *sk, struct sk_buff *skb, struct flowi *fl);
|
D | dn_fib.h | 150 #define dn_fib_lookup(fl, res) (-ESRCH) argument 152 #define dn_fib_select_multipath(fl, res) do { } while(0) argument
|
D | dst.h | 524 const struct flowi *fl, struct sock *sk, in xfrm_lookup() argument 532 const struct flowi *fl, in xfrm_lookup_route() argument 546 const struct flowi *fl, struct sock *sk, 550 const struct flowi *fl, struct sock *sk,
|
D | ip6_tunnel.h | 41 struct flowi fl; /* flowi template for xmit */ member
|
D | ipv6.h | 252 struct ip6_flowlabel *fl; member 276 struct ip6_flowlabel *fl, 285 static inline void fl6_sock_release(struct ip6_flowlabel *fl) in fl6_sock_release() argument 287 if (fl) in fl6_sock_release() 288 atomic_dec(&fl->users); in fl6_sock_release()
|
D | inet_sock.h | 127 struct flowi fl; member
|
D | inet_connection_sock.h | 39 int (*queue_xmit)(struct sock *sk, struct sk_buff *skb, struct flowi *fl);
|
D | ip.h | 123 int ip_queue_xmit(struct sock *sk, struct sk_buff *skb, struct flowi *fl);
|
D | tcp.h | 1652 struct dst_entry *(*route_req)(struct sock *sk, struct flowi *fl, 1657 struct flowi *fl, struct request_sock *req,
|
D | sch_generic.h | 405 void tcf_destroy_chain(struct tcf_proto __rcu **fl);
|
/include/linux/lockd/ |
D | bind.h | 56 struct file_lock *fl);
|
D | xdr.h | 43 struct file_lock fl; member
|
D | lockd.h | 208 struct nlm_wait * nlmclnt_prepare_block(struct nlm_host *host, struct file_lock *fl);
|
/include/net/netfilter/ |
D | nf_nat_l3proto.h | 32 struct flowi *fl);
|
/include/net/9p/ |
D | client.h | 258 int p9_client_getlock_dotl(struct p9_fid *fid, struct p9_getlock *fl);
|
/include/net/sctp/ |
D | structs.h | 456 struct flowi *fl, 460 struct flowi *fl); 784 struct flowi fl; member
|
/include/linux/mlx4/ |
D | qp.h | 134 u8 fl; member
|
/include/linux/mlx5/ |
D | qp.h | 372 u8 fl; member
|