Home
last modified time | relevance | path

Searched refs:pslot (Results 1 – 2 of 2) sorted by relevance

/fs/btrfs/
Dctree.c1052 int pslot; in balance_level() local
1067 pslot = path->slots[level + 1]; in balance_level()
1125 if (pslot) { in balance_level()
1126 left = btrfs_read_node_slot(parent, pslot - 1); in balance_level()
1135 parent, pslot - 1, &left, in balance_level()
1143 if (pslot + 1 < btrfs_header_nritems(parent)) { in balance_level()
1144 right = btrfs_read_node_slot(parent, pslot + 1); in balance_level()
1153 parent, pslot + 1, &right, in balance_level()
1179 ret = btrfs_del_ptr(trans, root, path, level + 1, pslot + 1); in balance_level()
1193 ret = btrfs_tree_mod_log_insert_key(parent, pslot + 1, in balance_level()
[all …]
/fs/nfs/
Dnfs4session.c357 static bool nfs41_assign_slot(struct rpc_task *task, void *pslot) in nfs41_assign_slot() argument
361 struct nfs4_slot *slot = pslot; in nfs41_assign_slot()