Home
last modified time | relevance | path

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

/freebsd/sys/contrib/openzfs/include/sys/
H A Dzfs_sa.h92 typedef struct znode_phys { struct
93 uint64_t zp_atime[2]; /* 0 - last file access time */
94 uint64_t zp_mtime[2]; /* 16 - last file modification time */
95 uint64_t zp_ctime[2]; /* 32 - last file change time */
96 uint64_t zp_crtime[2]; /* 48 - creation time */
97 uint64_t zp_gen; /* 64 - generation (txg of creation) */
121 } znode_phys_t; argument
/freebsd/sys/cddl/boot/zfs/
H A Dzfsimpl.h1868 typedef struct znode_phys { struct
1869 uint64_t zp_atime[2]; /* 0 - last file access time */
1870 uint64_t zp_mtime[2]; /* 16 - last file modification time */
1894 } znode_phys_t; argument