Home
last modified time | relevance | path

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

/ohos5.0/foundation/filemanagement/dfs_service/test/unittests/clouddisk_database/mock/
H A Dmeta_file_clouddisk_mock.cpp52 struct HmdfsDentry { struct
53 uint32_t hash{0};
54 uint16_t mode{0};
55 uint16_t namelen{0};
56 uint64_t size{0};
57 uint64_t mtime{0};
58 uint64_t atime{0};
59 uint8_t recordId[CLOUD_RECORD_ID_LEN]{0};
60 uint8_t flags{0};
62 uint8_t reserved[DENTRY_RESERVED_LENGTH];
/ohos5.0/foundation/filemanagement/dfs_service/utils/dentry/src/
H A Dmeta_file_clouddisk.cpp50 struct HmdfsDentry { struct
51 uint32_t hash{0};
52 uint16_t mode{0};
53 uint16_t namelen{0};
54 uint64_t size{0};
55 uint64_t mtime{0};
56 uint64_t atime{0};
57 uint8_t recordId[CLOUD_RECORD_ID_LEN]{0};
58 uint8_t flags{0};
60 uint8_t reserved[DENTRY_RESERVED_LENGTH];
H A Dmeta_file.cpp50 struct HmdfsDentry { struct
51 uint32_t hash{0};
52 uint16_t mode{0};
53 uint16_t namelen{0};
54 uint64_t size{0};
55 uint64_t mtime{0};
56 uint8_t recordId[CLOUD_RECORD_ID_LEN]{0};
58 union {