Home
last modified time | relevance | path

Searched refs:zp_mtime (Results 1 – 2 of 2) sorted by relevance

/external/u-boot/include/zfs/
Dzfs_znode.h32 uint64_t zp_mtime[2]; /* 16 - last file modification time */ member
/external/u-boot/fs/zfs/
Dzfs.c2207 info->mtime = zfs_to_cpu64(((znode_phys_t *) DN_BONUS(&dn.dn))->zp_mtime[0], dn.endian); in fill_fs_info()
2221 info.mtime = zfs_to_cpu64(((znode_phys_t *) DN_BONUS(&dn.dn))->zp_mtime[0], dn.endian); in iterate_zap()