Home
last modified time | relevance | path

Searched defs:space_info (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/libcxx/include/__filesystem/
H A Dspace_info.h24 struct _LIBCPP_EXPORTED_FROM_ABI space_info { struct
30 friend _LIBCPP_HIDE_FROM_ABI bool operator==(const space_info&, const space_info&) = default; argument
/freebsd/contrib/llvm-project/llvm/include/llvm/Support/
H A DFileSystem.h79 struct space_info { struct
80 uint64_t capacity;
81 uint64_t free;
82 uint64_t available;