Home
last modified time | relevance | path

Searched full:intent (Results 1 – 25 of 157) sorted by relevance

1234567

/linux/drivers/rpmsg/
H A Dqcom_glink_native.c64 * struct glink_core_rx_intent - RX intent
65 * RX intent
68 * @id: remote or local intent ID
69 * @size: size of the original intent (do not modify)
70 * @reuse: To mark if the intent can be reused after first use
71 * @in_use: To mark if intent is already in use for the channel
100 * @intentless: flag to indicate that there is no intent
158 * @intent_req_lock: Synchronises multiple intent requests
159 * @intent_req_result: Result of intent request
160 * @intent_received: flag indicating that an intent has been received
[all …]
/linux/fs/xfs/libxfs/
H A Dxfs_defer.c52 * requires us to log "intent" items in case log recovery needs to
58 * have not yet had an intent logged) are attached to a pending item
68 * - Create a log intent item for that type.
82 * log intent item.
83 * - For each work item attached to the log intent item,
91 * The key here is that we must log an intent item for all pending
94 * we can perform complex remapping operations, chaining intent items
106 * item to prevent the log intent item from replaying, immediately log
107 * a new log intent item with the unfinished work items, roll the
109 * log done item and the new log intent item must be in the same
[all …]
H A Dxfs_log_recover.h46 * If the recovered item is an intent item, this function should parse
47 * the recovered item to construct an in-core log intent item and
48 * insert it into the AIL. The in-core log intent item should have 1
50 * recovered log item for the intent-done item; (b) replay the work and
51 * log a new intent-done item; or (c) recovery fails and we have to
54 * If the recovered item is an intent-done item, this function should
55 * parse the recovered item to find the id of the corresponding intent
56 * log item. Next, it should find the in-core log intent item in the
147 * intent item.
149 * Intent recovery only runs a single step of the transaction chain and defers
[all …]
H A Dxfs_defer.h14 * Save a log intent item and a list of extents, so that we can replay
21 struct xfs_log_item *dfp_intent; /* log intent item */
29 * Create a log intent item for this deferred item, but don't actually finish
54 void (*abort_intent)(struct xfs_log_item *intent);
56 struct xfs_log_item *intent, unsigned int count);
65 struct xfs_log_item *intent,
/linux/fs/xfs/
H A Dxfs_drain.h33 * Deferred Work Intent Drains
36 * When a writer thread executes a chain of log intent items, the AG header
37 * buffer locks will cycle during a transaction roll to get from one intent
48 * scrub wait until it has both AG header buffer locks and the intent counter
50 * AGI or AGF buffers when decrementing the intent counter.
57 * sub-items (such as RUIs) must bump the intent counter and maintain it until
58 * the sub-items can themselves bump the intent counter.
60 * Therefore, the intent count tracks entire lifetimes of deferred work items.
61 * All functions that create work items must increment the intent counter as
H A Dxfs_bmap_item.c251 /* Log bmap updates in the intent item. */
314 struct xfs_log_item *intent, in xfs_bmap_update_create_done() argument
317 struct xfs_bui_log_item *buip = BUI_ITEM(intent); in xfs_bmap_update_create_done()
341 * Bump the intent count on behalf of the deferred rmap and refcount in xfs_bmap_update_get_group()
342 * intent items that that we can queue when we finish this bmap work. in xfs_bmap_update_get_group()
343 * This new intent item will bump the intent count before the bmap in xfs_bmap_update_get_group()
344 * intent drops the intent count, ensuring that the intent count in xfs_bmap_update_get_group()
412 struct xfs_log_item *intent) in xfs_bmap_update_abort_intent() argument
414 xfs_bui_release(BUI_ITEM(intent)); in xfs_bmap_update_abort_intent()
489 * Process a bmap update intent item that was recovered from the log.
[all …]
H A Dxfs_attr_item.c47 * attribute log intent items for a single xattr update. To avoid cycling the
364 /* Log an attr to the intent item. */
377 * created the log intent. Fill in the attri log item and log format in xfs_attr_log_item()
515 struct xfs_log_item *intent) in xfs_attr_abort_intent() argument
517 xfs_attri_release(ATTRI_ITEM(intent)); in xfs_attr_abort_intent()
725 * Process an attr intent item that was recovered from the log. We need to
802 /* Re-log an intent item to push the log tail forward. */
806 struct xfs_log_item *intent, in xfs_attr_relog_intent() argument
814 old_attrip = ATTRI_ITEM(intent); in xfs_attr_relog_intent()
848 struct xfs_log_item *intent, in xfs_attr_create_done() argument
[all …]
H A Dxfs_attr_item.h28 * the xfs_attr_intent which may be logged to this intent.
H A Dxfs_log_recover.c1717 * Release the recovered intent item in the AIL that matches the given intent
1718 * type and intent id.
1769 * Log intent items that target inodes effectively contain a file handle.
1770 * Check that the generation number matches the intent item like we do for
1771 * other file handles. Log intent items defined after this validation weakness
1973 * log intent item that was found during recovery.
1987 * Insert the intent into the AIL directly and drop one reference so in xlog_recover_intent_item()
2543 * from recovering a single intent item. in xlog_finish_defer_ops()
2573 * When this is called, all of the log intent items which did not have
2577 * Since we process the log intent items in normal transactions, they will be
[all …]
/linux/include/uapi/linux/
H A Dmembarrier.h57 * registration is about the intent to receive
62 * Register the process intent to receive
82 * intent to use the private expedited command
86 * Register the process intent to use
108 * intent to use the private expedited sync
112 * Register the process intent to use
128 * intent to use the private expedited rseq
132 * Register the process intent to use
/linux/include/linux/
H A Dlru_cache.h48 This is known as "write intent log", and can be implemented as on-disk
53 in-flight WRITE IO, e.g. by only lazily clearing the on-disk write-intent
73 write intent log information, three of which are mentioned here.
76 The on-disk "dirty bitmap" may be re-used as "write-intent" bitmap as well.
77 To reduce the frequency of bitmap updates for write-intent log purposes,
84 "Explicit (coarse) write intent bitmap"
86 for write-intent log purposes, additionally to the fine grained dirty bitmap.
/linux/Documentation/ABI/testing/
H A Dsysfs-class-fpga-manager12 The intent is to provide enough detail that if something goes
44 error or incompatible bitstream image. The intent of this
/linux/fs/smb/client/
H A Dcifs_fs_sb.h36 #define CIFS_MOUNT_CIFS_BACKUPUID 0x200000 /* backup intent bit for a user */
37 #define CIFS_MOUNT_CIFS_BACKUPGID 0x400000 /* backup intent bit for a group */
/linux/drivers/net/
H A DLICENSE.SRC12 intent in sharing this software is to promote the productive interchange
/linux/tools/testing/selftests/net/
H A Dtoeplitz_client.sh
/linux/Documentation/security/
H A Dlsm-development.rst6 a new LSM is accepted into the kernel when its intent (a description of
/linux/drivers/net/ethernet/myricom/
H A DKconfig43 is used, with the intent of lessening the impact of cache misses.
/linux/fs/coda/
H A Dcoda_fs_i.h43 bool cfi_access_intent; /* is access intent supported */
/linux/arch/arc/include/asm/
H A Delf.h68 * intent than poking at uname or /proc/cpuinfo.
/linux/arch/openrisc/include/asm/
H A Delf.h54 intent than poking at uname or /proc/cpuinfo.
/linux/drivers/mtd/spi-nor/
H A DKconfig40 Don't use this if you intent to use the software write protection
/linux/Documentation/admin-guide/cifs/
H A Dintroduction.rst24 The intent of this module is to provide the most advanced network
/linux/arch/csky/include/asm/
H A Delf.h80 * libraries for optimization. This is more specific in intent than poking
/linux/Documentation/devicetree/bindings/remoteproc/
H A Dqcom,glink-rpm-edge.yaml57 - description: size of each intent to preallocate
/linux/Documentation/driver-api/md/
H A Draid5-ppl.rst23 the array. Because of this, using write-intent bitmap and PPL together is not

1234567