Searched defs:fl (Results 101 - 125 of 151) sorted by relevance

1234567

/linux-master/fs/
H A Dlocks.c82 static bool lease_breaking(struct file_lease *fl) argument
87 static int target_leasetype(struct file_lease *fl) argument
275 struct file_lock *fl = kmem_cache_zalloc(filelock_cache, GFP_KERNEL); local
287 struct file_lease *fl = kmem_cache_zalloc(filelease_cache, GFP_KERNEL); local
296 locks_release_private(struct file_lock *fl) argument
350 locks_free_lock(struct file_lock *fl) argument
358 locks_free_lease(struct file_lease *fl) argument
379 locks_init_lock(struct file_lock *fl) argument
386 locks_init_lease(struct file_lease *fl) argument
396 locks_copy_conflock(struct file_lock *new, struct file_lock *fl) argument
415 locks_copy_lock(struct file_lock *new, struct file_lock *fl) argument
432 locks_move_blocks(struct file_lock *new, struct file_lock *fl) argument
465 flock_make_lock(struct file *filp, struct file_lock *fl, int type) argument
491 flock64_to_posix_lock(struct file *filp, struct file_lock *fl, struct flock64 *l) argument
541 flock_to_posix_lock(struct file *filp, struct file_lock *fl, struct flock *l) argument
556 lease_break_callback(struct file_lease *fl) argument
563 lease_setup(struct file_lease *fl, void **priv) argument
588 lease_init(struct file *filp, int type, struct file_lease *fl) argument
605 struct file_lease *fl = locks_alloc_lease(); local
704 struct file_lock *fl; local
859 locks_insert_lock_ctx(struct file_lock_core *fl, struct list_head *before) argument
866 locks_unlink_lock_ctx(struct file_lock_core *fl) argument
874 locks_delete_lock_ctx(struct file_lock_core *fl, struct list_head *dispose) argument
952 posix_test_lock(struct file *filp, struct file_lock *fl) argument
1077 struct file_lock *fl; local
1149 struct file_lock *fl, *tmp; local
1399 posix_lock_file(struct file *filp, struct file_lock *fl, struct file_lock *conflock) argument
1413 posix_lock_inode_wait(struct inode *inode, struct file_lock *fl) argument
1430 lease_clear_pending(struct file_lease *fl, int arg) argument
1442 lease_modify(struct file_lease *fl, int arg, struct list_head *dispose) argument
1477 struct file_lease *fl, *tmp; local
1546 struct file_lease *new_fl, *fl, *tmp; local
1702 struct file_lease *fl; local
1776 struct file_lease *fl, *my_fl = NULL, *lease; local
1885 struct file_lease *fl, *victim = NULL; local
2028 struct file_lease *fl; local
2075 flock_lock_inode_wait(struct inode *inode, struct file_lock *fl) argument
2099 locks_lock_inode_wait(struct inode *inode, struct file_lock *fl) argument
2134 struct file_lock fl; local
2194 vfs_test_lock(struct file *filp, struct file_lock *fl) argument
2211 locks_translate_pid(struct file_lock_core *fl, struct pid_namespace *ns) argument
2238 posix_lock_to_flock(struct flock *flock, struct file_lock *fl) argument
2260 posix_lock_to_flock64(struct flock64 *flock, struct file_lock *fl) argument
2276 struct file_lock *fl; local
2350 vfs_lock_file(struct file *filp, unsigned int cmd, struct file_lock *fl, struct file_lock *conf) argument
2360 do_lock_file_wait(struct file *filp, unsigned int cmd, struct file_lock *fl) argument
2385 check_fmode_for_setlk(struct file_lock *fl) argument
2485 struct file_lock *fl; local
2646 struct file_lock fl; local
2668 struct file_lease *fl, *tmp; local
2719 vfs_cancel_lock(struct file *filp, struct file_lock *fl) argument
2767 struct file_lock *fl = file_lock(flc); local
2904 struct file_lock_core *fl; local
[all...]
/linux-master/net/ipv4/
H A Dipmr.c198 static int ipmr_rule_match(struct fib_rule *rule, struct flowi *fl, int flags) argument
H A Dtcp_ipv4.c1163 tcp_v4_send_synack(const struct sock *sk, struct dst_entry *dst, struct flowi *fl, struct request_sock *req, struct tcp_fastopen_cookie *foc, enum tcp_synack_type synack_type, struct sk_buff *syn_skb) argument
1667 tcp_v4_route_req(const struct sock *sk, struct sk_buff *skb, struct flowi *fl, struct request_sock *req) argument
/linux-master/net/ipv6/
H A Dtcp_ipv6.c526 tcp_v6_send_synack(const struct sock *sk, struct dst_entry *dst, struct flowi *fl, struct request_sock *req, struct tcp_fastopen_cookie *foc, enum tcp_synack_type synack_type, struct sk_buff *syn_skb) argument
820 tcp_v6_route_req(const struct sock *sk, struct sk_buff *skb, struct flowi *fl, struct request_sock *req) argument
/linux-master/net/xfrm/
H A Dxfrm_state.c902 __xfrm4_init_tempsel(struct xfrm_selector *sel, const struct flowi *fl) argument
920 __xfrm6_init_tempsel(struct xfrm_selector *sel, const struct flowi *fl) argument
939 xfrm_init_tempstate(struct xfrm_state *x, const struct flowi *fl, argument
1094 xfrm_state_look_at(struct xfrm_policy *pol, struct xfrm_state *x, const struct flowi *fl, unsigned short family, struct xfrm_state **best, int *acq_in_progress, int *error) argument
1137 xfrm_state_find(const xfrm_address_t *daddr, const xfrm_address_t *saddr, const struct flowi *fl, struct xfrm_tmpl *tmpl, struct xfrm_policy *pol, int *err, unsigned short family, u32 if_id) argument
[all...]
/linux-master/net/sctp/
H A Dprotocol.c417 sctp_v4_get_dst(struct sctp_transport *t, union sctp_addr *saddr, struct flowi *fl, struct sock *sk) argument
550 sctp_v4_get_saddr(struct sctp_sock *sk, struct sctp_transport *t, struct flowi *fl) argument
[all...]
/linux-master/net/sched/
H A Dsch_qfq.c685 struct tcf_proto *fl; local
H A Dcls_api.c3956 struct tcf_proto *fl; local
/linux-master/drivers/gpu/drm/radeon/
H A Dr600_dpm.c219 int r600_calculate_at(u32 t, u32 h, u32 fh, u32 fl, u32 *tl, u32 *th) argument
/linux-master/fs/nfs/
H A Dwrite.c1297 is_whole_file_wrlock(struct file_lock *fl) argument
1316 struct file_lock *fl; local
H A Dnfs4state.c966 static void nfs4_fl_release_lock(struct file_lock *fl) argument
976 int nfs4_set_lock_state(struct nfs4_state *state, struct file_lock *fl) argument
1516 struct file_lock *fl; local
[all...]
/linux-master/net/mptcp/
H A Dsubflow.c284 subflow_v4_route_req(const struct sock *sk, struct sk_buff *skb, struct flowi *fl, struct request_sock *req) argument
324 subflow_v4_send_synack(const struct sock *sk, struct dst_entry *dst, struct flowi *fl, struct request_sock *req, struct tcp_fastopen_cookie *foc, enum tcp_synack_type synack_type, struct sk_buff *syn_skb) argument
338 subflow_v6_send_synack(const struct sock *sk, struct dst_entry *dst, struct flowi *fl, struct request_sock *req, struct tcp_fastopen_cookie *foc, enum tcp_synack_type synack_type, struct sk_buff *syn_skb) argument
351 subflow_v6_route_req(const struct sock *sk, struct sk_buff *skb, struct flowi *fl, struct request_sock *req) argument
/linux-master/drivers/net/ethernet/marvell/octeontx2/af/
H A Drvu_npc.c1275 int lid, lt, ld, fl; local
1304 int lid, lt, ld, fl; local
3262 int lid, lt, ld, fl; local
[all...]
/linux-master/tools/hv/
H A Dhv_kvp_daemon.c134 struct flock fl = {F_WRLCK, SEEK_SET, 0, 0, 0}; local
146 struct flock fl = {F_UNLCK, SEEK_SET, 0, 0, 0}; local
/linux-master/include/linux/mlx4/
H A Dqp.h137 u8 fl; member in struct:mlx4_qp_path
/linux-master/drivers/net/ethernet/chelsio/cxgb3/
H A Dsge.c559 static inline void __refill_fl(struct adapter *adap, struct sge_fl *fl) argument
779 get_packet(struct adapter *adap, struct sge_fl *fl, unsigned int len, unsigned int drop_thres) argument
839 get_packet_pg(struct adapter *adap, struct sge_fl *fl, struct sge_rspq *q, unsigned int len, unsigned int drop_thres) argument
2134 lro_add_page(struct adapter *adap, struct sge_qset *qs, struct sge_fl *fl, int len, int complete) argument
2369 struct sge_fl *fl; local
[all...]
/linux-master/drivers/scsi/cxgbi/
H A Dlibcxgbi.c708 struct flowi6 fl; local
/linux-master/drivers/media/pci/bt8xx/
H A Dbttv-driver.c760 unsigned char fl, fh, fi; local
/linux-master/drivers/net/ethernet/cortina/
H A Dgemini.c900 unsigned int fl = (pn - epn) & m_pn; local
/linux-master/include/net/
H A Dipv6.h353 struct ip6_flowlabel *fl; member in struct:ipv6_fl_socklist
433 static inline void fl6_sock_release(struct ip6_flowlabel *fl) argument
/linux-master/drivers/gpu/drm/msm/disp/dpu1/
H A Ddpu_hw_catalog.h310 u32 fl; member in struct:dpu_qos_lut_entry
/linux-master/drivers/misc/
H A Dfastrpc.c195 struct fastrpc_user *fl; member in struct:fastrpc_buf
217 struct fastrpc_user *fl; member in struct:fastrpc_map
246 struct fastrpc_user *fl; member in struct:fastrpc_invoke_ctx
364 static int fastrpc_map_lookup(struct fastrpc_user *fl, in argument
401 __fastrpc_buf_alloc(struct fastrpc_user *fl, struct device *dev, u64 size, struct fastrpc_buf **obuf) argument
434 fastrpc_buf_alloc(struct fastrpc_user *fl, struct device *dev, u64 size, struct fastrpc_buf **obuf) argument
452 fastrpc_remote_heap_alloc(struct fastrpc_user *fl, struct device *dev, u64 size, struct fastrpc_buf **obuf) argument
754 fastrpc_map_create(struct fastrpc_user *fl, int fd, u64 len, u32 attr, struct fastrpc_map **ppmap) argument
1064 struct fastrpc_user *fl = ctx->fl; local
1109 struct fastrpc_user *fl = ctx->fl; local
1136 fastrpc_internal_invoke(struct fastrpc_user *fl, u32 kernel, u32 handle, u32 sc, struct fastrpc_invoke_args *args) argument
1215 is_session_rejected(struct fastrpc_user *fl, bool unsigned_pd_request) argument
1233 fastrpc_init_create_static_process(struct fastrpc_user *fl, char __user *argp) argument
1353 fastrpc_init_create_process(struct fastrpc_user *fl, char __user *argp) argument
1499 fastrpc_release_current_dsp_process(struct fastrpc_user *fl) argument
1517 struct fastrpc_user *fl = (struct fastrpc_user *)file->private_data; local
1560 struct fastrpc_user *fl = NULL; local
1600 fastrpc_dmabuf_alloc(struct fastrpc_user *fl, char __user *argp) argument
1645 fastrpc_init_attach(struct fastrpc_user *fl, int pd) argument
1661 fastrpc_invoke(struct fastrpc_user *fl, char __user *argp) argument
1691 fastrpc_get_info_from_dsp(struct fastrpc_user *fl, uint32_t *dsp_attr_buf, uint32_t dsp_attr_buf_len) argument
1711 fastrpc_get_info_from_kernel(struct fastrpc_ioctl_capability *cap, struct fastrpc_user *fl) argument
1755 fastrpc_get_dsp_info(struct fastrpc_user *fl, char __user *argp) argument
1792 fastrpc_req_munmap_impl(struct fastrpc_user *fl, struct fastrpc_buf *buf) argument
1823 fastrpc_req_munmap(struct fastrpc_user *fl, char __user *argp) argument
1850 fastrpc_req_mmap(struct fastrpc_user *fl, char __user *argp) argument
1952 fastrpc_req_mem_unmap_impl(struct fastrpc_user *fl, struct fastrpc_mem_unmap *req) argument
1996 fastrpc_req_mem_unmap(struct fastrpc_user *fl, char __user *argp) argument
2006 fastrpc_req_mem_map(struct fastrpc_user *fl, char __user *argp) argument
2086 struct fastrpc_user *fl = (struct fastrpc_user *)file->private_data; local
[all...]
/linux-master/fs/smb/client/
H A Dfile.c2105 int cifs_flock(struct file *file, int cmd, struct file_lock *fl) argument
/linux-master/arch/x86/events/intel/
H A Dds.c1571 int fl = event->hw.flags; local
/linux-master/fs/fuse/
H A Dfile.c2593 convert_fuse_file_lock(struct fuse_conn *fc, const struct fuse_file_lock *ffl, struct file_lock *fl) argument
2626 fuse_lk_fill(struct fuse_args *args, struct file *file, const struct file_lock *fl, int opcode, pid_t pid, int flock, struct fuse_lk_in *inarg) argument
2650 fuse_getlk(struct file *file, struct file_lock *fl) argument
2670 fuse_setlk(struct file *file, struct file_lock *fl, int flock) argument
2696 fuse_file_lock(struct file *file, int cmd, struct file_lock *fl) argument
2719 fuse_file_flock(struct file *file, int cmd, struct file_lock *fl) argument
[all...]

Completed in 436 milliseconds

1234567