Home
last modified time | relevance | path

Searched refs:ZPL_ATIME (Results 1 – 4 of 4) sorted by relevance

/freebsd/sys/contrib/openzfs/include/sys/
H A Dzfs_sa.h56 ZPL_ATIME, enumerator
H A Dzfs_znode.h92 #define SA_ZPL_ATIME(z) z->z_attr_table[ZPL_ATIME]
/freebsd/usr.sbin/makefs/zfs/
H A Dfs.c66 ZPL_ATIME, enumerator
95 _ZPL_ATTR(ZPL_ATIME, sizeof(uint64_t) * 2, SA_UINT64_ARRAY),
133 ZPL_ATIME,
497 fs_populate_time(fs, attrbuf, &sb->st_mtim, ZPL_ATIME, &bonussz); in fs_populate_sattrs()
/freebsd/sys/contrib/openzfs/cmd/zdb/
H A Dzdb.c3646 SA_ADD_BULK_ATTR(bulk, idx, sa_attr_table[ZPL_ATIME], NULL, in dump_znode()