Home
last modified time | relevance | path

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

1234567

/openbmc/linux/fs/
H A Dlocks.c208 struct file_lock *fl; in locks_dump_ctx_list() local
236 struct file_lock *fl; in locks_check_ctx_file_list() local
316 struct file_lock *fl; in locks_owner_has_blockers() local
343 struct file_lock *fl; in locks_dispose_list() local
760 struct file_lock *fl; in __locks_insert_block() local
979 struct file_lock *fl; in what_owner_is_waiting_for() local
1025 struct file_lock *fl; in flock_lock_inode() local
1463 struct file_lock *fl; in any_leases_conflict() local
1605 struct file_lock *fl; in lease_get_mtime() local
2072 struct file_lock fl; in SYSCALL_DEFINE2() local
[all …]
/openbmc/linux/net/ipv6/
H A Dip6_flowlabel.c60 #define for_each_fl_rcu(hash, fl) \ argument
76 struct ip6_flowlabel *fl; in __fl_lookup() local
87 struct ip6_flowlabel *fl; in fl_lookup() local
157 struct ip6_flowlabel *fl; in ip6_fl_gc() local
194 struct ip6_flowlabel *fl; in ip6_fl_purge() local
316 struct ip6_flowlabel *fl, in fl6_merge_options()
379 struct ip6_flowlabel *fl = NULL; in fl_create() local
496 struct ip6_flowlabel *fl) in fl_link()
760 struct ip6_flowlabel *fl = NULL; in ip6fl_get_first() local
821 struct ip6_flowlabel *fl; in ip6fl_seq_next() local
[all …]
/openbmc/linux/include/linux/
H A Dthread_info.h149 #define set_syscall_work(fl) \ argument
151 #define test_syscall_work(fl) \ argument
153 #define clear_syscall_work(fl) \ argument
156 #define set_task_syscall_work(t, fl) \ argument
158 #define test_task_syscall_work(t, fl) \ argument
160 #define clear_task_syscall_work(t, fl) \ argument
165 #define set_syscall_work(fl) \ argument
167 #define test_syscall_work(fl) \ argument
169 #define clear_syscall_work(fl) \ argument
172 #define set_task_syscall_work(t, fl) \ argument
[all …]
H A Dfilelock.h231 static inline void locks_init_lock(struct file_lock *fl) in locks_init_lock()
236 static inline void locks_copy_conflock(struct file_lock *new, struct file_lock *fl) in locks_copy_conflock()
241 static inline void locks_copy_lock(struct file_lock *new, struct file_lock *fl) in locks_copy_lock()
256 static inline void posix_test_lock(struct file *filp, struct file_lock *fl) in posix_test_lock()
261 static inline int posix_lock_file(struct file *filp, struct file_lock *fl, in posix_lock_file()
272 static inline int vfs_test_lock(struct file *filp, struct file_lock *fl) in vfs_test_lock()
278 struct file_lock *fl, struct file_lock *conf) in vfs_lock_file()
283 static inline int vfs_cancel_lock(struct file *filp, struct file_lock *fl) in vfs_cancel_lock()
293 static inline int locks_lock_inode_wait(struct inode *inode, struct file_lock *fl) in locks_lock_inode_wait()
321 static inline int lease_modify(struct file_lock *fl, int arg, in lease_modify()
[all …]
/openbmc/linux/fs/lockd/
H A Dclntproc.c129 static void nlmclnt_setlockargs(struct nlm_rqst *req, struct file_lock *fl) in nlmclnt_setlockargs()
161 int nlmclnt_proc(struct nlm_host *host, int cmd, struct file_lock *fl, void *data) in nlmclnt_proc()
431 nlmclnt_test(struct nlm_rqst *req, struct file_lock *fl) in nlmclnt_test()
463 static void nlmclnt_locks_copy_lock(struct file_lock *new, struct file_lock *fl) in nlmclnt_locks_copy_lock()
472 static void nlmclnt_locks_release_private(struct file_lock *fl) in nlmclnt_locks_release_private()
485 static void nlmclnt_locks_init_private(struct file_lock *fl, struct nlm_host *host) in nlmclnt_locks_init_private()
493 static int do_vfs_lock(struct file_lock *fl) in do_vfs_lock()
519 nlmclnt_lock(struct nlm_rqst *req, struct file_lock *fl) in nlmclnt_lock()
640 nlmclnt_reclaim(struct nlm_host *host, struct file_lock *fl, in nlmclnt_reclaim()
681 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.c151 struct file_lock *fl; in nlmsvc_lookup_block() local
410 void nlmsvc_locks_init_private(struct file_lock *fl, struct nlm_host *host, in nlmsvc_locks_init_private()
713 struct file_lock *fl = &block->b_call->a_args.lock.fl; in nlmsvc_cancel_blocked() local
742 static int nlmsvc_grant_deferred(struct file_lock *fl, int result) in nlmsvc_grant_deferred()
781 nlmsvc_notify_blocked(struct file_lock *fl) in nlmsvc_notify_blocked()
968 struct file_lock *fl; in nlmsvc_grant_reply() local
H A Dxdr4.c36 void nlm4svc_set_file_lock_range(struct file_lock *fl, u64 off, u64 len) in nlm4svc_set_file_lock_range()
76 struct file_lock *fl = &lock->fl; in svcxdr_decode_lock() local
101 const struct file_lock *fl = &lock->fl; in svcxdr_encode_holder() 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
/openbmc/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()
/openbmc/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
/openbmc/linux/fs/afs/
H A Dflock.c452 static int afs_do_setlk(struct file *file, struct file_lock *fl) in afs_do_setlk()
702 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()
/openbmc/linux/fs/dlm/
H A Dplock.c26 void *fl; member
123 int cmd, struct file_lock *fl) in dlm_posix_lock()
246 struct file_lock *fl; in dlm_plock_callback() local
293 struct file_lock *fl) in dlm_posix_unlock()
367 struct file_lock *fl) in dlm_posix_cancel()
430 struct file_lock *fl) in dlm_posix_get()
/openbmc/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()
226 static int try_unlock_file(struct file *file, struct file_lock *fl) in try_unlock_file()
245 int ceph_lock(struct file *file, int cmd, struct file_lock *fl) in ceph_lock()
311 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()
/openbmc/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()
634 static void _filelayout_free_lseg(struct nfs4_filelayout_segment *fl) in _filelayout_free_lseg()
651 struct nfs4_filelayout_segment *fl, in filelayout_decode_layout()
746 struct nfs4_filelayout_segment *fl = FILELAYOUT_LSEG(lseg); in filelayout_free_lseg() local
770 struct nfs4_filelayout_segment *fl; in filelayout_alloc_lseg() local
847 struct nfs4_filelayout_segment *fl; in fl_pnfs_update_layout() local
937 static u32 select_bucket_index(struct nfs4_filelayout_segment *fl, u32 j) in select_bucket_index()
952 struct nfs4_filelayout_segment *fl = FILELAYOUT_LSEG(lseg); in filelayout_mark_request_commit() local
1089 struct nfs4_filelayout_segment *fl = FILELAYOUT_LSEG(lseg); in filelayout_setup_ds_info() local
/openbmc/linux/drivers/misc/
H A Dfastrpc.c195 struct fastrpc_user *fl; member
217 struct fastrpc_user *fl; member
246 struct fastrpc_user *fl; member
364 static int fastrpc_map_lookup(struct fastrpc_user *fl, int fd, in fastrpc_map_lookup()
754 static int fastrpc_map_create(struct fastrpc_user *fl, int fd, in fastrpc_map_create()
1064 struct fastrpc_user *fl = ctx->fl; in fastrpc_put_args() local
1109 struct fastrpc_user *fl = ctx->fl; in fastrpc_invoke_send() local
1353 static int fastrpc_init_create_process(struct fastrpc_user *fl, in fastrpc_init_create_process()
1560 struct fastrpc_user *fl = NULL; in fastrpc_device_open() local
1645 static int fastrpc_init_attach(struct fastrpc_user *fl, int pd) in fastrpc_init_attach()
[all …]
/openbmc/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()
/openbmc/qemu/hw/ssi/
H A Daspeed_smc.c253 AspeedSMCFlash *fl = &s->flashes[cs]; in aspeed_smc_flash_set_segment_region() local
353 static inline int aspeed_smc_flash_mode(const AspeedSMCFlash *fl) in aspeed_smc_flash_mode()
360 static inline bool aspeed_smc_is_writable(const AspeedSMCFlash *fl) in aspeed_smc_is_writable()
367 static inline int aspeed_smc_flash_cmd(const AspeedSMCFlash *fl) in aspeed_smc_flash_cmd()
411 static void aspeed_smc_flash_select(AspeedSMCFlash *fl) in aspeed_smc_flash_select()
416 static void aspeed_smc_flash_unselect(AspeedSMCFlash *fl) in aspeed_smc_flash_unselect()
439 static int aspeed_smc_flash_dummies(const AspeedSMCFlash *fl) in aspeed_smc_flash_dummies()
485 AspeedSMCFlash *fl = opaque; in aspeed_smc_flash_read() local
562 static bool aspeed_smc_do_snoop(AspeedSMCFlash *fl, uint64_t data, in aspeed_smc_do_snoop()
617 AspeedSMCFlash *fl = opaque; in aspeed_smc_flash_write() local
[all …]
/openbmc/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 …]
/openbmc/linux/net/xfrm/
H A Dxfrm_policy.c1969 const struct flowi *fl, in xfrm_policy_match()
2133 const struct flowi *fl, in xfrm_policy_eval_candidates()
2239 const struct flowi *fl, in xfrm_sk_policy_lookup()
2592 const struct flowi *fl) in xfrm_fill_dst()
2847 struct flowi fl; in xfrm_policy_queue_process() local
2970 const struct flowi *fl, in xfrm_create_dummy_bundle()
3028 const struct flowi *fl, in xfrm_bundle_lookup()
3117 const struct flowi *fl, in xfrm_lookup_with_ifid()
3285 const struct flowi *fl, in xfrm_lookup_route()
3606 struct flowi fl; in __xfrm_policy_check() local
[all …]
/openbmc/linux/fs/nfs/
H A Dfile.c720 do_getlk(struct file *filp, int cmd, struct file_lock *fl, int is_local) in do_getlk()
749 do_unlk(struct file *filp, int cmd, struct file_lock *fl, int is_local) in do_unlk()
785 do_setlk(struct file *filp, int cmd, struct file_lock *fl, int is_local) in do_setlk()
829 int nfs_lock(struct file *filp, int cmd, struct file_lock *fl) in nfs_lock()
867 int nfs_flock(struct file *filp, int cmd, struct file_lock *fl) in nfs_flock()
/openbmc/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()
/openbmc/u-boot/scripts/kconfig/
H A Dkxgettext.c137 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
/openbmc/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

1234567