Home
last modified time | relevance | path

Searched refs:index2 (Results 1 – 4 of 4) sorted by relevance

/fs/xfs/
Dxfs_attr_leaf.c1123 (args->index2 <= args->index)) { in xfs_attr_leaf_add_work()
1124 args->index2++; in xfs_attr_leaf_add_work()
1390 args->index = args->index2 = blk2->index; in xfs_attr_leaf_rebalance()
1396 args->index2 = 0; in xfs_attr_leaf_rebalance()
1401 args->index = args->index2 = blk2->index; in xfs_attr_leaf_rebalance()
1406 args->index = args->index2 = blk1->index; in xfs_attr_leaf_rebalance()
2604 ASSERT(args->index2 < be16_to_cpu(leaf2->hdr.count)); in xfs_attr_leaf_flipflags()
2605 ASSERT(args->index2 >= 0); in xfs_attr_leaf_flipflags()
2606 entry2 = &leaf2->entries[ args->index2 ]; in xfs_attr_leaf_flipflags()
2619 name_loc = xfs_attr_leaf_name_local(leaf2, args->index2); in xfs_attr_leaf_flipflags()
[all …]
Dxfs_da_btree.h112 int index2; /* index of 2nd attr in blk */ member
Dxfs_attr.c942 args->index2 = args->index; in xfs_attr_leaf_addname()
1035 args->index = args->index2; in xfs_attr_leaf_addname()
1277 args->index2 = args->index; in xfs_attr_node_addname()
1408 args->index = args->index2; in xfs_attr_node_addname()
/fs/btrfs/
Dtree-log.c1891 int index2; in btrfs_sync_log() local
1952 index2 = log_root_tree->log_transid % 2; in btrfs_sync_log()
1953 if (atomic_read(&log_root_tree->log_commit[index2])) { in btrfs_sync_log()
1958 atomic_set(&log_root_tree->log_commit[index2], 1); in btrfs_sync_log()
1960 if (atomic_read(&log_root_tree->log_commit[(index2 + 1) % 2])) in btrfs_sync_log()
1989 atomic_set(&log_root_tree->log_commit[index2], 0); in btrfs_sync_log()
1991 if (waitqueue_active(&log_root_tree->log_commit_wait[index2])) in btrfs_sync_log()
1992 wake_up(&log_root_tree->log_commit_wait[index2]); in btrfs_sync_log()