Home
last modified time | relevance | path

Searched refs:flc (Results 1 – 8 of 8) sorted by relevance

/linux/fs/
H A Dlocks.c72 static struct file_lock *file_lock(struct file_lock_core *flc) in file_lock() argument
74 return container_of(flc, struct file_lock, c); in file_lock()
77 static struct file_lease *file_lease(struct file_lock_core *flc) in file_lease() argument
79 return container_of(flc, struct file_lease, c); in file_lease()
211 struct file_lock_core *flc; in locks_dump_ctx_list() local
213 list_for_each_entry(flc, list, flc_list) in locks_dump_ctx_list()
215 list_type, flc->flc_owner, flc->flc_flags, in locks_dump_ctx_list()
216 flc->flc_type, flc in locks_dump_ctx_list()
239 struct file_lock_core *flc; locks_check_ctx_file_list() local
263 locks_init_lock_heads(struct file_lock_core * flc) locks_init_lock_heads() argument
298 struct file_lock_core *flc = &fl->c; locks_release_private() local
333 struct file_lock_core *flc; locks_owner_has_blockers() local
367 struct file_lock_core *flc; locks_dispose_list() local
477 assign_type(struct file_lock_core * flc,int type) assign_type() argument
636 locks_insert_global_locks(struct file_lock_core * flc) locks_insert_global_locks() argument
649 locks_delete_global_locks(struct file_lock_core * flc) locks_delete_global_locks() argument
670 posix_owner_key(struct file_lock_core * flc) posix_owner_key() argument
802 struct file_lock_core *flc; __locks_insert_block() local
1029 struct file_lock_core *flc; what_owner_is_waiting_for() local
1518 struct file_lock_core *flc; any_leases_conflict() local
1660 struct file_lock_core *flc; lease_get_mtime() local
2757 lock_get_status(struct seq_file * f,struct file_lock_core * flc,loff_t id,char * pfx,int repeat) lock_get_status() argument
[all...]
/linux/include/soc/fsl/
H A Ddpaa2-fd.h35 * @flc: flow context address
49 __le64 flc; member
169 return (dma_addr_t)le64_to_cpu(fd->simple.flc); in dpaa2_fd_get_flc()
179 fd->simple.flc = cpu_to_le64(flc_addr); in dpaa2_fd_set_flc()
456 * @flc: flow context address
465 __le64 flc; member
546 return (dma_addr_t)le64_to_cpu(fle->flc); in dpaa2_fl_get_flc()
557 fle->flc = cpu_to_le64(flc_addr); in dpaa2_fl_set_flc()
/linux/fs/dlm/
H A Dplock.c28 struct file_lock flc; member
159 locks_init_lock(&op_data->flc); in dlm_posix_lock()
160 locks_copy_lock(&op_data->flc, fl); in dlm_posix_lock()
243 struct file_lock *flc; in dlm_plock_callback() local
251 flc = &op_data->flc; in dlm_plock_callback()
261 flc->c.flc_flags &= ~FL_SLEEP; in dlm_plock_callback()
262 if (posix_lock_file(file, flc, NULL)) { in dlm_plock_callback()
/linux/drivers/net/ethernet/freescale/dpaa2/
H A Ddpni-cmd.h477 __le64 flc; member
498 __le64 flc; member
576 __le64 flc; member
H A Ddpni.c1543 dpni_set_field(cmd_params->flags, STASH_CTRL, queue->flc.stash_control); in dpni_set_queue()
1546 cmd_params->flc = cpu_to_le64(queue->flc.value); in dpni_set_queue()
1601 queue->flc.stash_control = dpni_get_field(rsp_params->flags, in dpni_get_queue()
1605 queue->flc.value = le64_to_cpu(rsp_params->flc); in dpni_get_queue()
1900 cmd_params->flc = cpu_to_le64(action->flc); in dpni_add_fs_entry()
H A Ddpni.h781 * @flc: FD FLow Context structure
782 * @flc.value: Default FLC value for traffic dequeued from
787 * @flc.stash_control: Boolean, indicates whether the 6 lowest
813 } flc; member
986 * DPNI_FS_OPT_SET_FLC - Set FLC value. If set, flc member of struct
1010 * @flc: FLC value for traffic matching this rule. Please check the
1018 u64 flc; member
/linux/include/linux/
H A Dfilelock.h178 static inline void locks_wake_up_waiter(struct file_lock_core *flc) in locks_wake_up_waiter() argument
180 wake_up(&flc->flc_wait); in locks_wake_up_waiter()
/linux/tools/perf/util/
H A Darm-spe.c1638 if (spe->synth_opts.flc) { in arm_spe_synth_events()