Home
last modified time | relevance | path

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

/NextBSD/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/sys/
HDzfs_sa.h96 typedef struct znode_phys { struct
97 uint64_t zp_atime[2]; /* 0 - last file access time */
98 uint64_t zp_mtime[2]; /* 16 - last file modification time */
99 uint64_t zp_ctime[2]; /* 32 - last file change time */
100 uint64_t zp_crtime[2]; /* 48 - creation time */
101 uint64_t zp_gen; /* 64 - generation (txg of creation) */
125 } znode_phys_t; argument
/NextBSD/sys/cddl/boot/zfs/
HDzfsimpl.h1381 typedef struct znode_phys { struct
1382 uint64_t zp_atime[2]; /* 0 - last file access time */
1383 uint64_t zp_mtime[2]; /* 16 - last file modification time */
1407 } znode_phys_t; argument