Searched defs:checksumfs_node (Results 1 – 1 of 1) sorted by relevance
41 struct checksumfs_node { struct42 uint32 mode; // node type + permissions43 uint32 attributeType; // attribute type (attributes only)44 uint32 uid; // owning user ID45 uint32 gid; // owning group ID46 uint64 creationTime; // in ns since the epoche47 uint64 modificationTime; //48 uint64 changeTime; //49 uint64 hardLinks; // number of references to the node50 uint64 size; // content size in bytes[all …]