Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/fs/btrfs/
H A Dinode.c3045 u64 last_objectid = 0; in btrfs_orphan_cleanup() local
3098 if (found_key.offset == last_objectid) { in btrfs_orphan_cleanup()
3105 last_objectid = found_key.offset; in btrfs_orphan_cleanup()
3110 inode = btrfs_iget(fs_info->sb, last_objectid, root); in btrfs_orphan_cleanup()
/kernel/linux/linux-6.6/fs/btrfs/
H A Dinode.c3462 u64 last_objectid = 0; in btrfs_orphan_cleanup() local
3515 if (found_key.offset == last_objectid) { in btrfs_orphan_cleanup()
3529 last_objectid = found_key.offset; in btrfs_orphan_cleanup()
3534 inode = btrfs_iget(fs_info->sb, last_objectid, root); in btrfs_orphan_cleanup()

Completed in 25 milliseconds