Home
last modified time | relevance | path

Searched refs:fl (Results 1 – 25 of 31) sorted by relevance

12

/include/trace/events/
Dfilelock.h63 TP_PROTO(struct inode *inode, struct file_lock *fl, int ret),
65 TP_ARGS(inode, fl, ret),
68 __field(struct file_lock *, fl)
82 __entry->fl = fl ? fl : NULL;
85 __entry->blocker = fl ? fl->c.flc_blocker : 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;
[all …]
Dafs.h1151 TP_PROTO(struct afs_vnode *vnode, struct file_lock *fl,
1154 TP_ARGS(vnode, fl, event, error),
1169 __entry->debug_id = fl ? fl->fl_u.afs.debug_id : 0;
1181 TP_PROTO(struct afs_vnode *vnode, struct file_lock *fl,
1184 TP_ARGS(vnode, fl, op),
1198 __entry->from = fl->fl_start;
1199 __entry->len = fl->fl_end - fl->fl_start + 1;
1201 __entry->type = fl->c.flc_type;
1202 __entry->flags = fl->c.flc_flags;
1203 __entry->debug_id = fl->fl_u.afs.debug_id;
/include/linux/
Dthread_info.h149 #define set_syscall_work(fl) \ argument
150 set_bit(SYSCALL_WORK_BIT_##fl, &current_thread_info()->syscall_work)
151 #define test_syscall_work(fl) \ argument
152 test_bit(SYSCALL_WORK_BIT_##fl, &current_thread_info()->syscall_work)
153 #define clear_syscall_work(fl) \ argument
154 clear_bit(SYSCALL_WORK_BIT_##fl, &current_thread_info()->syscall_work)
156 #define set_task_syscall_work(t, fl) \ argument
157 set_bit(SYSCALL_WORK_BIT_##fl, &task_thread_info(t)->syscall_work)
158 #define test_task_syscall_work(t, fl) \ argument
159 test_bit(SYSCALL_WORK_BIT_##fl, &task_thread_info(t)->syscall_work)
[all …]
Dfilelock.h163 static inline bool lock_is_unlock(struct file_lock *fl) in lock_is_unlock() argument
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()
178 static inline void locks_wake_up(struct file_lock *fl) in locks_wake_up() argument
180 wake_up(&fl->c.flc_wait); in locks_wake_up()
185 void locks_free_lock(struct file_lock *fl);
198 int vfs_cancel_lock(struct file *filp, struct file_lock *fl);
[all …]
Ddlm_plock.h11 int cmd, struct file_lock *fl);
13 struct file_lock *fl);
15 struct file_lock *fl);
17 struct file_lock *fl);
Dnetfilter_ipv4.h26 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
Dnetfilter_ipv6.h50 int (*route)(struct net *net, struct dst_entry **dst, struct flowi *fl,
100 struct flowi *fl, bool strict);
103 struct flowi *fl, bool strict) in nf_ip6_route() argument
109 return v6ops->route(net, dst, fl, strict); in nf_ip6_route()
114 return __nf_ip6_route(net, dst, fl, strict); in nf_ip6_route()
Dnetfilter.h374 int nf_route(struct net *net, struct dst_entry **dst, struct flowi *fl,
386 void (*decode_session)(struct sk_buff *skb, struct flowi *fl);
395 nf_nat_decode_session(struct sk_buff *skb, struct flowi *fl, u_int8_t family) in nf_nat_decode_session() argument
403 nat_hook->decode_session(skb, fl); in nf_nat_decode_session()
443 nf_nat_decode_session(struct sk_buff *skb, struct flowi *fl, u_int8_t family) in nf_nat_decode_session() argument
Dmm_types.h404 #define FOLIO_MATCH(pg, fl) \ argument
405 static_assert(offsetof(struct page, pg) == offsetof(struct folio, fl))
424 #define FOLIO_MATCH(pg, fl) \ argument
425 static_assert(offsetof(struct folio, fl) == \
430 #define FOLIO_MATCH(pg, fl) \ argument
431 static_assert(offsetof(struct folio, fl) == \
/include/net/
Dinet6_connection_sock.h26 int inet6_csk_xmit(struct sock *sk, struct sk_buff *skb, struct flowi *fl);
Dl3mdev.h59 int l3mdev_fib_rule_match(struct net *net, struct flowi *fl,
62 void l3mdev_update_flow(struct net *net, struct flowi *fl);
325 int l3mdev_fib_rule_match(struct net *net, struct flowi *fl, in l3mdev_fib_rule_match() argument
331 void l3mdev_update_flow(struct net *net, struct flowi *fl) in l3mdev_update_flow() argument
Dxfrm.h376 const struct flowi *fl);
915 __be16 xfrm_flowi_sport(const struct flowi *fl, const union flowi_uli *uli) in xfrm_flowi_sport() argument
918 switch(fl->flowi_proto) { in xfrm_flowi_sport()
942 __be16 xfrm_flowi_dport(const struct flowi *fl, const union flowi_uli *uli) in xfrm_flowi_dport() argument
945 switch(fl->flowi_proto) { in xfrm_flowi_dport()
966 const struct flowi *fl, unsigned short family);
1273 int __xfrm_decode_session(struct net *net, struct sk_buff *skb, struct flowi *fl,
1276 static inline int xfrm_decode_session(struct net *net, struct sk_buff *skb, struct flowi *fl, in xfrm_decode_session() argument
1279 return __xfrm_decode_session(net, skb, fl, family, 0); in xfrm_decode_session()
1283 struct flowi *fl, in xfrm_decode_session_reverse() argument
[all …]
Ddst.h496 const struct flowi *fl, in xfrm_lookup() argument
505 const struct flowi *fl, const struct sock *sk, in xfrm_lookup_with_ifid() argument
513 const struct flowi *fl, in xfrm_lookup_route() argument
527 const struct flowi *fl, const struct sock *sk,
532 const struct flowi *fl,
537 const struct flowi *fl, const struct sock *sk,
Dfib_rules.h187 struct flowi *fl, int flags));
189 struct flowi *fl, int flags));
Dip6_tunnel.h52 struct flowi fl; /* flowi template for xmit */ member
Dipv6.h353 struct ip6_flowlabel *fl; member
414 struct ip6_flowlabel *fl,
424 static inline void fl6_sock_release(struct ip6_flowlabel *fl) in fl6_sock_release() argument
426 if (fl) in fl6_sock_release()
427 atomic_dec(&fl->users); in fl6_sock_release()
Dinet_sock.h184 struct flowi fl; member
Dinet_connection_sock.h37 int (*queue_xmit)(struct sock *sk, struct sk_buff *skb, struct flowi *fl);
/include/linux/lockd/
Dbind.h81 extern int nlmclnt_proc(struct nlm_host *host, int cmd, struct file_lock *fl, void *data);
Dxdr4.h25 void nlm4svc_set_file_lock_range(struct file_lock *fl, u64 off, u64 len);
Dxdr.h47 struct file_lock fl; member
Dlockd.h217 struct file_lock *fl);
/include/net/9p/
Dclient.h227 int p9_client_getlock_dotl(struct p9_fid *fid, struct p9_getlock *fl);
/include/linux/ceph/
Dceph_fs.h71 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/
Dqp.h137 u8 fl; member

12