Home
last modified time | relevance | path

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

/illumos-gate/usr/src/grub/grub-0.97/stage2/zfs-include/
H A Dzfs_znode.h41 typedef struct znode_phys { struct
42 uint64_t zp_atime[2]; /* 0 - last file access time */
43 uint64_t zp_mtime[2]; /* 16 - last file modification time */
67 } znode_phys_t; argument
/illumos-gate/usr/src/uts/common/fs/zfs/sys/
H A Dzfs_sa.h100 typedef struct znode_phys { struct
101 uint64_t zp_atime[2]; /* 0 - last file access time */
102 uint64_t zp_mtime[2]; /* 16 - last file modification time */
103 uint64_t zp_ctime[2]; /* 32 - last file change time */
104 uint64_t zp_crtime[2]; /* 48 - creation time */
105 uint64_t zp_gen; /* 64 - generation (txg of creation) */
129 } znode_phys_t; argument
/illumos-gate/usr/src/boot/sys/cddl/boot/zfs/
H A Dzfsimpl.h1639 typedef struct znode_phys { struct
1640 uint64_t zp_atime[2]; /* 0 - last file access time */
1641 uint64_t zp_mtime[2]; /* 16 - last file modification time */
1665 } znode_phys_t; argument