Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/libstmf/common/
H A Dlibstmf_impl.h41 typedef struct _diskResource { struct
42 boolean_t luDataFileNameValid;
43 char luDataFileName[MAXPATHLEN];
44 boolean_t luMetaFileNameValid;
45 char luMetaFileName[MAXPATHLEN];
46 boolean_t luSizeValid;
47 uint64_t luSize;
48 boolean_t blkSizeValid;
49 uint16_t blkSize;
50 boolean_t luGuidValid;
[all …]