Skip to content
Commit ac8e9819 authored by Chris Mason's avatar Chris Mason
Browse files

Btrfs: add search and inode lookup ioctls



The search ioctl is a generic tool for doing btree searches from
userland applications.  The first user of the search ioctl is a
subvolume listing feature, but we'll also use it to find new
files in a subvolume.

The search ioctl allows you to specify min and max keys to search for,
along with min and max transid.  It returns the items along with a
header that includes the item key.

Signed-off-by: default avatarChris Mason <chris.mason@oracle.com>
parent 98d377a0
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment