/kernel/linux/linux-5.10/fs/ocfs2/ |
H A D | slot_map.c | 50 int slot_num) in ocfs2_invalidate_slot() 52 BUG_ON((slot_num < 0) || (slot_num >= si->si_num_slots)); in ocfs2_invalidate_slot() 53 si->si_slots[slot_num].sl_valid = 0; in ocfs2_invalidate_slot() 57 int slot_num, unsigned int node_num) in ocfs2_set_slot() 59 BUG_ON((slot_num < 0) || (slot_num >= si->si_num_slots)); in ocfs2_set_slot() 61 si->si_slots[slot_num].sl_valid = 1; in ocfs2_set_slot() 62 si->si_slots[slot_num].sl_node_num = node_num; in ocfs2_set_slot() 150 int slot_num, in ocfs2_update_disk_slot_extended() 49 ocfs2_invalidate_slot(struct ocfs2_slot_info *si, int slot_num) ocfs2_invalidate_slot() argument 56 ocfs2_set_slot(struct ocfs2_slot_info *si, int slot_num, unsigned int node_num) ocfs2_set_slot() argument 149 ocfs2_update_disk_slot_extended(struct ocfs2_slot_info *si, int slot_num, struct buffer_head **bh) ocfs2_update_disk_slot_extended() argument 167 ocfs2_update_disk_slot_old(struct ocfs2_slot_info *si, int slot_num, struct buffer_head **bh) ocfs2_update_disk_slot_old() argument 185 ocfs2_update_disk_slot(struct ocfs2_super *osb, struct ocfs2_slot_info *si, int slot_num) ocfs2_update_disk_slot() argument 285 ocfs2_slot_to_node_num_locked(struct ocfs2_super *osb, int slot_num, unsigned int *node_num) ocfs2_slot_to_node_num_locked() argument 323 ocfs2_clear_slot(struct ocfs2_super *osb, int slot_num) ocfs2_clear_slot() argument 503 int status, slot_num; ocfs2_put_slot() local [all...] |
H A D | journal.c | 51 int node_num, int slot_num); 58 int slot_num); 64 int slot_num, 831 osb->slot_num); in ocfs2_journal_init() 1071 ocfs2_clear_journal_error(osb->sb, journal->j_journal, osb->slot_num); in ocfs2_journal_load() 1296 int slot_num, in ocfs2_queue_recovery_completion() 1321 item->lri_slot = slot_num; in ocfs2_queue_recovery_completion() 1343 ocfs2_queue_recovery_completion(journal, osb->slot_num, in ocfs2_complete_mount_recovery() 1360 osb->slot_num, in ocfs2_complete_quota_recovery() 1371 int status, node_num, slot_num; in __ocfs2_recovery_thread() local 1295 ocfs2_queue_recovery_completion(struct ocfs2_journal *journal, int slot_num, struct ocfs2_dinode *la_dinode, struct ocfs2_dinode *tl_dinode, struct ocfs2_quota_recovery *qrec, enum ocfs2_orphan_reco_type orphan_reco_type) ocfs2_queue_recovery_completion() argument 1535 ocfs2_read_journal_inode(struct ocfs2_super *osb, int slot_num, struct buffer_head **bh, struct inode **ret_inode) ocfs2_read_journal_inode() argument 1573 ocfs2_replay_journal(struct ocfs2_super *osb, int node_num, int slot_num) ocfs2_replay_journal() argument 1722 ocfs2_recover_node(struct ocfs2_super *osb, int node_num, int slot_num) ocfs2_recover_node() argument 1779 ocfs2_trylock_journal(struct ocfs2_super *osb, int slot_num) ocfs2_trylock_journal() argument [all...] |
H A D | slot_map.h | 25 int ocfs2_slot_to_node_num_locked(struct ocfs2_super *osb, int slot_num, 28 int ocfs2_clear_slot(struct ocfs2_super *osb, int slot_num);
|
H A D | quota_local.c | 386 int slot_num) in ocfs2_begin_quota_recovery() 402 "slot %u\n", osb->dev_str, slot_num); in ocfs2_begin_quota_recovery() 414 lqinode = ocfs2_get_system_file_inode(osb, ino[type], slot_num); in ocfs2_begin_quota_recovery() 431 "(slot=%d type=%d)\n", slot_num, type); in ocfs2_begin_quota_recovery() 584 int slot_num) in ocfs2_finish_quota_recovery() 598 "slot %u\n", osb->dev_str, slot_num); in ocfs2_finish_quota_recovery() 604 trace_ocfs2_finish_quota_recovery(slot_num); in ocfs2_finish_quota_recovery() 605 lqinode = ocfs2_get_system_file_inode(osb, ino[type], slot_num); in ocfs2_finish_quota_recovery() 617 "locked.\n", osb->dev_str, slot_num); in ocfs2_finish_quota_recovery() 630 "(slot=%d type=%d)\n", slot_num, typ in ocfs2_finish_quota_recovery() 384 ocfs2_begin_quota_recovery( struct ocfs2_super *osb, int slot_num) ocfs2_begin_quota_recovery() argument 582 ocfs2_finish_quota_recovery(struct ocfs2_super *osb, struct ocfs2_quota_recovery *rec, int slot_num) ocfs2_finish_quota_recovery() argument [all...] |
H A D | quota.h | 89 struct ocfs2_super *osb, int slot_num); 92 int slot_num);
|
H A D | localalloc.c | 293 osb->slot_num); in ocfs2_load_local_alloc() 389 osb->slot_num); in ocfs2_shutdown_local_alloc() 479 int slot_num, in ocfs2_begin_local_alloc_recovery() 487 trace_ocfs2_begin_local_alloc_recovery(slot_num); in ocfs2_begin_local_alloc_recovery() 493 slot_num); in ocfs2_begin_local_alloc_recovery() 630 osb->slot_num); in ocfs2_reserve_local_alloc_bits() 695 ac->ac_alloc_slot = osb->slot_num; in ocfs2_reserve_local_alloc_bits() 708 bits_wanted, osb->slot_num, status); in ocfs2_reserve_local_alloc_bits() 478 ocfs2_begin_local_alloc_recovery(struct ocfs2_super *osb, int slot_num, struct ocfs2_dinode **alloc_copy) ocfs2_begin_local_alloc_recovery() argument
|
/kernel/linux/linux-6.6/fs/ocfs2/ |
H A D | slot_map.c | 48 int slot_num) in ocfs2_invalidate_slot() 50 BUG_ON((slot_num < 0) || (slot_num >= si->si_num_slots)); in ocfs2_invalidate_slot() 51 si->si_slots[slot_num].sl_valid = 0; in ocfs2_invalidate_slot() 55 int slot_num, unsigned int node_num) in ocfs2_set_slot() 57 BUG_ON((slot_num < 0) || (slot_num >= si->si_num_slots)); in ocfs2_set_slot() 59 si->si_slots[slot_num].sl_valid = 1; in ocfs2_set_slot() 60 si->si_slots[slot_num].sl_node_num = node_num; in ocfs2_set_slot() 148 int slot_num, in ocfs2_update_disk_slot_extended() 47 ocfs2_invalidate_slot(struct ocfs2_slot_info *si, int slot_num) ocfs2_invalidate_slot() argument 54 ocfs2_set_slot(struct ocfs2_slot_info *si, int slot_num, unsigned int node_num) ocfs2_set_slot() argument 147 ocfs2_update_disk_slot_extended(struct ocfs2_slot_info *si, int slot_num, struct buffer_head **bh) ocfs2_update_disk_slot_extended() argument 165 ocfs2_update_disk_slot_old(struct ocfs2_slot_info *si, int slot_num, struct buffer_head **bh) ocfs2_update_disk_slot_old() argument 183 ocfs2_update_disk_slot(struct ocfs2_super *osb, struct ocfs2_slot_info *si, int slot_num) ocfs2_update_disk_slot() argument 283 ocfs2_slot_to_node_num_locked(struct ocfs2_super *osb, int slot_num, unsigned int *node_num) ocfs2_slot_to_node_num_locked() argument 321 ocfs2_clear_slot(struct ocfs2_super *osb, int slot_num) ocfs2_clear_slot() argument 501 int status, slot_num; ocfs2_put_slot() local [all...] |
H A D | journal.c | 50 int node_num, int slot_num); 57 int slot_num); 63 int slot_num, 868 osb->slot_num); in ocfs2_journal_init() 1109 ocfs2_clear_journal_error(osb->sb, journal->j_journal, osb->slot_num); in ocfs2_journal_load() 1334 int slot_num, in ocfs2_queue_recovery_completion() 1359 item->lri_slot = slot_num; in ocfs2_queue_recovery_completion() 1381 ocfs2_queue_recovery_completion(journal, osb->slot_num, in ocfs2_complete_mount_recovery() 1398 osb->slot_num, in ocfs2_complete_quota_recovery() 1409 int status, node_num, slot_num; in __ocfs2_recovery_thread() local 1333 ocfs2_queue_recovery_completion(struct ocfs2_journal *journal, int slot_num, struct ocfs2_dinode *la_dinode, struct ocfs2_dinode *tl_dinode, struct ocfs2_quota_recovery *qrec, enum ocfs2_orphan_reco_type orphan_reco_type) ocfs2_queue_recovery_completion() argument 1570 ocfs2_read_journal_inode(struct ocfs2_super *osb, int slot_num, struct buffer_head **bh, struct inode **ret_inode) ocfs2_read_journal_inode() argument 1608 ocfs2_replay_journal(struct ocfs2_super *osb, int node_num, int slot_num) ocfs2_replay_journal() argument 1755 ocfs2_recover_node(struct ocfs2_super *osb, int node_num, int slot_num) ocfs2_recover_node() argument 1812 ocfs2_trylock_journal(struct ocfs2_super *osb, int slot_num) ocfs2_trylock_journal() argument [all...] |
H A D | slot_map.h | 23 int ocfs2_slot_to_node_num_locked(struct ocfs2_super *osb, int slot_num, 26 int ocfs2_clear_slot(struct ocfs2_super *osb, int slot_num);
|
H A D | quota_local.c | 386 int slot_num) in ocfs2_begin_quota_recovery() 402 "slot %u\n", osb->dev_str, slot_num); in ocfs2_begin_quota_recovery() 414 lqinode = ocfs2_get_system_file_inode(osb, ino[type], slot_num); in ocfs2_begin_quota_recovery() 431 "(slot=%d type=%d)\n", slot_num, type); in ocfs2_begin_quota_recovery() 584 int slot_num) in ocfs2_finish_quota_recovery() 598 "slot %u\n", osb->dev_str, slot_num); in ocfs2_finish_quota_recovery() 604 trace_ocfs2_finish_quota_recovery(slot_num); in ocfs2_finish_quota_recovery() 605 lqinode = ocfs2_get_system_file_inode(osb, ino[type], slot_num); in ocfs2_finish_quota_recovery() 617 "locked.\n", osb->dev_str, slot_num); in ocfs2_finish_quota_recovery() 630 "(slot=%d type=%d)\n", slot_num, typ in ocfs2_finish_quota_recovery() 384 ocfs2_begin_quota_recovery( struct ocfs2_super *osb, int slot_num) ocfs2_begin_quota_recovery() argument 582 ocfs2_finish_quota_recovery(struct ocfs2_super *osb, struct ocfs2_quota_recovery *rec, int slot_num) ocfs2_finish_quota_recovery() argument [all...] |
H A D | quota.h | 89 struct ocfs2_super *osb, int slot_num); 92 int slot_num);
|
H A D | localalloc.c | 291 osb->slot_num); in ocfs2_load_local_alloc() 387 osb->slot_num); in ocfs2_shutdown_local_alloc() 477 int slot_num, in ocfs2_begin_local_alloc_recovery() 485 trace_ocfs2_begin_local_alloc_recovery(slot_num); in ocfs2_begin_local_alloc_recovery() 491 slot_num); in ocfs2_begin_local_alloc_recovery() 628 osb->slot_num); in ocfs2_reserve_local_alloc_bits() 693 ac->ac_alloc_slot = osb->slot_num; in ocfs2_reserve_local_alloc_bits() 706 bits_wanted, osb->slot_num, status); in ocfs2_reserve_local_alloc_bits() 476 ocfs2_begin_local_alloc_recovery(struct ocfs2_super *osb, int slot_num, struct ocfs2_dinode **alloc_copy) ocfs2_begin_local_alloc_recovery() argument
|
/kernel/linux/linux-5.10/drivers/pci/hotplug/ |
H A D | ibmphp_ebda.c | 198 debug("%s - physical slot#: %x\n", __func__, hpc_ptr->slots[index].slot_num); in print_ebda_hpc() 524 * Arguments: slot_num, 1st slot number of the chassis we think we are on, 527 static int first_slot_num(u8 slot_num, u8 first_slot, u8 var) in first_slot_num() argument 535 if ((first_slot < opt_vg_ptr->first_slot_num) && (slot_num >= opt_vg_ptr->first_slot_num)) { in first_slot_num() 542 if ((first_slot < opt_lo_ptr->first_slot_num) && (slot_num >= opt_lo_ptr->first_slot_num)) { in first_slot_num() 551 static struct opt_rio_lo *find_rxe_num(u8 slot_num) in find_rxe_num() argument 556 //check to see if this slot_num belongs to expansion box in find_rxe_num() 557 if ((slot_num >= opt_lo_ptr->first_slot_num) && (!first_slot_num(slot_num, opt_lo_ptr->first_slot_num, 1))) in find_rxe_num() 563 static struct opt_rio *find_chassis_num(u8 slot_num) in find_chassis_num() argument 578 calculate_first_slot(u8 slot_num) calculate_first_slot() argument 603 u8 slot_num; create_file_name() local 686 u16 slot_num, bus_num, index; ebda_rsrc_controller() local [all...] |
H A D | acpiphp_ibm.c | 61 u8 slot_num; member 135 des->slot.slot_num != id)) { in ibm_slot_from_id() 139 if (ind < size && des->slot.slot_num == id) in ibm_slot_from_id() 176 ibm_slot->slot.slot_num, ibm_slot->slot.slot_id, in ibm_set_attention_status() 226 ibm_slot->slot.slot_num, ibm_slot->slot.slot_id, in ibm_get_attention_status()
|
/kernel/linux/linux-6.6/drivers/pci/hotplug/ |
H A D | ibmphp_ebda.c | 198 debug("%s - physical slot#: %x\n", __func__, hpc_ptr->slots[index].slot_num); in print_ebda_hpc() 524 * Arguments: slot_num, 1st slot number of the chassis we think we are on, 527 static int first_slot_num(u8 slot_num, u8 first_slot, u8 var) in first_slot_num() argument 535 if ((first_slot < opt_vg_ptr->first_slot_num) && (slot_num >= opt_vg_ptr->first_slot_num)) { in first_slot_num() 542 if ((first_slot < opt_lo_ptr->first_slot_num) && (slot_num >= opt_lo_ptr->first_slot_num)) { in first_slot_num() 551 static struct opt_rio_lo *find_rxe_num(u8 slot_num) in find_rxe_num() argument 556 //check to see if this slot_num belongs to expansion box in find_rxe_num() 557 if ((slot_num >= opt_lo_ptr->first_slot_num) && (!first_slot_num(slot_num, opt_lo_ptr->first_slot_num, 1))) in find_rxe_num() 563 static struct opt_rio *find_chassis_num(u8 slot_num) in find_chassis_num() argument 578 calculate_first_slot(u8 slot_num) calculate_first_slot() argument 603 u8 slot_num; create_file_name() local 686 u16 slot_num, bus_num, index; ebda_rsrc_controller() local [all...] |
H A D | acpiphp_ibm.c | 61 u8 slot_num; member 135 des->slot.slot_num != id)) { in ibm_slot_from_id() 139 if (ind < size && des->slot.slot_num == id) in ibm_slot_from_id() 176 ibm_slot->slot.slot_num, ibm_slot->slot.slot_id, in ibm_set_attention_status() 226 ibm_slot->slot.slot_num, ibm_slot->slot.slot_id, in ibm_get_attention_status()
|
/kernel/linux/linux-5.10/drivers/crypto/ccree/ |
H A D | cc_cipher.c | 267 static enum cc_hw_crypto_key cc_slot_to_hw_key(u8 slot_num) in cc_slot_to_hw_key() argument 269 switch (slot_num) { in cc_slot_to_hw_key() 282 static u8 cc_slot_to_cpp_key(u8 slot_num) in cc_slot_to_cpp_key() argument 284 return (slot_num - CC_FIRST_CPP_KEY_SLOT); in cc_slot_to_cpp_key() 287 static inline enum cc_key_type cc_slot_to_key_type(u8 slot_num) in cc_slot_to_key_type() argument 289 if (slot_num >= CC_FIRST_HW_KEY_SLOT && slot_num <= CC_LAST_HW_KEY_SLOT) in cc_slot_to_key_type() 291 else if (slot_num >= CC_FIRST_CPP_KEY_SLOT && in cc_slot_to_key_type() 292 slot_num <= CC_LAST_CPP_KEY_SLOT) in cc_slot_to_key_type()
|
/kernel/linux/linux-6.6/drivers/crypto/ccree/ |
H A D | cc_cipher.c | 270 static enum cc_hw_crypto_key cc_slot_to_hw_key(u8 slot_num) in cc_slot_to_hw_key() argument 272 switch (slot_num) { in cc_slot_to_hw_key() 285 static u8 cc_slot_to_cpp_key(u8 slot_num) in cc_slot_to_cpp_key() argument 287 return (slot_num - CC_FIRST_CPP_KEY_SLOT); in cc_slot_to_cpp_key() 290 static inline enum cc_key_type cc_slot_to_key_type(u8 slot_num) in cc_slot_to_key_type() argument 292 if (slot_num >= CC_FIRST_HW_KEY_SLOT && slot_num <= CC_LAST_HW_KEY_SLOT) in cc_slot_to_key_type() 294 else if (slot_num >= CC_FIRST_CPP_KEY_SLOT && in cc_slot_to_key_type() 295 slot_num <= CC_LAST_CPP_KEY_SLOT) in cc_slot_to_key_type()
|
/kernel/linux/linux-5.10/include/uapi/linux/dvb/ |
H A D | ca.h | 91 * @slot_num: total number of CA card and module slots. 99 unsigned int slot_num; member
|
/kernel/linux/linux-6.6/include/uapi/linux/dvb/ |
H A D | ca.h | 76 * @slot_num: total number of CA card and module slots. 84 unsigned int slot_num; member
|
/kernel/linux/patches/linux-6.6/prebuilts/usr/include/linux/dvb/ |
H A D | ca.h | 41 unsigned int slot_num; member
|
/kernel/linux/patches/linux-5.10/prebuilts/usr/include/linux/dvb/ |
H A D | ca.h | 41 unsigned int slot_num; member
|
/kernel/linux/patches/linux-4.19/prebuilts/usr/include/linux/dvb/ |
H A D | ca.h | 28 unsigned int slot_num; member
|
/kernel/linux/linux-6.6/drivers/usb/isp1760/ |
H A D | isp1760-hcd.h | 29 unsigned int slot_num; member
|
/kernel/linux/linux-5.10/sound/soc/codecs/ |
H A D | cs35l33.c | 554 int slot, slot_num; in cs35l33_set_tdm_slot() local 572 slot_num = 0; in cs35l33_set_tdm_slot() 587 if (slot_num == 0) { in cs35l33_set_tdm_slot() 595 if (slot_num == 3) { in cs35l33_set_tdm_slot() 603 if (slot_num == 4) { in cs35l33_set_tdm_slot() 612 if (slot_num == 5) { in cs35l33_set_tdm_slot() 629 slot_num++; in cs35l33_set_tdm_slot()
|