Lines Matching defs:btrfs_ioctl_search_key
281 struct btrfs_ioctl_search_key { struct
283 __u64 tree_id;
286 __u64 min_objectid;
287 __u64 max_objectid;
290 __u64 min_offset;
291 __u64 max_offset;
294 __u64 min_transid;
295 __u64 max_transid;
298 __u32 min_type;
299 __u32 max_type;
325 #define BTRFS_SEARCH_ARGS_BUFSIZE (4096 - sizeof(struct btrfs_ioctl_search_key)) argument