/kernel/linux/linux-5.10/drivers/rpmsg/ |
H A D | qcom_glink_native.c | 56 * struct glink_core_rx_intent - RX intent 57 * RX intent 60 * @id: remote or local intent ID 61 * @size: size of the original intent (do not modify) 62 * @reuse: To mark if the intent can be reused after first use 63 * @in_use: To mark if intent is already in use for the channel 94 * @intentless: flag to indicate that there is no intent 150 * @intent_req_lock: Synchronises multiple intent requests 151 * @intent_req_result: Result of intent request 248 struct glink_core_rx_intent *intent; in qcom_glink_channel_release() local 482 struct glink_core_rx_intent *intent, *tmp; qcom_glink_rx_done_work() local 515 qcom_glink_rx_done(struct qcom_glink *glink, struct glink_channel *channel, struct glink_core_rx_intent *intent) qcom_glink_rx_done() argument 631 qcom_glink_advertise_intent(struct qcom_glink *glink, struct glink_channel *channel, struct glink_core_rx_intent *intent) qcom_glink_advertise_intent() argument 661 struct glink_core_rx_intent *intent; qcom_glink_alloc_intent() local 698 struct glink_core_rx_intent *intent; qcom_glink_handle_rx_done() local 741 struct glink_core_rx_intent *intent; qcom_glink_handle_intent_req() local 792 struct glink_core_rx_intent *intent; qcom_glink_rx_data() local 909 struct glink_core_rx_intent *intent; qcom_glink_handle_intent() local 1179 struct glink_core_rx_intent *intent; qcom_glink_announce_create() local 1269 struct glink_core_rx_intent *intent = NULL; __qcom_glink_send() local [all...] |
/kernel/linux/linux-6.6/drivers/rpmsg/ |
H A D | qcom_glink_native.c | 56 * struct glink_core_rx_intent - RX intent 57 * RX intent 60 * @id: remote or local intent ID 61 * @size: size of the original intent (do not modify) 62 * @reuse: To mark if the intent can be reused after first use 63 * @in_use: To mark if intent is already in use for the channel 91 * @intentless: flag to indicate that there is no intent 147 * @intent_req_lock: Synchronises multiple intent requests 148 * @intent_req_result: Result of intent request 149 * @intent_received: flag indicating that an intent ha 253 struct glink_core_rx_intent *intent; qcom_glink_channel_release() local 528 struct glink_core_rx_intent *intent, *tmp; qcom_glink_rx_done_work() local 561 qcom_glink_rx_done(struct qcom_glink *glink, struct glink_channel *channel, struct glink_core_rx_intent *intent) qcom_glink_rx_done() argument 677 qcom_glink_advertise_intent(struct qcom_glink *glink, struct glink_channel *channel, struct glink_core_rx_intent *intent) qcom_glink_advertise_intent() argument 707 struct glink_core_rx_intent *intent; qcom_glink_alloc_intent() local 744 struct glink_core_rx_intent *intent; qcom_glink_handle_rx_done() local 792 struct glink_core_rx_intent *intent; qcom_glink_handle_intent_req() local 843 struct glink_core_rx_intent *intent; qcom_glink_rx_data() local 960 struct glink_core_rx_intent *intent; qcom_glink_handle_intent() local 1282 struct glink_core_rx_intent *intent; qcom_glink_announce_create() local 1376 struct glink_core_rx_intent *intent = NULL; __qcom_glink_send() local [all...] |
/kernel/linux/linux-5.10/fs/xfs/ |
H A D | xfs_refcount_item.c | 304 /* Log refcount updates in the intent item. */ 355 struct xfs_log_item *intent, in xfs_refcount_update_create_done() 358 return &xfs_trans_get_cud(tp, CUI_ITEM(intent))->cud_item; in xfs_refcount_update_create_done() 394 struct xfs_log_item *intent) in xfs_refcount_update_abort_intent() 396 xfs_cui_release(CUI_ITEM(intent)); in xfs_refcount_update_abort_intent() 421 * Process a refcount update intent item that was recovered from the log. 563 /* Relog an intent item to push the log tail forward. */ 566 struct xfs_log_item *intent, in xfs_cui_item_relog() 574 count = CUI_ITEM(intent)->cui_format.cui_nextents; in xfs_cui_item_relog() 575 extp = CUI_ITEM(intent) in xfs_cui_item_relog() 353 xfs_refcount_update_create_done( struct xfs_trans *tp, struct xfs_log_item *intent, unsigned int count) xfs_refcount_update_create_done() argument 393 xfs_refcount_update_abort_intent( struct xfs_log_item *intent) xfs_refcount_update_abort_intent() argument 565 xfs_cui_item_relog( struct xfs_log_item *intent, struct xfs_trans *tp) xfs_cui_item_relog() argument [all...] |
H A D | xfs_bmap_item.c | 302 /* Log bmap updates in the intent item. */ 356 struct xfs_log_item *intent, in xfs_bmap_update_create_done() 359 return &xfs_trans_get_bud(tp, BUI_ITEM(intent))->bud_item; in xfs_bmap_update_create_done() 395 struct xfs_log_item *intent) in xfs_bmap_update_abort_intent() 397 xfs_bui_release(BUI_ITEM(intent)); in xfs_bmap_update_abort_intent() 421 * Process a bmap update intent item that was recovered from the log. 545 /* Relog an intent item to push the log tail forward. */ 548 struct xfs_log_item *intent, in xfs_bui_item_relog() 556 count = BUI_ITEM(intent)->bui_format.bui_nextents; in xfs_bui_item_relog() 557 extp = BUI_ITEM(intent) in xfs_bui_item_relog() 354 xfs_bmap_update_create_done( struct xfs_trans *tp, struct xfs_log_item *intent, unsigned int count) xfs_bmap_update_create_done() argument 394 xfs_bmap_update_abort_intent( struct xfs_log_item *intent) xfs_bmap_update_abort_intent() argument 547 xfs_bui_item_relog( struct xfs_log_item *intent, struct xfs_trans *tp) xfs_bui_item_relog() argument [all...] |
H A D | xfs_rmap_item.c | 353 /* Log rmap updates in the intent item. */ 407 struct xfs_log_item *intent, in xfs_rmap_update_create_done() 410 return &xfs_trans_get_rud(tp, RUI_ITEM(intent))->rud_item; in xfs_rmap_update_create_done() 437 struct xfs_log_item *intent) in xfs_rmap_update_abort_intent() 439 xfs_rui_release(RUI_ITEM(intent)); in xfs_rmap_update_abort_intent() 464 * Process an rmap update intent item that was recovered from the log. 586 /* Relog an intent item to push the log tail forward. */ 589 struct xfs_log_item *intent, in xfs_rui_item_relog() 597 count = RUI_ITEM(intent)->rui_format.rui_nextents; in xfs_rui_item_relog() 598 extp = RUI_ITEM(intent) in xfs_rui_item_relog() 405 xfs_rmap_update_create_done( struct xfs_trans *tp, struct xfs_log_item *intent, unsigned int count) xfs_rmap_update_create_done() argument 436 xfs_rmap_update_abort_intent( struct xfs_log_item *intent) xfs_rmap_update_abort_intent() argument 588 xfs_rui_item_relog( struct xfs_log_item *intent, struct xfs_trans *tp) xfs_rui_item_relog() argument [all...] |
H A D | xfs_extfree_item.c | 413 /* Log a free extent to the intent item. */ 463 struct xfs_log_item *intent, in xfs_extent_free_create_done() 466 return &xfs_trans_get_efd(tp, EFI_ITEM(intent), count)->efd_item; in xfs_extent_free_create_done() 492 struct xfs_log_item *intent) in xfs_extent_free_abort_intent() 494 xfs_efi_release(EFI_ITEM(intent)); in xfs_extent_free_abort_intent() 582 * Process an extent free intent item that was recovered from 645 /* Relog an intent item to push the log tail forward. */ 648 struct xfs_log_item *intent, in xfs_efi_item_relog() 656 count = EFI_ITEM(intent)->efi_format.efi_nextents; in xfs_efi_item_relog() 657 extp = EFI_ITEM(intent) in xfs_efi_item_relog() 461 xfs_extent_free_create_done( struct xfs_trans *tp, struct xfs_log_item *intent, unsigned int count) xfs_extent_free_create_done() argument 491 xfs_extent_free_abort_intent( struct xfs_log_item *intent) xfs_extent_free_abort_intent() argument 647 xfs_efi_item_relog( struct xfs_log_item *intent, struct xfs_trans *tp) xfs_efi_item_relog() argument [all...] |
H A D | xfs_trans.h | 78 struct xfs_log_item *(*iop_relog)(struct xfs_log_item *intent, 82 /* Is this log item a deferred action intent? */ 90 /* Is this a log intent-done item? */
|
/kernel/linux/linux-6.6/fs/xfs/ |
H A D | xfs_refcount_item.c | 311 /* Log refcount updates in the intent item. */ 362 struct xfs_log_item *intent, in xfs_refcount_update_create_done() 365 return &xfs_trans_get_cud(tp, CUI_ITEM(intent))->cud_item; in xfs_refcount_update_create_done() 418 struct xfs_log_item *intent) in xfs_refcount_update_abort_intent() 420 xfs_cui_release(CUI_ITEM(intent)); in xfs_refcount_update_abort_intent() 472 * Process a refcount update intent item that was recovered from the log. 611 /* Relog an intent item to push the log tail forward. */ 614 struct xfs_log_item *intent, in xfs_cui_item_relog() 622 count = CUI_ITEM(intent)->cui_format.cui_nextents; in xfs_cui_item_relog() 623 pmap = CUI_ITEM(intent) in xfs_cui_item_relog() 360 xfs_refcount_update_create_done( struct xfs_trans *tp, struct xfs_log_item *intent, unsigned int count) xfs_refcount_update_create_done() argument 417 xfs_refcount_update_abort_intent( struct xfs_log_item *intent) xfs_refcount_update_abort_intent() argument 613 xfs_cui_item_relog( struct xfs_log_item *intent, struct xfs_trans *tp) xfs_cui_item_relog() argument [all...] |
H A D | xfs_extfree_item.c | 446 /* Log a free extent to the intent item. */ 496 struct xfs_log_item *intent, in xfs_extent_free_create_done() 499 return &xfs_trans_get_efd(tp, EFI_ITEM(intent), count)->efd_item; in xfs_extent_free_create_done() 552 struct xfs_log_item *intent) in xfs_extent_free_abort_intent() 554 xfs_efi_release(EFI_ITEM(intent)); in xfs_extent_free_abort_intent() 655 * Process an extent free intent item that was recovered from 750 /* Relog an intent item to push the log tail forward. */ 753 struct xfs_log_item *intent, in xfs_efi_item_relog() 761 count = EFI_ITEM(intent)->efi_format.efi_nextents; in xfs_efi_item_relog() 762 extp = EFI_ITEM(intent) in xfs_efi_item_relog() 494 xfs_extent_free_create_done( struct xfs_trans *tp, struct xfs_log_item *intent, unsigned int count) xfs_extent_free_create_done() argument 551 xfs_extent_free_abort_intent( struct xfs_log_item *intent) xfs_extent_free_abort_intent() argument 752 xfs_efi_item_relog( struct xfs_log_item *intent, struct xfs_trans *tp) xfs_efi_item_relog() argument [all...] |
H A D | xfs_bmap_item.c | 307 /* Log bmap updates in the intent item. */ 361 struct xfs_log_item *intent, in xfs_bmap_update_create_done() 364 return &xfs_trans_get_bud(tp, BUI_ITEM(intent))->bud_item; in xfs_bmap_update_create_done() 378 * Bump the intent count on behalf of the deferred rmap and refcount in xfs_bmap_update_get_group() 379 * intent items that that we can queue when we finish this bmap work. in xfs_bmap_update_get_group() 380 * This new intent item will bump the intent count before the bmap in xfs_bmap_update_get_group() 381 * intent drops the intent count, ensuring that the intent coun in xfs_bmap_update_get_group() 359 xfs_bmap_update_create_done( struct xfs_trans *tp, struct xfs_log_item *intent, unsigned int count) xfs_bmap_update_create_done() argument 421 xfs_bmap_update_abort_intent( struct xfs_log_item *intent) xfs_bmap_update_abort_intent() argument 592 xfs_bui_item_relog( struct xfs_log_item *intent, struct xfs_trans *tp) xfs_bui_item_relog() argument [all...] |
H A D | xfs_rmap_item.c | 333 /* Log rmap updates in the intent item. */ 387 struct xfs_log_item *intent, in xfs_rmap_update_create_done() 390 return &xfs_trans_get_rud(tp, RUI_ITEM(intent))->rud_item; in xfs_rmap_update_create_done() 437 struct xfs_log_item *intent) in xfs_rmap_update_abort_intent() 439 xfs_rui_release(RUI_ITEM(intent)); in xfs_rmap_update_abort_intent() 502 * Process an rmap update intent item that was recovered from the log. 617 /* Relog an intent item to push the log tail forward. */ 620 struct xfs_log_item *intent, in xfs_rui_item_relog() 628 count = RUI_ITEM(intent)->rui_format.rui_nextents; in xfs_rui_item_relog() 629 map = RUI_ITEM(intent) in xfs_rui_item_relog() 385 xfs_rmap_update_create_done( struct xfs_trans *tp, struct xfs_log_item *intent, unsigned int count) xfs_rmap_update_create_done() argument 436 xfs_rmap_update_abort_intent( struct xfs_log_item *intent) xfs_rmap_update_abort_intent() argument 619 xfs_rui_item_relog( struct xfs_log_item *intent, struct xfs_trans *tp) xfs_rui_item_relog() argument [all...] |
H A D | xfs_attr_item.c | 48 * attribute log intent items for a single xattr update. To avoid cycling the 314 * Performs one step of an attribute update intent and marks the attrd item 346 * attr intent/done items are null when logged attributes are disabled in xfs_xattri_finish_update() 354 /* Log an attr to the intent item. */ 368 * created the log intent. Fill in the attri log item and log format in xfs_attr_log_item() 473 struct xfs_log_item *intent) in xfs_attr_abort_intent() 475 xfs_attri_release(ATTRI_ITEM(intent)); in xfs_attr_abort_intent() 536 * Process an attr intent item that was recovered from the log. We need to 636 * There's more work to do, so add the intent item to this in xfs_attri_item_recover() 662 /* Re-log an intent ite 472 xfs_attr_abort_intent( struct xfs_log_item *intent) xfs_attr_abort_intent() argument 664 xfs_attri_item_relog( struct xfs_log_item *intent, struct xfs_trans *tp) xfs_attri_item_relog() argument 806 xfs_attr_create_done( struct xfs_trans *tp, struct xfs_log_item *intent, unsigned int count) xfs_attr_create_done() argument [all...] |
H A D | xfs_trans.h | 84 struct xfs_log_item *(*iop_relog)(struct xfs_log_item *intent,
|
/kernel/linux/linux-5.10/fs/xfs/libxfs/ |
H A D | xfs_defer.h | 26 * Save a log intent item and a list of extents, so that we can replay 33 struct xfs_log_item *dfp_intent; /* log intent item */ 50 void (*abort_intent)(struct xfs_log_item *intent); 52 struct xfs_log_item *intent, unsigned int count);
|
/kernel/linux/linux-6.6/fs/xfs/libxfs/ |
H A D | xfs_defer.h | 27 * Save a log intent item and a list of extents, so that we can replay 34 struct xfs_log_item *dfp_intent; /* log intent item */ 51 void (*abort_intent)(struct xfs_log_item *intent); 53 struct xfs_log_item *intent, unsigned int count);
|
/kernel/linux/linux-5.10/fs/ |
H A D | internal.h | 128 int intent; member
|
H A D | open.c | 1077 op->intent = flags & O_PATH ? 0 : LOOKUP_OPEN; in build_open_flags() 1080 op->intent |= LOOKUP_CREATE; in build_open_flags() 1082 op->intent |= LOOKUP_EXCL; in build_open_flags()
|
H A D | exec.c | 134 .intent = LOOKUP_OPEN, in SYSCALL_DEFINE1() 908 .intent = LOOKUP_OPEN, in do_open_execat()
|
/kernel/linux/linux-6.6/fs/ |
H A D | internal.h | 166 int intent; member
|
H A D | open.c | 1310 op->intent = flags & O_PATH ? 0 : LOOKUP_OPEN; in build_open_flags() 1313 op->intent |= LOOKUP_CREATE; in build_open_flags() 1315 op->intent |= LOOKUP_EXCL; in build_open_flags()
|
H A D | exec.c | 133 .intent = LOOKUP_OPEN, in SYSCALL_DEFINE1() 914 .intent = LOOKUP_OPEN, in do_open_execat()
|
/kernel/linux/linux-5.10/drivers/staging/rtl8723bs/include/ |
H A D | rtw_mlme.h | 244 u8 intent; /* should only include the intent value. */ member 247 u8 peer_intent; /* Included the intent value and tie breaker value. */
|
/kernel/linux/linux-6.6/drivers/staging/rtl8723bs/include/ |
H A D | rtw_mlme.h | 226 u8 intent; /* should only include the intent value. */ member 229 u8 peer_intent; /* Included the intent value and tie breaker value. */
|
/kernel/linux/linux-5.10/drivers/block/drbd/ |
H A D | drbd_actlog.c | 82 void *drbd_md_get_buffer(struct drbd_device *device, const char *intent) in drbd_md_get_buffer() argument 93 device->md_io.current_use = intent; in drbd_md_get_buffer()
|
/kernel/linux/linux-6.6/drivers/block/drbd/ |
H A D | drbd_actlog.c | 82 void *drbd_md_get_buffer(struct drbd_device *device, const char *intent) in drbd_md_get_buffer() argument 93 device->md_io.current_use = intent; in drbd_md_get_buffer()
|