Home
last modified time | relevance | path

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

/haiku/src/tests/system/kernel/file_corruption/
H A Dchecksumfs.h41 struct checksumfs_node { struct
42 uint32 mode; // node type + permissions
43 uint32 attributeType; // attribute type (attributes only)
44 uint32 uid; // owning user ID
45 uint32 gid; // owning group ID
46 uint64 creationTime; // in ns since the epoche
47 uint64 modificationTime; //
48 uint64 changeTime; //
49 uint64 hardLinks; // number of references to the node
50 uint64 size; // content size in bytes
[all …]