Searched refs:index2 (Results 1 – 5 of 5) sorted by relevance
| /fs/ext4/ |
| A D | move_extent.c | 123 pgoff_t index1, pgoff_t index2, struct folio *folio[2]) in mext_folio_double_lock() argument 133 swap(index1, index2); in mext_folio_double_lock() 146 folio[1] = __filemap_get_folio(mapping[1], index2, FGP_WRITEBEGIN, in mext_folio_double_lock()
|
| /fs/xfs/libxfs/ |
| A D | xfs_attr_leaf.c | 1537 (args->index2 <= args->index)) { in xfs_attr3_leaf_add_work() 1538 args->index2++; in xfs_attr3_leaf_add_work() 1859 args->index = args->index2 = blk2->index; in xfs_attr3_leaf_rebalance() 1865 args->index2 = 0; in xfs_attr3_leaf_rebalance() 1882 args->index2 = blk2->index; in xfs_attr3_leaf_rebalance() 1888 args->index = args->index2 = blk1->index; in xfs_attr3_leaf_rebalance() 2950 entry2 = &xfs_attr3_leaf_entryp(leaf2)[args->index2]; in xfs_attr3_leaf_flipflags() 2958 ASSERT(args->index2 < ichdr2.count); in xfs_attr3_leaf_flipflags() 2959 ASSERT(args->index2 >= 0); in xfs_attr3_leaf_flipflags() 2971 name_loc = xfs_attr3_leaf_name_local(leaf2, args->index2); in xfs_attr3_leaf_flipflags() [all …]
|
| A D | xfs_da_btree.h | 83 int index2; /* index of 2nd attr in blk */ member
|
| A D | xfs_attr.c | 445 args->index2 = args->index; in xfs_attr_save_rmt_blk() 460 args->index = args->index2; in xfs_attr_restore_rmt_blk()
|
| /fs/btrfs/ |
| A D | tree-log.c | 2967 int index2; in btrfs_sync_log() local 3092 index2 = log_root_tree->log_transid % 2; in btrfs_sync_log() 3093 list_add_tail(&root_log_ctx.list, &log_root_tree->log_ctxs[index2]); in btrfs_sync_log() 3123 if (atomic_read(&log_root_tree->log_commit[index2])) { in btrfs_sync_log() 3134 atomic_set(&log_root_tree->log_commit[index2], 1); in btrfs_sync_log() 3136 if (atomic_read(&log_root_tree->log_commit[(index2 + 1) % 2])) { in btrfs_sync_log() 3242 btrfs_remove_all_log_ctxs(log_root_tree, index2, ret); in btrfs_sync_log() 3245 atomic_set(&log_root_tree->log_commit[index2], 0); in btrfs_sync_log() 3253 cond_wake_up(&log_root_tree->log_commit_wait[index2]); in btrfs_sync_log()
|
Completed in 28 milliseconds