Function libbtrfsutil::subvolume_info
source · [−]pub fn subvolume_info<P: AsRef<Path>>(
path: P,
id: Option<NonZeroU64>
) -> Result<SubvolumeInfo, Error>
Expand description
Gets information about a subvolume.
pub fn subvolume_info<P: AsRef<Path>>(
path: P,
id: Option<NonZeroU64>
) -> Result<SubvolumeInfo, Error>
Gets information about a subvolume.