Home
last modified time | relevance | path

Searched defs:fl (Results 1 – 25 of 139) sorted by relevance

123456

/linux/fs/
H A Dlocks.c82 static bool lease_breaking(struct file_lease *fl) in lease_breaking()
87 static int target_leasetype(struct file_lease *fl) in target_leasetype()
275 struct file_lock *fl = kmem_cache_zalloc(filelock_cache, GFP_KERNEL); in locks_alloc_lock() local
287 struct file_lease *fl = kmem_cache_zalloc(filelease_cache, GFP_KERNEL); in locks_alloc_lease() local
296 void locks_release_private(struct file_lock *fl) in locks_release_private()
350 void locks_free_lock(struct file_lock *fl) in locks_free_lock()
358 void locks_free_lease(struct file_lease *fl) in locks_free_lease()
379 void locks_init_lock(struct file_lock *fl) in locks_init_lock()
386 void locks_init_lease(struct file_lease *fl) in locks_init_lease()
396 void locks_copy_conflock(struct file_lock *new, struct file_lock *fl) in locks_copy_conflock()
[all …]
/linux/net/ipv6/
H A Dip6_flowlabel.c60 #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
97 static bool fl_shared_exclusive(struct ip6_flowlabel *fl) in fl_shared_exclusive()
106 struct ip6_flowlabel *fl = container_of(head, struct ip6_flowlabel, rcu); in fl_free_rcu() local
115 static void fl_free(struct ip6_flowlabel *fl) in fl_free()
126 static void fl_release(struct ip6_flowlabel *fl) in fl_release()
157 struct ip6_flowlabel *fl; in ip6_fl_gc() local
194 struct ip6_flowlabel *fl; in ip6_fl_purge() local
[all …]
/linux/include/linux/
H A Dfilelock.h163 static inline bool lock_is_unlock(struct file_lock *fl) in lock_is_unlock()
168 static inline bool lock_is_read(struct file_lock *fl) in lock_is_read()
173 static inline bool lock_is_write(struct file_lock *fl) in lock_is_write()
183 static inline void locks_wake_up(struct file_lock *fl) in locks_wake_up()
274 static inline bool lock_is_unlock(struct file_lock *fl) in lock_is_unlock()
279 static inline bool lock_is_read(struct file_lock *fl) in lock_is_read()
284 static inline bool lock_is_write(struct file_lock *fl) in lock_is_write()
289 static inline void locks_wake_up(struct file_lock *fl) in locks_wake_up()
298 static inline void locks_init_lock(struct file_lock *fl) in locks_init_lock()
303 static inline void locks_init_lease(struct file_lease *fl) in locks_init_lease()
[all …]
/linux/fs/lockd/
H A Dclntproc.c129 static void nlmclnt_setlockargs(struct nlm_rqst *req, struct file_lock *fl) in nlmclnt_setlockargs()
162 int nlmclnt_proc(struct nlm_host *host, int cmd, struct file_lock *fl, void *data) in nlmclnt_proc()
432 nlmclnt_test(struct nlm_rqst *req, struct file_lock *fl) in nlmclnt_test()
465 static void nlmclnt_locks_copy_lock(struct file_lock *new, struct file_lock *fl) in nlmclnt_locks_copy_lock()
474 static void nlmclnt_locks_release_private(struct file_lock *fl) in nlmclnt_locks_release_private()
487 static void nlmclnt_locks_init_private(struct file_lock *fl, struct nlm_host *host) in nlmclnt_locks_init_private()
496 static int do_vfs_lock(struct file_lock *fl) in do_vfs_lock()
522 nlmclnt_lock(struct nlm_rqst *req, struct file_lock *fl) in nlmclnt_lock()
643 nlmclnt_reclaim(struct nlm_host *host, struct file_lock *fl, in nlmclnt_reclaim()
686 nlmclnt_unlock(struct nlm_rqst *req, struct file_lock *fl) in nlmclnt_unlock()
[all …]
H A Dclntlock.c88 void nlmclnt_prepare_block(struct nlm_wait *block, struct nlm_host *host, struct file_lock *fl) in nlmclnt_prepare_block()
163 const struct file_lock *fl = &lock->fl; in nlmclnt_grant() local
232 struct file_lock *fl, *next; in reclaimer() local
H A Dsvclock.c149 struct file_lock *fl; in nlmsvc_lookup_block() local
409 void nlmsvc_locks_init_private(struct file_lock *fl, struct nlm_host *host, in nlmsvc_locks_init_private()
725 struct file_lock *fl = &block->b_call->a_args.lock.fl; in nlmsvc_cancel_blocked() local
754 static int nlmsvc_grant_deferred(struct file_lock *fl, int result) in nlmsvc_grant_deferred()
793 nlmsvc_notify_blocked(struct file_lock *fl) in nlmsvc_notify_blocked()
980 struct file_lock *fl; in nlmsvc_grant_reply() local
H A Dsvcsubs.c179 static int nlm_unlock_files(struct nlm_file *file, const struct file_lock *fl) in nlm_unlock_files()
212 struct file_lock *fl; in nlm_traverse_locks() local
267 struct file_lock *fl; in nlm_file_inuse() local
H A Dxdr.c74 struct file_lock *fl = &lock->fl; in svcxdr_decode_lock() local
106 const struct file_lock *fl = &lock->fl; in svcxdr_encode_holder() local
/linux/fs/ocfs2/
H A Dlocks.c24 int cmd, struct file_lock *fl) in ocfs2_do_flock()
82 static int ocfs2_do_funlock(struct file *file, int cmd, struct file_lock *fl) in ocfs2_do_funlock()
98 int ocfs2_flock(struct file *file, int cmd, struct file_lock *fl) in ocfs2_flock()
116 int ocfs2_lock(struct file *file, int cmd, struct file_lock *fl) in ocfs2_lock()
/linux/fs/afs/
H A Dflock.c451 static int afs_do_setlk(struct file *file, struct file_lock *fl) in afs_do_setlk()
701 static int afs_do_unlk(struct file *file, struct file_lock *fl) in afs_do_unlk()
722 static int afs_do_getlk(struct file *file, struct file_lock *fl) in afs_do_getlk()
764 int afs_lock(struct file *file, int cmd, struct file_lock *fl) in afs_lock()
799 int afs_flock(struct file *file, int cmd, struct file_lock *fl) in afs_flock()
844 static void afs_fl_copy_lock(struct file_lock *new, struct file_lock *fl) in afs_fl_copy_lock()
862 static void afs_fl_release_private(struct file_lock *fl) in afs_fl_release_private()
/linux/tools/testing/selftests/filelock/
H A Dofdlocks.c11 static int lock_set(int fd, struct flock *fl) in lock_set()
23 static int lock_get(int fd, struct flock *fl) in lock_get()
38 struct flock fl, fl2; in main() local
/linux/drivers/misc/
H A Dfastrpc.c193 struct fastrpc_user *fl; member
215 struct fastrpc_user *fl; member
244 struct fastrpc_user *fl; member
362 static int fastrpc_map_lookup(struct fastrpc_user *fl, int fd, in fastrpc_map_lookup()
396 static int __fastrpc_buf_alloc(struct fastrpc_user *fl, struct device *dev, in __fastrpc_buf_alloc()
429 static int fastrpc_buf_alloc(struct fastrpc_user *fl, struct device *dev, in fastrpc_buf_alloc()
447 static int fastrpc_remote_heap_alloc(struct fastrpc_user *fl, struct device *dev, in fastrpc_remote_heap_alloc()
749 static int fastrpc_map_attach(struct fastrpc_user *fl, int fd, in fastrpc_map_attach()
842 static int fastrpc_map_create(struct fastrpc_user *fl, int fd, in fastrpc_map_create()
1090 struct fastrpc_user *fl = ctx->fl; in fastrpc_put_args() local
[all …]
/linux/fs/dlm/
H A Dplock.c26 void *fl; member
123 int cmd, struct file_lock *fl) in dlm_posix_lock()
242 struct file_lock *fl; in dlm_plock_callback() local
289 struct file_lock *fl) in dlm_posix_unlock()
360 struct file_lock *fl) in dlm_posix_cancel()
423 struct file_lock *fl) in dlm_posix_get()
/linux/fs/nfs/filelayout/
H A Dfilelayout.c539 struct nfs4_filelayout_segment *fl, in filelayout_check_deviceid()
600 struct nfs4_filelayout_segment *fl, in filelayout_check_layout()
626 static void _filelayout_free_lseg(struct nfs4_filelayout_segment *fl) in _filelayout_free_lseg()
643 struct nfs4_filelayout_segment *fl, in filelayout_decode_layout()
738 struct nfs4_filelayout_segment *fl = FILELAYOUT_LSEG(lseg); in filelayout_free_lseg() local
762 struct nfs4_filelayout_segment *fl; in filelayout_alloc_lseg() local
839 struct nfs4_filelayout_segment *fl; in fl_pnfs_update_layout() local
929 static u32 select_bucket_index(struct nfs4_filelayout_segment *fl, u32 j) in select_bucket_index()
944 struct nfs4_filelayout_segment *fl = FILELAYOUT_LSEG(lseg); in filelayout_mark_request_commit() local
1081 struct nfs4_filelayout_segment *fl = FILELAYOUT_LSEG(lseg); in filelayout_setup_ds_info() local
/linux/fs/9p/
H A Dvfs_file.c104 static int v9fs_file_lock(struct file *filp, int cmd, struct file_lock *fl) in v9fs_file_lock()
118 static int v9fs_file_do_lock(struct file *filp, int cmd, struct file_lock *fl) in v9fs_file_do_lock()
223 static int v9fs_file_getlock(struct file *filp, struct file_lock *fl) in v9fs_file_getlock()
288 static int v9fs_file_lock_dotl(struct file *filp, int cmd, struct file_lock *fl) in v9fs_file_lock_dotl()
319 struct file_lock *fl) in v9fs_file_flock_dotl()
/linux/fs/ceph/
H A Dlocks.c45 static void ceph_fl_release_lock(struct file_lock *fl) in ceph_fl_release_lock()
77 int cmd, u8 wait, struct file_lock *fl) in ceph_lock_message()
231 static int try_unlock_file(struct file *file, struct file_lock *fl) in try_unlock_file()
250 int ceph_lock(struct file *file, int cmd, struct file_lock *fl) in ceph_lock()
317 int ceph_flock(struct file *file, int cmd, struct file_lock *fl) in ceph_flock()
H A Dutil.c31 void ceph_file_layout_from_legacy(struct ceph_file_layout *fl, in ceph_file_layout_from_legacy()
43 void ceph_file_layout_to_legacy(struct ceph_file_layout *fl, in ceph_file_layout_to_legacy()
/linux/include/net/
H A Dl3mdev.h63 bool l3mdev_fib_rule_iif_match(const struct flowi *fl, int 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()
339 int l3mdev_fib_rule_match(struct net *net, struct flowi *fl, in l3mdev_fib_rule_match()
346 bool l3mdev_fib_rule_iif_match(const struct flowi *fl, int iifindex) in l3mdev_fib_rule_iif_match()
352 bool l3mdev_fib_rule_oif_match(const struct flowi *fl, int oifindex) in l3mdev_fib_rule_oif_match()
358 void l3mdev_update_flow(struct net *net, struct flowi *fl) in l3mdev_update_flow()
/linux/net/xfrm/
H A Dxfrm_policy.c217 __xfrm4_selector_match(const struct xfrm_selector *sel, const struct flowi *fl) in __xfrm4_selector_match() argument
230 __xfrm6_selector_match(const struct xfrm_selector *sel, const struct flowi *fl) in __xfrm6_selector_match() argument
242 bool xfrm_selector_match(const struct xfrm_selector *sel, const struct flowi *fl, in xfrm_selector_match() argument
1971 xfrm_policy_match(const struct xfrm_policy * pol,const struct flowi * fl,u8 type,u16 family,u32 if_id) xfrm_policy_match() argument
2096 __xfrm_policy_eval_candidates(struct hlist_head * chain,struct xfrm_policy * prefer,const struct flowi * fl,u8 type,u16 family,u32 if_id) __xfrm_policy_eval_candidates() argument
2135 xfrm_policy_eval_candidates(struct xfrm_pol_inexact_candidates * cand,struct xfrm_policy * prefer,const struct flowi * fl,u8 type,u16 family,u32 if_id) xfrm_policy_eval_candidates() argument
2157 xfrm_policy_lookup_bytype(struct net * net,u8 type,const struct flowi * fl,u16 family,u8 dir,u32 if_id) xfrm_policy_lookup_bytype() argument
2225 xfrm_policy_lookup(struct net * net,const struct flowi * fl,u16 family,u8 dir,u32 if_id) xfrm_policy_lookup() argument
2241 xfrm_sk_policy_lookup(const struct sock * sk,int dir,const struct flowi * fl,u16 family,u32 if_id) xfrm_sk_policy_lookup() argument
2486 xfrm_tmpl_resolve_one(struct xfrm_policy * policy,const struct flowi * fl,struct xfrm_state ** xfrm,unsigned short family) xfrm_tmpl_resolve_one() argument
2557 xfrm_tmpl_resolve(struct xfrm_policy ** pols,int npols,const struct flowi * fl,struct xfrm_state ** xfrm,unsigned short family) xfrm_tmpl_resolve() argument
2594 xfrm_get_dscp(const struct flowi * fl,int family) xfrm_get_dscp() argument
2645 xfrm_fill_dst(struct xfrm_dst * xdst,struct net_device * dev,const struct flowi * fl) xfrm_fill_dst() argument
2670 xfrm_bundle_create(struct xfrm_policy * policy,struct xfrm_state ** xfrm,struct xfrm_dst ** bundle,int nx,const struct flowi * fl,struct dst_entry * dst) xfrm_bundle_create() argument
2810 xfrm_expand_policies(const struct flowi * fl,u16 family,struct xfrm_policy ** pols,int * num_pols,int * num_xfrms) xfrm_expand_policies() argument
2860 xfrm_resolve_and_create_bundle(struct xfrm_policy ** pols,int num_pols,const struct flowi * fl,u16 family,struct dst_entry * dst_orig) xfrm_resolve_and_create_bundle() argument
2904 struct flowi fl; xfrm_policy_queue_process() local
3027 xfrm_create_dummy_bundle(struct net * net,struct xfrm_flo * xflo,const struct flowi * fl,int num_xfrms,u16 family) xfrm_create_dummy_bundle() argument
3085 xfrm_bundle_lookup(struct net * net,const struct flowi * fl,u16 family,u8 dir,struct xfrm_flo * xflo,u32 if_id) xfrm_bundle_lookup() argument
3174 xfrm_lookup_with_ifid(struct net * net,struct dst_entry * dst_orig,const struct flowi * fl,const struct sock * sk,int flags,u32 if_id) xfrm_lookup_with_ifid() argument
3333 xfrm_lookup(struct net * net,struct dst_entry * dst_orig,const struct flowi * fl,const struct sock * sk,int flags) xfrm_lookup() argument
3344 xfrm_lookup_route(struct net * net,struct dst_entry * dst_orig,const struct flowi * fl,const struct sock * sk,int flags) xfrm_lookup_route() argument
3362 xfrm_secpath_reject(int idx,struct sk_buff * skb,const struct flowi * fl) xfrm_secpath_reject() argument
3436 decode_session4(const struct xfrm_flow_keys * flkeys,struct flowi * fl,bool reverse) decode_session4() argument
3470 decode_session6(const struct xfrm_flow_keys * flkeys,struct flowi * fl,bool reverse) decode_session6() argument
3502 __xfrm_decode_session(struct net * net,struct sk_buff * skb,struct flowi * fl,unsigned int family,int reverse) __xfrm_decode_session() argument
3552 icmp_err_packet(const struct flowi * fl,unsigned short family) icmp_err_packet() argument
3577 xfrm_icmp_flow_decode(struct sk_buff * skb,unsigned short family,const struct flowi * fl,struct flowi * fl1) xfrm_icmp_flow_decode() argument
3608 xfrm_selector_inner_icmp_match(struct sk_buff * skb,unsigned short family,const struct xfrm_selector * sel,const struct flowi * fl) xfrm_selector_inner_icmp_match() argument
3626 xfrm_in_fwd_icmp(struct sk_buff * skb,const struct flowi * fl,unsigned short family,u32 if_id) xfrm_in_fwd_icmp() argument
3647 xfrm_out_fwd_icmp(struct sk_buff * skb,struct flowi * fl,unsigned short family,struct dst_entry * dst) xfrm_out_fwd_icmp() argument
3686 struct flowi fl; __xfrm_policy_check() local
3874 struct flowi fl; __xfrm_route_forward() local
4480 struct flowi fl; xfrm_migrate_policy_find() local
[all...]
/linux/drivers/net/ethernet/chelsio/cxgb4vf/
H A Dsge.c247 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()
604 static unsigned int refill_fl(struct adapter *adapter, struct sge_fl *fl, in refill_fl()
725 static inline void __refill_fl(struct adapter *adapter, struct sge_fl *fl) in __refill_fl()
1708 static void restore_rx_bufs(const struct pkt_gl *gl, struct sge_fl *fl, in restore_rx_bufs()
2082 struct sge_fl *fl = s->egr_map[id]; in sge_rx_timer_cb() local
2204 struct sge_fl *fl, rspq_handler_t hnd) in t4vf_sge_alloc_rxq()
[all …]
/linux/fs/nfs/
H A Dfile.c783 do_getlk(struct file *filp, int cmd, struct file_lock *fl, int is_local) in do_getlk()
812 do_unlk(struct file *filp, int cmd, struct file_lock *fl, int is_local) in do_unlk()
848 do_setlk(struct file *filp, int cmd, struct file_lock *fl, int is_local) in do_setlk()
892 int nfs_lock(struct file *filp, int cmd, struct file_lock *fl) in nfs_lock()
930 int nfs_flock(struct file *filp, int cmd, struct file_lock *fl) in nfs_flock()
/linux/fs/nfsd/
H A Dnfs4layouts.c156 struct nfsd_file *fl; in nfsd4_close_layout() local
199 struct file_lease *fl; in nfsd4_layout_setlease() local
674 struct nfsd_file *fl; in nfsd4_cb_layout_done() local
747 nfsd4_layout_lm_break(struct file_lease *fl) in nfsd4_layout_lm_break()
/linux/drivers/net/ovpn/
H A Dudp.c150 struct flowi4 fl = { in ovpn_udp4_output() local
227 struct flowi6 fl = { in ovpn_udp6_output() local
/linux/net/l3mdev/
H A Dl3mdev.c247 int l3mdev_fib_rule_match(struct net *net, struct flowi *fl, in l3mdev_fib_rule_match()
271 void l3mdev_update_flow(struct net *net, struct flowi *fl) in l3mdev_update_flow()
/linux/arch/mips/kernel/
H A Drtlx.c244 size_t lx_write, fl = 0L; in rtlx_read() local
289 size_t fl; in rtlx_write() local

123456