| /linux-6.15/net/ipv6/ |
| H A D | ip6_flowlabel.c | 60 #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 …]
|
| /linux-6.15/fs/ |
| H A D | locks.c | 704 struct file_lock *fl; in __locks_wake_up_blocks() local 1077 struct file_lock *fl; in flock_lock_inode() local 1149 struct file_lock *fl, *tmp; in posix_lock_inode() local 1477 struct file_lease *fl, *tmp; in time_out_leases() local 1702 struct file_lease *fl; in fcntl_getlease() local 2032 struct file_lease *fl; in do_fcntl_add_lease() local 2138 struct file_lock fl; in SYSCALL_DEFINE2() local 2275 struct file_lock *fl; in fcntl_getlk() local 2483 struct file_lock *fl; in fcntl_getlk64() local 2643 struct file_lock fl; in locks_remove_flock() local [all …]
|
| /linux-6.15/include/linux/ |
| H A D | thread_info.h | 157 #define set_syscall_work(fl) \ argument 159 #define test_syscall_work(fl) \ argument 161 #define clear_syscall_work(fl) \ argument 164 #define set_task_syscall_work(t, fl) \ argument 166 #define test_task_syscall_work(t, fl) \ argument 168 #define clear_task_syscall_work(t, fl) \ argument 173 #define set_syscall_work(fl) \ argument 175 #define test_syscall_work(fl) \ argument 177 #define clear_syscall_work(fl) \ argument 180 #define set_task_syscall_work(t, fl) \ argument [all …]
|
| H A D | filelock.h | 163 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() 178 static inline void locks_wake_up(struct file_lock *fl) in locks_wake_up() 269 static inline bool lock_is_unlock(struct file_lock *fl) in lock_is_unlock() 274 static inline bool lock_is_read(struct file_lock *fl) in lock_is_read() 279 static inline bool lock_is_write(struct file_lock *fl) in lock_is_write() 284 static inline void locks_wake_up(struct file_lock *fl) in locks_wake_up() 293 static inline void locks_init_lock(struct file_lock *fl) in locks_init_lock() 298 static inline void locks_init_lease(struct file_lease *fl) in locks_init_lease() [all …]
|
| /linux-6.15/fs/lockd/ |
| H A D | clntproc.c | 129 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 D | clntlock.c | 88 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 D | svclock.c | 149 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 D | xdr4.c | 36 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 100 const struct file_lock *fl = &lock->fl; in svcxdr_encode_holder() local
|
| H A D | svcsubs.c | 179 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
|
| /linux-6.15/fs/ocfs2/ |
| H A D | locks.c | 24 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-6.15/fs/afs/ |
| H A D | flock.c | 451 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-6.15/tools/testing/selftests/filelock/ |
| H A D | ofdlocks.c | 11 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-6.15/fs/dlm/ |
| H A D | plock.c | 26 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-6.15/drivers/misc/ |
| H A D | fastrpc.c | 196 struct fastrpc_user *fl; member 218 struct fastrpc_user *fl; member 247 struct fastrpc_user *fl; member 365 static int fastrpc_map_lookup(struct fastrpc_user *fl, int fd, in fastrpc_map_lookup() 755 static int fastrpc_map_create(struct fastrpc_user *fl, int fd, in fastrpc_map_create() 1068 struct fastrpc_user *fl = ctx->fl; in fastrpc_put_args() local 1113 struct fastrpc_user *fl = ctx->fl; in fastrpc_invoke_send() local 1355 static int fastrpc_init_create_process(struct fastrpc_user *fl, in fastrpc_init_create_process() 1472 struct fastrpc_user *fl) in fastrpc_session_alloc() 1565 struct fastrpc_user *fl = NULL; in fastrpc_device_open() local [all …]
|
| /linux-6.15/fs/nfs/filelayout/ |
| H A D | filelayout.c | 539 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-6.15/fs/9p/ |
| H A D | vfs_file.c | 104 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-6.15/fs/ceph/ |
| H A D | locks.c | 45 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() 228 static int try_unlock_file(struct file *file, struct file_lock *fl) in try_unlock_file() 247 int ceph_lock(struct file *file, int cmd, struct file_lock *fl) in ceph_lock() 314 int ceph_flock(struct file *file, int cmd, struct file_lock *fl) in ceph_flock()
|
| H A D | util.c | 31 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-6.15/include/net/ |
| H A D | l3mdev.h | 63 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-6.15/net/xfrm/ |
| H A D | xfrm_policy.c | 1971 const struct flowi *fl, in xfrm_policy_match() 2135 const struct flowi *fl, in xfrm_policy_eval_candidates() 2241 const struct flowi *fl, in xfrm_sk_policy_lookup() 2645 const struct flowi *fl) in xfrm_fill_dst() 2904 struct flowi fl; in xfrm_policy_queue_process() local 3027 const struct flowi *fl, in xfrm_create_dummy_bundle() 3085 const struct flowi *fl, in xfrm_bundle_lookup() 3174 const struct flowi *fl, in xfrm_lookup_with_ifid() 3686 struct flowi fl; in __xfrm_policy_check() local 3874 struct flowi fl; in __xfrm_route_forward() local [all …]
|
| /linux-6.15/drivers/net/ethernet/chelsio/cxgb4vf/ |
| H A 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() 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-6.15/fs/nfs/ |
| H A D | file.c | 730 do_getlk(struct file *filp, int cmd, struct file_lock *fl, int is_local) in do_getlk() 759 do_unlk(struct file *filp, int cmd, struct file_lock *fl, int is_local) in do_unlk() 795 do_setlk(struct file *filp, int cmd, struct file_lock *fl, int is_local) in do_setlk() 839 int nfs_lock(struct file *filp, int cmd, struct file_lock *fl) in nfs_lock() 877 int nfs_flock(struct file *filp, int cmd, struct file_lock *fl) in nfs_flock()
|
| /linux-6.15/fs/nfsd/ |
| H A D | nfs4layouts.c | 157 struct nfsd_file *fl; in nfsd4_close_layout() local 200 struct file_lease *fl; in nfsd4_layout_setlease() local 675 struct nfsd_file *fl; in nfsd4_cb_layout_done() local 748 nfsd4_layout_lm_break(struct file_lease *fl) in nfsd4_layout_lm_break()
|
| /linux-6.15/net/l3mdev/ |
| H A D | l3mdev.c | 247 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-6.15/drivers/gpu/drm/i915/selftests/ |
| H A D | i915_vma.c | 261 #define VALID(sz, fl) { .size = (sz), .flags = (fl), .assert = assert_pin_valid, .string = #sz ", "… in igt_vma_pin1() argument 262 #define __INVALID(sz, fl, check, eval) { .size = (sz), .flags = (fl), .assert = (check), .string = … in igt_vma_pin1() argument 263 #define INVALID(sz, fl) __INVALID(sz, fl, assert_pin_einval, EINVAL) in igt_vma_pin1() argument 264 #define NOSPACE(sz, fl) __INVALID(sz, fl, assert_pin_enospc, ENOSPC) in igt_vma_pin1() argument
|