Searched defs:btrfs_ioctl_get_subvol_info_args (Results 1 – 5 of 5) sorted by relevance
853 struct btrfs_ioctl_get_subvol_info_args { struct855 __u64 treeid;858 char name[BTRFS_VOL_NAME_MAX + 1];864 __u64 parent_id;870 __u64 dirid;873 __u64 generation;876 __u64 flags;879 __u8 uuid[BTRFS_UUID_SIZE];885 __u8 parent_uuid[BTRFS_UUID_SIZE];891 __u8 received_uuid[BTRFS_UUID_SIZE];[all …]
63903 struct btrfs_ioctl_get_subvol_info_args { struct63904 __u64 treeid;63905 char name[256];63906 __u64 parent_id;63907 __u64 dirid;63908 __u64 generation;63909 __u64 flags;63910 __u8 uuid[16];63911 __u8 parent_uuid[16];63912 __u8 received_uuid[16];[all …]
71327 struct btrfs_ioctl_get_subvol_info_args { struct71328 __u64 treeid;71329 char name[256];71330 __u64 parent_id;71331 __u64 dirid;71332 __u64 generation;71333 __u64 flags;71334 __u8 uuid[16];71335 __u8 parent_uuid[16];71336 __u8 received_uuid[16];[all …]