Home
last modified time | relevance | path

Searched refs:btrfs_next_old_item (Results 1 – 3 of 3) sorted by relevance

/Linux-v6.6/fs/btrfs/
Dctree.h675 int btrfs_next_old_item(struct btrfs_root *root, struct btrfs_path *path, u64 time_seq);
690 return btrfs_next_old_item(root, p, 0); in btrfs_next_item()
Dbackref.c579 ret = btrfs_next_old_item(root, path, ctx->time_seq); in add_all_parents()
Dctree.c5110 int btrfs_next_old_item(struct btrfs_root *root, struct btrfs_path *path, u64 time_seq) in btrfs_next_old_item() function