Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/gcc.old/dist/libstdc++-v3/include/experimental/bits/
H A Dfs_fwd.h75 struct space_info in _GLIBCXX_VISIBILITY() struct
77 uintmax_t capacity; in _GLIBCXX_VISIBILITY()
78 uintmax_t free; in _GLIBCXX_VISIBILITY()
79 uintmax_t available; in _GLIBCXX_VISIBILITY()
/netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/include/experimental/bits/
H A Dfs_fwd.h81 struct space_info in _GLIBCXX_VISIBILITY() struct
83 uintmax_t capacity; in _GLIBCXX_VISIBILITY()
84 uintmax_t free; in _GLIBCXX_VISIBILITY()
85 uintmax_t available; in _GLIBCXX_VISIBILITY()
/netbsd-src/external/gpl3/gcc.old/dist/libstdc++-v3/include/bits/
H A Dfs_fwd.h64 struct space_info in _GLIBCXX_VISIBILITY() struct
66 uintmax_t capacity; in _GLIBCXX_VISIBILITY()
67 uintmax_t free; in _GLIBCXX_VISIBILITY()
68 uintmax_t available; in _GLIBCXX_VISIBILITY()
/netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/include/bits/
H A Dfs_fwd.h66 struct space_info in _GLIBCXX_VISIBILITY() struct
68 uintmax_t capacity; in _GLIBCXX_VISIBILITY()
69 uintmax_t free; in _GLIBCXX_VISIBILITY()
70 uintmax_t available; in _GLIBCXX_VISIBILITY()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Support/
H A DFileSystem.h80 struct space_info { struct
81 uint64_t capacity;
82 uint64_t free;
83 uint64_t available;