Searched refs:refs (Results 1 – 10 of 10) sorted by relevance
| /u-boot/fs/btrfs/ |
| A D | extent-io.c | 32 state->refs = 1; in alloc_extent_state() 40 state->refs--; in btrfs_free_extent_state() 41 BUG_ON(state->refs < 0); in btrfs_free_extent_state() 42 if (state->refs == 0) in btrfs_free_extent_state() 580 eb->refs = 1; in __alloc_extent_buffer() 606 BUG_ON(eb->refs); in free_extent_buffer_final() 623 eb->refs--; in free_extent_buffer_internal() 625 if (eb->refs == 0) { in free_extent_buffer_internal() 651 eb->refs++; in find_extent_buffer() 665 eb->refs++; in find_first_extent_buffer() [all …]
|
| A D | extent-io.h | 76 int refs; member 85 int refs; member 93 eb->refs++; in extent_buffer_get()
|
| A D | conv-funcs.h | 130 DEFINE_CONV(btrfs_extent_item, refs, generation, flags) 145 bytes_used, last_snapshot, flags, refs, drop_progress,
|
| A D | ctree.h | 467 BTRFS_SETGET_FUNCS(extent_refs, struct btrfs_extent_item, refs, 64); 468 BTRFS_SETGET_STACK_FUNCS(stack_extent_refs, struct btrfs_extent_item, refs, 64); 474 BTRFS_SETGET_FUNCS(extent_refs_v0, struct btrfs_extent_item_v0, refs, 32); 826 BTRFS_SETGET_FUNCS(disk_root_refs, struct btrfs_root_item, refs, 32); 835 BTRFS_SETGET_STACK_FUNCS(root_refs, struct btrfs_root_item, refs, 32);
|
| /u-boot/fs/btrfs/kernel-shared/ |
| A D | btrfs_tree.h | 517 __le64 refs; member 523 __le32 refs; member 691 __le32 refs; member
|
| /u-boot/doc/android/ |
| A D | ab.rst | 72 .. [2] https://android.googlesource.com/platform/bootable/recovery/+/refs/tags/android-10.0.0_r25/b…
|
| /u-boot/doc/board/ste/ |
| A D | stemmy.rst | 54 .. _android-7.1.2_r37: https://android.googlesource.com/platform/system/core/+/refs/tags/android-7.…
|
| /u-boot/tools/binman/ |
| A D | bintools.rst | 71 …https://chromium.googlesource.com/chromiumos/platform/vboot/+/refs/heads/main/_vboot_reference/REA…
|
| /u-boot/doc/develop/package/ |
| A D | bintools.rst | 71 …https://chromium.googlesource.com/chromiumos/platform/vboot/+/refs/heads/main/_vboot_reference/REA…
|
| /u-boot/drivers/fastboot/ |
| A D | Kconfig | 13 https://android.googlesource.com/platform/system/core/+/refs/heads/master/fastboot/
|
Completed in 25 milliseconds