Searched defs:sh (Results 1 - 1 of 1) sorted by relevance

/lxc/src/lxc/bdev/
H A Dlxcbtrfs.c595 struct btrfs_ioctl_search_header sh; local
662 memcpy(&sh, args.buf + off, sizeof(sh));
663 off += sizeof(sh);
669 if (sh.objectid != root_id && sh.type == BTRFS_ROOT_BACKREF_KEY) {
674 tmppath = get_btrfs_subvol_path(fd, sh.offset,
676 if (!add_btrfs_tree_node(tree, sh.objectid,
677 sh.offset, name,
687 off += sh
[all...]

Completed in 9 milliseconds