Searched refs:crtime (Results 1 - 13 of 13) sorted by relevance

/freebsd-current/sys/contrib/openzfs/tests/zfs-tests/tests/functional/crtime/
H A Dcrtime_001_pos.ksh30 # Verify crtime is functional with xattr=on|sa
49 log_assert "Verify crtime is functional."
59 typeset -i crtime=$(stat_crtime $TESTFILE)
61 if (( crtime != ctime )); then
62 log_fail "Incorrect crtime ($crtime != $ctime)"
66 if (( crtime1 != crtime )); then
67 log_fail "touch modified crtime ($crtime1 != $crtime)"
71 log_pass "Verified crtime i
[all...]
/freebsd-current/sys/fs/cd9660/
H A Dcd9660_node.c201 int crtime, days; local
232 crtime = ((((days * 24) + hour) * 60 + minute) * 60) + second;
236 crtime -= tz * 15 * 60;
238 pu->tv_sec = crtime;
/freebsd-current/sys/contrib/openzfs/module/zfs/
H A Dzfs_sa.c314 uint64_t crtime[2], mtime[2], ctime[2], atime[2]; local
350 SA_ADD_BULK_ATTR(bulk, count, SA_ZPL_CRTIME(zfsvfs), NULL, &crtime, 16);
394 &crtime, 16);
H A Dzfs_replay.c98 uint64_t *crtime; local
116 crtime = attrs + 1;
117 scanstamp = (caddr_t)(crtime + 2);
143 ZFS_TIME_DECODE(&xoap->xoa_createtime, crtime);
H A Dsa.c1542 uint64_t crtime[2], mtime[2], ctime[2], atime[2]; local
1588 &crtime, 16);
1600 &crtime, 16);
1645 &crtime, 16);
/freebsd-current/sys/contrib/openzfs/module/os/freebsd/zfs/
H A Dzfs_ctldir.c357 uint64_t crtime[2]; local
369 &crtime, sizeof (crtime))); local
370 ZFS_TIME_DECODE(&dot_zfs->cmtime, crtime);
H A Dzfs_znode.c577 uint64_t crtime[2], atime[2], mtime[2], ctime[2]; local
694 ZFS_TIME_ENCODE(&now, crtime);
729 NULL, &crtime, 16);
760 NULL, &crtime, 16);
H A Dzfs_vnops_os.c1982 uint64_t mtime[2], ctime[2], crtime[2], rdev; local
1996 SA_ADD_BULK_ATTR(bulk, count, SA_ZPL_CRTIME(zfsvfs), NULL, &crtime, 16);
2154 ZFS_TIME_DECODE(&vap->va_birthtime, crtime);
/freebsd-current/sys/contrib/openzfs/cmd/zdb/
H A Dzdb_il.c68 time_t crtime = lr->lr_crtime[0]; local
87 (void) printf("%s%s", tab_prefix, ctime(&crtime));
H A Dzdb.c2514 time_t crtime; local
2525 crtime = dd->dd_creation_time;
2526 (void) printf("\t\tcreation_time = %s", ctime(&crtime));
2571 time_t crtime; local
2587 crtime = ds->ds_creation_time;
2609 (void) printf("\t\tcreation_time = %s", ctime(&crtime));
/freebsd-current/sys/contrib/openzfs/tests/test-runner/bin/
H A Dzts-report.py.in213 'crtime/crtime_001_pos': ['SKIP', statx_reason],
/freebsd-current/sys/contrib/openzfs/module/os/linux/zfs/
H A Dzfs_znode.c696 uint64_t crtime[2], atime[2], mtime[2], ctime[2]; local
827 ZFS_TIME_ENCODE(&now, crtime);
862 NULL, &crtime, 16);
893 NULL, &crtime, 16);
/freebsd-current/sys/contrib/openzfs/tests/zfs-tests/tests/
H A DMakefile.am1409 functional/crtime/cleanup.ksh \
1410 functional/crtime/crtime_001_pos.ksh \
1411 functional/crtime/setup.ksh \

Completed in 179 milliseconds