Searched defs:znode_phys (Results 1 – 2 of 2) sorted by relevance
101 typedef struct znode_phys { struct102 uint64_t zp_atime[2]; /* 0 - last file access time */103 uint64_t zp_mtime[2]; /* 16 - last file modification time */104 uint64_t zp_ctime[2]; /* 32 - last file change time */105 uint64_t zp_crtime[2]; /* 48 - creation time */106 uint64_t zp_gen; /* 64 - generation (txg of creation) */130 } znode_phys_t; argument
1873 typedef struct znode_phys { struct1874 uint64_t zp_atime[2]; /* 0 - last file access time */1875 uint64_t zp_mtime[2]; /* 16 - last file modification time */1899 } znode_phys_t; argument