Searched refs:ins_start_slot (Results 1 - 1 of 1) sorted by relevance

/linux-master/fs/btrfs/
H A Dtree-log.c5861 int ins_start_slot = 0; local
5909 ins_start_slot = path->slots[0];
5912 ins_start_slot, ins_nr,
5931 ins_start_slot,
5939 if (ins_nr && ins_start_slot + ins_nr == path->slots[0]) {
5943 ins_start_slot = path->slots[0];
5948 ret = copy_items(trans, inode, dst_path, path, ins_start_slot,
5953 ins_start_slot = path->slots[0];
5963 ins_start_slot, ins_nr, inode_only,
5988 ret = copy_items(trans, inode, dst_path, path, ins_start_slot,
[all...]

Completed in 102 milliseconds