Searched refs:op_entry (Results 1 – 3 of 3) sorted by relevance
173 static int copy_op_to_user(struct mlx5_ib_dm_op_entry *op_entry, in copy_op_to_user() argument180 page_idx = op_entry->mentry.rdma_entry.start_pgoff & 0xFFFF; in copy_op_to_user()181 start_offset = op_entry->op_addr & ~PAGE_MASK; in copy_op_to_user()195 struct mlx5_ib_dm_op_entry *op_entry; in map_existing_op() local197 op_entry = xa_load(&dm->ops, op); in map_existing_op()198 if (!op_entry) in map_existing_op()201 return copy_op_to_user(op_entry, attrs); in map_existing_op()212 struct mlx5_ib_dm_op_entry *op_entry; in UVERBS_HANDLER() local231 op_entry = kzalloc(sizeof(*op_entry), GFP_KERNEL); in UVERBS_HANDLER()232 if (!op_entry) in UVERBS_HANDLER()[all …]
75 struct list_head op_entry; member
48 INIT_LIST_HEAD(&opinfo->op_entry); in alloc_opinfo()159 op_entry); in opinfo_get_list()180 list_add_rcu(&opinfo->op_entry, &ci->m_op_list); in opinfo_add()194 list_del_rcu(&opinfo->op_entry); in opinfo_del()499 list_for_each_entry(opinfo, &ci->m_op_list, op_entry) { in same_client_has_lease()1263 list_for_each_entry_rcu(brk_op, &ci->m_op_list, op_entry) { in smb_break_all_levII_oplock()