Lines Matching defs:btrfs_ioctl_search_key
256 struct btrfs_ioctl_search_key { struct
258 __u64 tree_id;
261 __u64 min_objectid;
262 __u64 max_objectid;
265 __u64 min_offset;
266 __u64 max_offset;
269 __u64 min_transid;
270 __u64 max_transid;
273 __u32 min_type;
274 __u32 max_type;
300 #define BTRFS_SEARCH_ARGS_BUFSIZE (4096 - sizeof(struct btrfs_ioctl_search_key)) argument