/linux-4.1.27/fs/ |
D | locks.c | 138 #define IS_POSIX(fl) (fl->fl_flags & FL_POSIX) argument 139 #define IS_FLOCK(fl) (fl->fl_flags & FL_FLOCK) argument 140 #define IS_LEASE(fl) (fl->fl_flags & (FL_LEASE|FL_DELEG|FL_LAYOUT)) argument 141 #define IS_OFDLCK(fl) (fl->fl_flags & FL_OFDLCK) argument 143 static bool lease_breaking(struct file_lock *fl) in lease_breaking() 148 static int target_leasetype(struct file_lock *fl) in target_leasetype() 243 static void locks_init_lock_heads(struct file_lock *fl) in locks_init_lock_heads() 254 struct file_lock *fl = kmem_cache_zalloc(filelock_cache, GFP_KERNEL); in locks_alloc_lock() local 263 void locks_release_private(struct file_lock *fl) in locks_release_private() 282 void locks_free_lock(struct file_lock *fl) in locks_free_lock() [all …]
|
D | read_write.c | 1163 int fl; in do_sendfile() local
|
/linux-4.1.27/net/ipv6/ |
D | ip6_flowlabel.c | 60 #define for_each_fl_rcu(hash, fl) \ argument 64 #define for_each_fl_continue_rcu(fl) \ argument 76 struct ip6_flowlabel *fl; in __fl_lookup() local 87 struct ip6_flowlabel *fl; in fl_lookup() local 98 static void fl_free(struct ip6_flowlabel *fl) in fl_free() 108 static void fl_release(struct ip6_flowlabel *fl) in fl_release() 139 struct ip6_flowlabel *fl; in ip6_fl_gc() local 176 struct ip6_flowlabel *fl; in ip6_fl_purge() local 195 static struct ip6_flowlabel *fl_intern(struct net *net, in fl_intern() 250 struct ip6_flowlabel *fl = sfl->fl; in fl6_sock_lookup() local [all …]
|
D | xfrm6_policy.c | 69 static int xfrm6_get_tos(const struct flowi *fl) in xfrm6_get_tos() 96 const struct flowi *fl) in xfrm6_fill_dst() 127 _decode_session6(struct sk_buff *skb, struct flowi *fl, int reverse) in _decode_session6()
|
D | xfrm6_state.c | 24 __xfrm6_init_tempsel(struct xfrm_selector *sel, const struct flowi *fl) in __xfrm6_init_tempsel()
|
D | netfilter.c | 112 struct flowi *fl, bool strict) in nf_ip6_route()
|
D | fib6_rules.c | 150 static int fib6_rule_match(struct fib_rule *rule, struct flowi *fl, int flags) in fib6_rule_match()
|
D | ip6_vti.c | 430 vti6_xmit(struct sk_buff *skb, struct net_device *dev, struct flowi *fl) in vti6_xmit() 513 struct flowi fl; in vti6_tnl_xmit() local
|
D | mip6.c | 211 const struct flowi *fl) in mip6_destopt_reject()
|
D | tcp_ipv6.c | 442 struct flowi *fl, in tcp_v6_send_synack() 697 static struct dst_entry *tcp_v6_route_req(struct sock *sk, struct flowi *fl, in tcp_v6_route_req()
|
/linux-4.1.27/fs/afs/ |
D | flock.c | 83 static void afs_grant_locks(struct afs_vnode *vnode, struct file_lock *fl) in afs_grant_locks() 110 struct file_lock *fl; in afs_lock_work() local 253 static int afs_do_setlk(struct file *file, struct file_lock *fl) in afs_do_setlk() 441 static int afs_do_unlk(struct file *file, struct file_lock *fl) in afs_do_unlk() 476 static int afs_do_getlk(struct file *file, struct file_lock *fl) in afs_do_getlk() 516 int afs_lock(struct file *file, int cmd, struct file_lock *fl) in afs_lock() 539 int afs_flock(struct file *file, int cmd, struct file_lock *fl) in afs_flock() 569 static void afs_fl_copy_lock(struct file_lock *new, struct file_lock *fl) in afs_fl_copy_lock() 580 static void afs_fl_release_private(struct file_lock *fl) in afs_fl_release_private()
|
/linux-4.1.27/fs/ocfs2/ |
D | locks.c | 39 int cmd, struct file_lock *fl) in ocfs2_do_flock() 94 static int ocfs2_do_funlock(struct file *file, int cmd, struct file_lock *fl) in ocfs2_do_funlock() 110 int ocfs2_flock(struct file *file, int cmd, struct file_lock *fl) in ocfs2_flock() 130 int ocfs2_lock(struct file *file, int cmd, struct file_lock *fl) in ocfs2_lock()
|
D | stackglue.c | 302 struct file *file, int cmd, struct file_lock *fl) in ocfs2_plock()
|
D | stack_user.c | 755 struct file_lock *fl) in user_plock()
|
D | alloc.c | 6473 struct ocfs2_per_slot_free_list *fl; in ocfs2_run_deallocs() local 6517 struct ocfs2_per_slot_free_list *fl = ctxt->c_first_suballocator; in ocfs2_find_per_slot_free_list() local 6543 struct ocfs2_per_slot_free_list *fl; in ocfs2_cache_block_dealloc() local
|
/linux-4.1.27/fs/lockd/ |
D | clntproc.c | 124 static void nlmclnt_setlockargs(struct nlm_rqst *req, struct file_lock *fl) in nlmclnt_setlockargs() 155 int nlmclnt_proc(struct nlm_host *host, int cmd, struct file_lock *fl) in nlmclnt_proc() 416 nlmclnt_test(struct nlm_rqst *req, struct file_lock *fl) in nlmclnt_test() 445 static void nlmclnt_locks_copy_lock(struct file_lock *new, struct file_lock *fl) in nlmclnt_locks_copy_lock() 454 static void nlmclnt_locks_release_private(struct file_lock *fl) in nlmclnt_locks_release_private() 467 static void nlmclnt_locks_init_private(struct file_lock *fl, struct nlm_host *host) in nlmclnt_locks_init_private() 475 static int do_vfs_lock(struct file_lock *fl) in do_vfs_lock() 512 nlmclnt_lock(struct nlm_rqst *req, struct file_lock *fl) in nlmclnt_lock() 619 nlmclnt_reclaim(struct nlm_host *host, struct file_lock *fl, in nlmclnt_reclaim() 660 nlmclnt_unlock(struct nlm_rqst *req, struct file_lock *fl) in nlmclnt_unlock() [all …]
|
D | clntlock.c | 98 struct nlm_wait *nlmclnt_prepare_block(struct nlm_host *host, struct file_lock *fl) in nlmclnt_prepare_block() 164 const struct file_lock *fl = &lock->fl; in nlmclnt_grant() local 232 struct file_lock *fl, *next; in reclaimer() local
|
D | svclock.c | 147 struct file_lock *fl; in nlmsvc_lookup_block() local 637 static int nlmsvc_grant_deferred(struct file_lock *fl, int result) in nlmsvc_grant_deferred() 676 nlmsvc_notify_blocked(struct file_lock *fl) in nlmsvc_notify_blocked() 705 nlmsvc_owner_key(struct file_lock *fl) in nlmsvc_owner_key()
|
D | xdr4.c | 108 struct file_lock *fl = &lock->fl; in nlm4_decode_lock() local 151 struct file_lock *fl = &resp->lock.fl; in nlm4_encode_testres() local
|
D | svcsubs.c | 166 struct file_lock *fl; in nlm_traverse_locks() local 228 struct file_lock *fl; in nlm_file_inuse() local
|
D | xdr.c | 116 struct file_lock *fl = &lock->fl; in nlm_decode_lock() local 158 struct file_lock *fl = &resp->lock.fl; in nlm_encode_testres() local
|
D | clnt4xdr.c | 67 const struct file_lock *fl = &lock->fl; in nlm4_compute_offsets() local 281 struct file_lock *fl = &lock->fl; in decode_nlm4_holder() local
|
D | clntxdr.c | 63 const struct file_lock *fl = &lock->fl; in nlm_compute_offsets() local 276 struct file_lock *fl = &lock->fl; in decode_nlm_holder() local
|
/linux-4.1.27/fs/dlm/ |
D | plock.c | 34 void *fl; member 81 struct file *file, struct file_lock *fl) in do_unlock_close() 105 int cmd, struct file_lock *fl) in dlm_posix_lock() 191 struct file_lock *fl; in dlm_plock_callback() local 245 struct file_lock *fl) in dlm_posix_unlock() 319 struct file_lock *fl) in dlm_posix_get()
|
/linux-4.1.27/fs/9p/ |
D | vfs_file.c | 131 static int v9fs_file_lock(struct file *filp, int cmd, struct file_lock *fl) in v9fs_file_lock() 150 static int v9fs_file_do_lock(struct file *filp, int cmd, struct file_lock *fl) in v9fs_file_do_lock() 241 static int v9fs_file_getlock(struct file *filp, struct file_lock *fl) in v9fs_file_getlock() 304 static int v9fs_file_lock_dotl(struct file *filp, int cmd, struct file_lock *fl) in v9fs_file_lock_dotl() 340 struct file_lock *fl) in v9fs_file_flock_dotl()
|
/linux-4.1.27/net/xfrm/ |
D | xfrm_policy.c | 63 __xfrm4_selector_match(const struct xfrm_selector *sel, const struct flowi *fl) in __xfrm4_selector_match() 76 __xfrm6_selector_match(const struct xfrm_selector *sel, const struct flowi *fl) in __xfrm6_selector_match() 88 bool xfrm_selector_match(const struct xfrm_selector *sel, const struct flowi *fl, in xfrm_selector_match() 1068 const struct flowi *fl, in xfrm_policy_match() 1089 const struct flowi *fl, in xfrm_policy_lookup_bytype() 1145 __xfrm_policy_lookup(struct net *net, const struct flowi *fl, u16 family, u8 dir) in __xfrm_policy_lookup() 1176 xfrm_policy_lookup(struct net *net, const struct flowi *fl, u16 family, in xfrm_policy_lookup() 1213 const struct flowi *fl) in xfrm_sk_policy_lookup() 1395 xfrm_tmpl_resolve_one(struct xfrm_policy *policy, const struct flowi *fl, in xfrm_tmpl_resolve_one() 1451 xfrm_tmpl_resolve(struct xfrm_policy **pols, int npols, const struct flowi *fl, in xfrm_tmpl_resolve() [all …]
|
D | xfrm_state.c | 633 xfrm_init_tempstate(struct xfrm_state *x, const struct flowi *fl, in xfrm_init_tempstate() 727 const struct flowi *fl, unsigned short family, in xfrm_state_look_at() 765 const struct flowi *fl, struct xfrm_tmpl *tmpl, in xfrm_state_find()
|
/linux-4.1.27/fs/nfs/filelayout/ |
D | filelayout.c | 563 struct nfs4_filelayout_segment *fl, in filelayout_check_layout() 631 static void _filelayout_free_lseg(struct nfs4_filelayout_segment *fl) in _filelayout_free_lseg() 648 struct nfs4_filelayout_segment *fl, in filelayout_decode_layout() 744 struct nfs4_filelayout_segment *fl = FILELAYOUT_LSEG(lseg); in filelayout_free_lseg() local 765 struct nfs4_filelayout_segment *fl = FILELAYOUT_LSEG(lseg); in filelayout_alloc_commit_info() local 822 struct nfs4_filelayout_segment *fl; in filelayout_alloc_lseg() local 940 static u32 select_bucket_index(struct nfs4_filelayout_segment *fl, u32 j) in select_bucket_index() 955 struct nfs4_filelayout_segment *fl = FILELAYOUT_LSEG(lseg); in filelayout_mark_request_commit() local
|
/linux-4.1.27/fs/ceph/ |
D | locks.c | 36 int cmd, u8 wait, struct file_lock *fl) in ceph_lock_message() 157 int ceph_lock(struct file *file, int cmd, struct file_lock *fl) in ceph_lock() 204 int ceph_flock(struct file *file, int cmd, struct file_lock *fl) in ceph_flock()
|
/linux-4.1.27/fs/nfs/ |
D | file.c | 731 do_getlk(struct file *filp, int cmd, struct file_lock *fl, int is_local) in do_getlk() 759 static int do_vfs_lock(struct file *file, struct file_lock *fl) in do_vfs_lock() 776 do_unlk(struct file *filp, int cmd, struct file_lock *fl, int is_local) in do_unlk() 817 do_setlk(struct file *filp, int cmd, struct file_lock *fl, int is_local) in do_setlk() 862 int nfs_lock(struct file *filp, int cmd, struct file_lock *fl) in nfs_lock() 901 int nfs_flock(struct file *filp, int cmd, struct file_lock *fl) in nfs_flock()
|
D | proc.c | 637 nfs_proc_lock(struct file *filp, int cmd, struct file_lock *fl) in nfs_proc_lock() 646 static int nfs_lock_check_bounds(const struct file_lock *fl) in nfs_lock_check_bounds()
|
D | nfs4state.c | 917 static void nfs4_fl_release_lock(struct file_lock *fl) in nfs4_fl_release_lock() 927 int nfs4_set_lock_state(struct nfs4_state *state, struct file_lock *fl) in nfs4_set_lock_state() 1388 struct file_lock *fl; in nfs4_reclaim_locks() local
|
D | delegation.c | 87 struct file_lock *fl; in nfs_delegation_claim_locks() local
|
D | write.c | 1178 is_whole_file_wrlock(struct file_lock *fl) in is_whole_file_wrlock() 1196 struct file_lock *fl; in nfs_can_extend_write() local
|
D | nfs4proc.c | 5370 static int do_vfs_lock(struct inode *inode, struct file_lock *fl) in do_vfs_lock() 5391 struct file_lock fl; member 5396 static struct nfs4_unlockdata *nfs4_alloc_unlockdata(struct file_lock *fl, in nfs4_alloc_unlockdata() 5488 static struct rpc_task *nfs4_do_unlck(struct file_lock *fl, in nfs4_do_unlck() 5581 struct file_lock fl; member 5588 static struct nfs4_lockdata *nfs4_alloc_lockdata(struct file_lock *fl, in nfs4_alloc_lockdata() 5759 static int _nfs4_do_setlk(struct nfs4_state *state, int cmd, struct file_lock *fl, int recovery_typ… in _nfs4_do_setlk() 6025 int nfs4_lock_delegation_recall(struct file_lock *fl, struct nfs4_state *state, const nfs4_stateid … in nfs4_lock_delegation_recall()
|
D | nfs3proc.c | 869 nfs3_proc_lock(struct file *filp, int cmd, struct file_lock *fl) in nfs3_proc_lock()
|
D | nfs4xdr.c | 1264 static inline int nfs4_lock_type(struct file_lock *fl, int block) in nfs4_lock_type() 1271 static inline uint64_t nfs4_lock_length(struct file_lock *fl) in nfs4_lock_length() 4818 static int decode_lock_denied (struct xdr_stream *xdr, struct file_lock *fl) in decode_lock_denied()
|
/linux-4.1.27/drivers/net/ethernet/chelsio/cxgb4vf/ |
D | sge.c | 247 static inline unsigned int fl_cap(const struct sge_fl *fl) in fl_cap() 262 const struct sge_fl *fl) in fl_starving() 473 static void free_rx_bufs(struct adapter *adapter, struct sge_fl *fl, int n) in free_rx_bufs() 503 static void unmap_rx_buf(struct adapter *adapter, struct sge_fl *fl) in unmap_rx_buf() 525 static inline void ring_fl_db(struct adapter *adapter, struct sge_fl *fl) in ring_fl_db() 606 static unsigned int refill_fl(struct adapter *adapter, struct sge_fl *fl, in refill_fl() 727 static inline void __refill_fl(struct adapter *adapter, struct sge_fl *fl) in __refill_fl() 1689 static void restore_rx_bufs(const struct pkt_gl *gl, struct sge_fl *fl, in restore_rx_bufs() 2056 struct sge_fl *fl = s->egr_map[id]; in sge_rx_timer_cb() local 2178 struct sge_fl *fl, rspq_handler_t hnd) in t4vf_sge_alloc_rxq() [all …]
|
D | adapter.h | 212 struct sge_fl fl; /* Free List */ member
|
/linux-4.1.27/net/ipv4/ |
D | xfrm4_policy.c | 65 static int xfrm4_get_tos(const struct flowi *fl) in xfrm4_get_tos() 77 const struct flowi *fl) in xfrm4_fill_dst() 102 _decode_session4(struct sk_buff *skb, struct flowi *fl, int reverse) in _decode_session4()
|
D | xfrm4_state.c | 25 __xfrm4_init_tempsel(struct xfrm_selector *sel, const struct flowi *fl) in __xfrm4_init_tempsel()
|
D | ip_vti.c | 153 struct flowi *fl) in vti_xmit() 220 struct flowi fl; in vti_tunnel_xmit() local
|
D | netfilter.c | 177 struct flowi *fl, bool strict __always_unused) in nf_ip_route()
|
D | fib_rules.c | 134 static int fib4_rule_match(struct fib_rule *rule, struct flowi *fl, int flags) in fib4_rule_match()
|
D | inet_connection_sock.c | 935 static struct dst_entry *inet_csk_rebuild_route(struct sock *sk, struct flowi *fl) in inet_csk_rebuild_route()
|
D | tcp_ipv4.c | 825 struct flowi *fl, in tcp_v4_send_synack() 1186 static struct dst_entry *tcp_v4_route_req(struct sock *sk, struct flowi *fl, in tcp_v4_route_req()
|
D | ip_output.c | 370 int ip_queue_xmit(struct sock *sk, struct sk_buff *skb, struct flowi *fl) in ip_queue_xmit()
|
D | tcp_output.c | 3502 struct flowi fl; in tcp_rtx_synack() local
|
D | ipmr.c | 198 static int ipmr_rule_match(struct fib_rule *rule, struct flowi *fl, int flags) in ipmr_rule_match()
|
D | tcp_input.c | 6097 struct flowi fl; in tcp_conn_request() local
|
/linux-4.1.27/drivers/infiniband/hw/ehca/ |
D | ehca_sqp.c | 132 u32 fl:20; member 139 u32 fl:20; member
|
/linux-4.1.27/scripts/kconfig/ |
D | kxgettext.c | 137 struct file_line *fl = file_line__new(file, lineno); in message__add_file_line() local 191 struct file_line *fl = self->files; in message__print_file_lineno() local
|
/linux-4.1.27/fs/xfs/ |
D | xfs_quota.h | 135 #define xfs_qm_vop_chown_reserve(tp, ip, u, g, p, fl) (0) argument 136 #define xfs_qm_dqattach(ip, fl) (0) argument 137 #define xfs_qm_dqattach_locked(ip, fl) (0) argument
|
/linux-4.1.27/arch/mips/kernel/ |
D | rtlx.c | 242 size_t lx_write, fl = 0L; in rtlx_read() local 287 size_t fl; in rtlx_write() local
|
/linux-4.1.27/fs/gfs2/ |
D | file.c | 985 static int gfs2_lock(struct file *file, int cmd, struct file_lock *fl) in gfs2_lock() 1014 static int do_flock(struct file *file, int cmd, struct file_lock *fl) in do_flock() 1068 static void do_unflock(struct file *file, struct file_lock *fl) in do_unflock() 1091 static int gfs2_flock(struct file *file, int cmd, struct file_lock *fl) in gfs2_flock()
|
/linux-4.1.27/include/net/ |
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 | ip6_tunnel.h | 41 struct flowi fl; /* flowi template for xmit */ member
|
D | xfrm.h | 855 __be16 xfrm_flowi_sport(const struct flowi *fl, const union flowi_uli *uli) in xfrm_flowi_sport() 882 __be16 xfrm_flowi_dport(const struct flowi *fl, const union flowi_uli *uli) in xfrm_flowi_dport() 1108 static inline int xfrm_decode_session(struct sk_buff *skb, struct flowi *fl, in xfrm_decode_session() 1115 struct flowi *fl, in xfrm_decode_session_reverse() 1186 struct flowi *fl, in xfrm_decode_session_reverse() 1207 xfrm_address_t *xfrm_flowi_daddr(const struct flowi *fl, unsigned short family) in xfrm_flowi_daddr() 1219 xfrm_address_t *xfrm_flowi_saddr(const struct flowi *fl, unsigned short family) in xfrm_flowi_saddr() 1231 void xfrm_flowi_addr_get(const struct flowi *fl, in xfrm_flowi_addr_get() 1284 xfrm_state_addr_flow_check(const struct xfrm_state *x, const struct flowi *fl, in xfrm_state_addr_flow_check()
|
D | dst.h | 524 const struct flowi *fl, struct sock *sk, in xfrm_lookup() 532 const struct flowi *fl, in xfrm_lookup_route()
|
D | ipv6.h | 250 struct ip6_flowlabel *fl; member 283 static inline void fl6_sock_release(struct ip6_flowlabel *fl) in fl6_sock_release()
|
D | inet_sock.h | 131 struct flowi fl; member
|
/linux-4.1.27/net/sched/ |
D | sch_ingress.c | 63 struct tcf_proto *fl = rcu_dereference_bh(p->filter_list); in ingress_enqueue() local
|
D | sch_sfb.c | 256 static bool sfb_classify(struct sk_buff *skb, struct tcf_proto *fl, in sfb_classify() 284 struct tcf_proto *fl; in sfb_enqueue() local
|
D | sch_dsmark.c | 232 struct tcf_proto *fl = rcu_dereference_bh(p->filter_list); in dsmark_enqueue() local
|
D | sch_prio.c | 39 struct tcf_proto *fl; in prio_classify() local
|
D | sch_multiq.c | 45 struct tcf_proto *fl = rcu_dereference_bh(q->filter_list); in multiq_classify() local
|
D | sch_drr.c | 323 struct tcf_proto *fl; in drr_classify() local
|
D | sch_atm.c | 373 struct tcf_proto *fl; in atm_tc_enqueue() local
|
D | sch_choke.c | 206 struct tcf_proto *fl; in choke_classify() local
|
D | sch_sfq.c | 190 struct tcf_proto *fl; in sfq_classify() local
|
D | sch_api.c | 1883 void tcf_destroy_chain(struct tcf_proto __rcu **fl) in tcf_destroy_chain()
|
D | sch_qfq.c | 710 struct tcf_proto *fl; in qfq_classify() local
|
D | sch_htb.c | 1532 struct tcf_proto __rcu **fl = cl ? &cl->filter_list : &q->filter_list; in htb_find_tcf() local
|
D | sch_cbq.c | 224 struct tcf_proto *fl; in cbq_classify() local
|
/linux-4.1.27/net/core/ |
D | fib_rules.c | 176 struct flowi *fl, int flags) in fib_rule_match() 194 int fib_rules_lookup(struct fib_rules_ops *ops, struct flowi *fl, in fib_rules_lookup()
|
D | net-procfs.c | 152 struct sd_flow_limit *fl; in softnet_seq_show() local
|
D | dev.c | 3296 struct sd_flow_limit *fl; in skb_flow_limit() local
|
/linux-4.1.27/drivers/mtd/ |
D | redboot.c | 66 struct fis_list *fl = NULL, *tmp_fl; in parse_redboot_partitions() local
|
/linux-4.1.27/fs/nfsd/ |
D | nfs4layouts.c | 159 struct file_lock *fl; in nfsd4_layout_setlease() local 662 nfsd4_layout_lm_break(struct file_lock *fl) in nfsd4_layout_lm_break()
|
D | nfs4state.c | 3604 nfsd_break_deleg_cb(struct file_lock *fl) in nfsd_break_deleg_cb() 3982 struct file_lock *fl; in nfs4_alloc_init_lease() local 4011 struct file_lock *fl, *ret; in nfs4_setlease() local 5187 nfs4_set_lock_denied(struct file_lock *fl, struct nfsd4_lock_denied *deny) in nfs4_set_lock_denied() 5793 struct file_lock *fl; in check_for_locks() local
|
/linux-4.1.27/drivers/net/ethernet/chelsio/cxgb4/ |
D | sge.c | 240 static inline unsigned int fl_cap(const struct sge_fl *fl) in fl_cap() 255 const struct sge_fl *fl) in fl_starving() 675 static inline void __refill_fl(struct adapter *adap, struct sge_fl *fl) in __refill_fl() 2290 struct sge_fl *fl = s->egr_map[id]; in sge_rx_timer_cb() local 2442 struct sge_fl *fl, rspq_handler_t hnd) in t4_sge_alloc_rxq() 2747 struct sge_fl *fl) in free_rspq_fl()
|
D | cxgb4.h | 530 struct sge_fl fl; member 543 struct sge_fl fl; member
|
/linux-4.1.27/drivers/net/ethernet/chelsio/cxgb/ |
D | sge.c | 1003 static void recycle_fl_buf(struct freelQ *fl, int idx) in recycle_fl_buf() 1041 struct freelQ *fl, unsigned int len) in get_packet() 1090 static void unexpected_offload(struct adapter *adapter, struct freelQ *fl) in unexpected_offload() 1353 static void sge_rx(struct sge *sge, struct freelQ *fl, unsigned int len) in sge_rx() 1497 struct freelQ *fl = &sge->freelQ[e->FreelistQid]; in process_responses() local 1562 const struct freelQ *fl = &sge->freelQ[e->FreelistQid]; in process_pure_responses() local
|
/linux-4.1.27/net/netfilter/ |
D | xt_TCPMSS.c | 50 struct flowi fl; in tcpmss_reverse_mtu() local
|
D | nf_nat_core.c | 56 static void __nf_nat_decode_session(struct sk_buff *skb, struct flowi *fl) in __nf_nat_decode_session() 88 struct flowi fl; in nf_xfrm_me_harder() local
|
/linux-4.1.27/include/linux/lockd/ |
D | xdr.h | 43 struct file_lock fl; member
|
/linux-4.1.27/net/openvswitch/ |
D | vport-gre.c | 138 struct flowi4 fl; in gre_tnl_send() local
|
D | vport-geneve.c | 180 struct flowi4 fl; in geneve_tnl_send() local
|
D | vport-vxlan.c | 230 struct flowi4 fl; in vxlan_tnl_send() local
|
D | vport.h | 244 struct flowi4 *fl, in ovs_tunnel_route_lookup()
|
D | vport.c | 585 struct flowi4 fl; in ovs_tunnel_get_egress_info() local
|
D | actions.c | 350 static void set_ipv6_fl(struct ipv6hdr *nh, u32 fl, u32 mask) in set_ipv6_fl()
|
/linux-4.1.27/drivers/media/usb/pvrusb2/ |
D | pvrusb2-context.c | 43 static void pvr2_context_set_notify(struct pvr2_context *mp, int fl) in pvr2_context_set_notify()
|
D | pvrusb2-ioread.c | 243 int pvr2_ioread_set_enabled(struct pvr2_ioread *cp,int fl) in pvr2_ioread_set_enabled()
|
D | pvrusb2-hdw.c | 1721 int fl; in pvr2_hdw_untrip() local 1764 int fl; in pvr2_hdw_set_stream_type() local 3222 int fl; in pvr2_hdw_commit_ctl() local 3233 int fl = 0; in pvr2_hdw_worker_poll() local 4552 int fl = !0; in state_eval_usbstream_run() local
|
D | pvrusb2-io.c | 183 int fl; in pvr2_buffer_set_ready() local
|
/linux-4.1.27/net/decnet/ |
D | dn_rules.c | 107 static int dn_fib_rule_match(struct fib_rule *rule, struct flowi *fl, int flags) in dn_fib_rule_match()
|
D | dn_route.c | 1291 int dn_route_output_sock(struct dst_entry __rcu **pprt, struct flowidn *fl, struct sock *sk, int fl… in dn_route_output_sock()
|
/linux-4.1.27/include/linux/ |
D | fs.h | 1095 static inline void locks_init_lock(struct file_lock *fl) in locks_init_lock() 1100 static inline void locks_copy_conflock(struct file_lock *new, struct file_lock *fl) in locks_copy_conflock() 1105 static inline void locks_copy_lock(struct file_lock *new, struct file_lock *fl) in locks_copy_lock() 1120 static inline void posix_test_lock(struct file *filp, struct file_lock *fl) in posix_test_lock() 1125 static inline int posix_lock_file(struct file *filp, struct file_lock *fl, in posix_lock_file() 1132 struct file_lock *fl) in posix_lock_inode_wait() 1142 static inline int vfs_test_lock(struct file *filp, struct file_lock *fl) in vfs_test_lock() 1148 struct file_lock *fl, struct file_lock *conf) in vfs_lock_file() 1153 static inline int vfs_cancel_lock(struct file *filp, struct file_lock *fl) in vfs_cancel_lock() 1186 static inline int lease_modify(struct file_lock *fl, int arg, in lease_modify() [all …]
|
D | netfilter.h | 317 nf_nat_decode_session(struct sk_buff *skb, struct flowi *fl, u_int8_t family) in nf_nat_decode_session() 351 nf_nat_decode_session(struct sk_buff *skb, struct flowi *fl, u_int8_t family) in nf_nat_decode_session()
|
D | security.h | 2858 static inline void security_sk_classify_flow(struct sock *sk, struct flowi *fl) in security_sk_classify_flow() 2862 static inline void security_req_classify_flow(const struct request_sock *req, struct flowi *fl) in security_req_classify_flow() 2998 struct xfrm_policy *xp, const struct flowi *fl) in security_xfrm_state_pol_flow_match() 3008 static inline void security_skb_classify_flow(struct sk_buff *skb, struct flowi *fl) in security_skb_classify_flow()
|
D | nfs_xdr.h | 424 struct file_lock * fl; member 446 struct file_lock * fl; member 460 struct file_lock * fl; member
|
/linux-4.1.27/net/sctp/ |
D | ipv6.c | 230 struct flowi *fl, struct sock *sk) in sctp_v6_get_dst() 358 struct flowi *fl) in sctp_v6_get_saddr()
|
D | protocol.c | 424 struct flowi *fl, struct sock *sk) in sctp_v4_get_dst() 527 struct flowi *fl) in sctp_v4_get_saddr()
|
/linux-4.1.27/security/selinux/ |
D | xfrm.c | 180 const struct flowi *fl) in selinux_xfrm_state_pol_flow_match()
|
D | hooks.c | 4672 struct flowi *fl) in selinux_req_classify_flow()
|
/linux-4.1.27/net/tipc/ |
D | udp_media.c | 168 struct flowi4 fl = { in tipc_udp_send_msg() local
|
/linux-4.1.27/drivers/staging/lustre/include/linux/lnet/ |
D | lib-lnet.h | 193 lnet_freelist_alloc(lnet_freelist_t *fl) in lnet_freelist_alloc() 207 lnet_freelist_free(lnet_freelist_t *fl, void *obj) in lnet_freelist_free()
|
/linux-4.1.27/drivers/net/ethernet/chelsio/cxgb3/ |
D | sge.c | 558 static inline void __refill_fl(struct adapter *adap, struct sge_fl *fl) in __refill_fl() 779 static struct sk_buff *get_packet(struct adapter *adap, struct sge_fl *fl, in get_packet() 838 static struct sk_buff *get_packet_pg(struct adapter *adap, struct sge_fl *fl, in get_packet_pg() 2064 struct sge_fl *fl, int len, int complete) in lro_add_page() 2302 struct sge_fl *fl; in process_responses() local
|
D | adapter.h | 204 struct sge_fl fl[SGE_RXQ_PER_SET]; member
|
/linux-4.1.27/fs/fuse/ |
D | file.c | 2072 struct file_lock *fl) in convert_fuse_file_lock() 2097 const struct file_lock *fl, int opcode, pid_t pid, in fuse_lk_fill() 2120 static int fuse_getlk(struct file *file, struct file_lock *fl) in fuse_getlk() 2140 static int fuse_setlk(struct file *file, struct file_lock *fl, int flock) in fuse_setlk() 2169 static int fuse_file_lock(struct file *file, int cmd, struct file_lock *fl) in fuse_file_lock() 2192 static int fuse_file_flock(struct file *file, int cmd, struct file_lock *fl) in fuse_file_flock()
|
/linux-4.1.27/drivers/staging/lustre/lnet/lnet/ |
D | api-ni.c | 370 lnet_freelist_init(lnet_freelist_t *fl, int n, int size) in lnet_freelist_init() 397 lnet_freelist_fini(lnet_freelist_t *fl) in lnet_freelist_fini()
|
/linux-4.1.27/drivers/virtio/ |
D | virtio_input.c | 156 u32 mi, ma, re, fu, fl; in virtinput_cfg_abs() local
|
/linux-4.1.27/fs/ext4/ |
D | move_extent.c | 138 unsigned fl = AOP_FLAG_NOFS; in mext_page_double_lock() local
|
/linux-4.1.27/net/ipv4/netfilter/ |
D | nf_nat_l3proto_ipv4.c | 36 struct flowi *fl) in nf_nat_ipv4_decode_session()
|
/linux-4.1.27/net/ipv6/netfilter/ |
D | nf_nat_l3proto_ipv6.c | 35 struct flowi *fl) in nf_nat_ipv6_decode_session()
|
/linux-4.1.27/tools/hv/ |
D | hv_kvp_daemon.c | 125 struct flock fl = {F_WRLCK, SEEK_SET, 0, 0, 0}; in kvp_acquire_lock() local 137 struct flock fl = {F_UNLCK, SEEK_SET, 0, 0, 0}; in kvp_release_lock() local
|
/linux-4.1.27/net/l2tp/ |
D | l2tp_core.c | 1053 struct flowi *fl, size_t data_len) in l2tp_xmit_core() 1107 struct flowi *fl; in l2tp_xmit_skb() local
|
/linux-4.1.27/drivers/char/ |
D | ppdev.c | 285 int fl; in register_device() local
|
/linux-4.1.27/drivers/net/ethernet/broadcom/bnx2x/ |
D | bnx2x_vfpf.c | 1565 struct bnx2x_vf_mac_vlan_filters *fl = NULL; in bnx2x_vf_mbx_macvlan_list() local 1643 struct bnx2x_vf_mac_vlan_filters *fl = NULL; in bnx2x_vf_mbx_qfilters() local
|
/linux-4.1.27/security/ |
D | security.c | 1271 void security_sk_classify_flow(struct sock *sk, struct flowi *fl) in security_sk_classify_flow() 1277 void security_req_classify_flow(const struct request_sock *req, struct flowi *fl) in security_req_classify_flow() 1422 const struct flowi *fl) in security_xfrm_state_pol_flow_match() 1432 void security_skb_classify_flow(struct sk_buff *skb, struct flowi *fl) in security_skb_classify_flow()
|
D | capability.c | 747 struct flowi *fl) in cap_req_classify_flow() 833 const struct flowi *fl) in cap_xfrm_state_pol_flow_match() 838 static int cap_xfrm_decode_session(struct sk_buff *skb, u32 *fl, int ckall) in cap_xfrm_decode_session()
|
/linux-4.1.27/drivers/message/fusion/lsi/ |
D | mpi.h | 584 #define MPI_SGE_GET_FLAGS(fl) (((fl) & ~MPI_SGE_LENGTH_MASK) >> MPI_SGE_FLAGS_SHIFT) argument 585 #define MPI_SGE_LENGTH(fl) ((fl) & MPI_SGE_LENGTH_MASK) argument 586 #define MPI_SGE_CHAIN_LENGTH(fl) ((fl) & MPI_SGE_CHAIN_LENGTH_MASK) argument
|
/linux-4.1.27/drivers/gpu/drm/i915/ |
D | i915_cmd_parser.c | 94 #define CMD(op, opm, f, lm, fl, ...) \ argument
|
/linux-4.1.27/arch/powerpc/kernel/ |
D | rtas_flash.c | 320 struct flash_block_list *fl; in rtas_flash_write() local
|
/linux-4.1.27/drivers/media/i2c/smiapp/ |
D | smiapp.h | 94 #define SMIAPP_IDENT_FQ(manufacturer, model, rev, fl, _name, _quirk) \ argument
|
/linux-4.1.27/sound/soc/codecs/ |
D | wm2200.c | 1701 int i, bclk, lrclk, wl, fl, sr_code; in wm2200_hw_params() local
|
D | wm5100.c | 1405 int i, base, bclk, aif_rate, lrclk, wl, fl, sr; in wm5100_hw_params() local
|
/linux-4.1.27/drivers/staging/lustre/lustre/llite/ |
D | llite_lib.c | 716 static inline int ll_set_opt(const char *opt, char *data, int fl) in ll_set_opt()
|
/linux-4.1.27/drivers/staging/lustre/lustre/include/ |
D | dt_object.h | 1347 const char *name, int fl, in dt_declare_xattr_set() 1358 const char *name, int fl, struct thandle *th, in dt_xattr_set()
|
/linux-4.1.27/arch/x86/kernel/cpu/ |
D | perf_event_intel_ds.c | 866 int fl = event->hw.flags; in __intel_pmu_pebs_event() local
|
/linux-4.1.27/drivers/gpu/drm/radeon/ |
D | r600_dpm.c | 218 int r600_calculate_at(u32 t, u32 h, u32 fh, u32 fl, u32 *tl, u32 *th) in r600_calculate_at()
|
/linux-4.1.27/include/linux/mlx4/ |
D | qp.h | 137 u8 fl; member
|
/linux-4.1.27/drivers/scsi/csiostor/ |
D | csio_wr.h | 412 struct csio_fl fl; member
|
/linux-4.1.27/drivers/scsi/cxgbi/ |
D | libcxgbi.c | 685 struct flowi6 fl; in find_route_ipv6() local
|
/linux-4.1.27/drivers/staging/lustre/lustre/lmv/ |
D | lmv_obd.c | 1878 #define md_op_data_fid(op_data, fl) \ argument
|
/linux-4.1.27/include/linux/mlx5/ |
D | qp.h | 422 u8 fl; member
|
/linux-4.1.27/drivers/media/pci/bt8xx/ |
D | bttv-driver.c | 806 unsigned char fl, fh, fi; in set_pll_freq() local
|
/linux-4.1.27/drivers/scsi/lpfc/ |
D | lpfc_hw.h | 3285 uint32_t fl:1; member 3291 uint32_t fl:1; member 3389 uint32_t fl:1; member 3395 uint32_t fl:1; member
|
/linux-4.1.27/include/net/sctp/ |
D | structs.h | 784 struct flowi fl; member
|