Home
last modified time | relevance | path

Searched refs:changeset (Results 1 – 6 of 6) sorted by relevance

/linux/fs/btrfs/
H A Dextent_io.h194 static inline void extent_changeset_init(struct extent_changeset *changeset) in extent_changeset_init() argument
196 changeset->bytes_changed = 0; in extent_changeset_init()
197 ulist_init(&changeset->range_changed); in extent_changeset_init()
212 static inline void extent_changeset_prealloc(struct extent_changeset *changeset, gfp_t gfp_mask) in extent_changeset_prealloc() argument
214 ulist_prealloc(&changeset->range_changed, gfp_mask); in extent_changeset_prealloc()
217 static inline void extent_changeset_release(struct extent_changeset *changeset) in extent_changeset_release() argument
219 if (!changeset) in extent_changeset_release()
221 changeset->bytes_changed = 0; in extent_changeset_release()
222 ulist_release(&changeset->range_changed); in extent_changeset_release()
225 static inline void extent_changeset_free(struct extent_changeset *changeset) in extent_changeset_free() argument
[all …]
/linux/Documentation/devicetree/
H A Dchangesets.rst7 A Devicetree changeset is a method which allows one to apply changes
10 through applying the changeset, then the tree will be rolled back to the
11 previous state. A changeset can also be removed after it has been
14 When a changeset is applied, all of the changes get applied to the tree
19 The sequence of a changeset is as follows.
21 1. of_changeset_init() - initializes a changeset
31 entire changeset will get applied, or if there is an error the tree will
36 If a successfully applied changeset needs to be removed, it can be done
H A Doverlay-notes.rst111 1) Call of_overlay_fdt_apply() to create and apply an overlay changeset. The
114 2) Call of_overlay_remove() to remove and cleanup the overlay changeset
116 overlay changeset that is stacked by another will not be permitted.
134 The changeset notifiers in drivers/of/dynamic.c are a second type of notifier
/linux/drivers/of/unittest-data/
H A Dtestcases_common.dtsi5 changeset {
/linux/Documentation/ABI/stable/
H A Dsysfs-hypervisor-xen50 What: /sys/hypervisor/properties/changeset
/linux/drivers/xen/
H A Dsys-hypervisor.c287 HYPERVISOR_ATTR_RO(changeset);