Lines Matching defs:args
777 struct btrfs_ioctl_search_args args;
778 struct btrfs_ioctl_search_key *sk = &args.key;
803 memset(&args, 0, sizeof(args));
830 ret = ioctl(fd, BTRFS_IOC_TREE_SEARCH, &args);
848 sh = (struct btrfs_ioctl_search_header *)(args.buf + off);
851 dir_item = (struct btrfs_dir_item *)(args.buf + off);
897 memset(&args, 0, sizeof(args));
921 ret = ioctl(fd, BTRFS_IOC_TREE_SEARCH, &args);
938 sh = (struct btrfs_ioctl_search_header *)(args.buf + off);
941 ref = (struct btrfs_root_ref *)(args.buf + off);