| /f-stack/freebsd/contrib/openzfs/tests/zfs-tests/tests/functional/atime/ |
| H A D | atime_common.kshlib | 31 . $STF_SUITE/tests/functional/atime/atime.cfg 90 zfs inherit atime $TESTPOOL 91 zfs inherit atime $TESTPOOL/$TESTFS 92 zfs inherit atime $TESTPOOL/$TESTCLONE
|
| H A D | Makefile.am | 1 pkgdatadir = $(datadir)/@PACKAGE@/zfs-tests/tests/functional/atime 13 atime.cfg \
|
| H A D | atime_002_neg.ksh | 32 . $STF_SUITE/tests/functional/atime/atime_common.kshlib 65 log_must zfs set atime=off $dst
|
| H A D | root_atime_off.ksh | 33 . $STF_SUITE/tests/functional/atime/atime_common.kshlib 68 log_must zfs set atime=off $(dirname $dst)
|
| H A D | atime_003_pos.ksh | 28 . $STF_SUITE/tests/functional/atime/atime_common.kshlib 63 log_must zfs set atime=on $dst
|
| H A D | atime_001_pos.ksh | 32 . $STF_SUITE/tests/functional/atime/atime_common.kshlib 69 log_must zfs set atime=on $dst
|
| H A D | root_atime_on.ksh | 33 . $STF_SUITE/tests/functional/atime/atime_common.kshlib 72 log_must zfs set atime=on $(dirname $dst)
|
| H A D | root_relatime_on.ksh | 32 . $STF_SUITE/tests/functional/atime/atime_common.kshlib 69 log_must zfs set atime=on $(dirname $dst)
|
| /f-stack/freebsd/contrib/openzfs/tests/zfs-tests/tests/functional/cli_root/zfs_get/ |
| H A D | zfs_get_003_pos.ksh | 49 log_must zfs mount -o remount,atime $TESTPOOL/$TESTFS 55 log_must zfs set atime=on $TESTPOOL/$TESTFS 58 value1=$(zfs get -H atime $TESTPOOL/$TESTFS | awk '{print $3}') 60 grep ^atime | awk '{print $2}')
|
| H A D | zfs_get_002_pos.ksh | 52 sharenfs checksum compression atime devices exec readonly setuid \
|
| H A D | zfs_get_008_pos.ksh | 55 checksum compression atime devices exec readonly setuid snapdir \
|
| H A D | zfs_get_009_pos.ksh | 57 sharenfs checksum compression atime devices exec readonly setuid \
|
| /f-stack/dpdk/lib/librte_eal/linux/ |
| H A D | eal_alarm.c | 101 struct itimerspec atime = { .it_interval = { 0, 0 } }; in eal_alarm_callback() local 104 atime.it_value.tv_sec = ap->time.tv_sec; in eal_alarm_callback() 105 atime.it_value.tv_nsec = ap->time.tv_usec * NS_PER_US; in eal_alarm_callback() 108 atime.it_value.tv_sec--, atime.it_value.tv_nsec += US_PER_S * NS_PER_US; in eal_alarm_callback() 110 atime.it_value.tv_sec -= now.tv_sec; in eal_alarm_callback() 111 atime.it_value.tv_nsec -= now.tv_nsec; in eal_alarm_callback() 112 timerfd_settime(intr_handle.fd, 0, &atime, NULL); in eal_alarm_callback()
|
| /f-stack/freebsd/contrib/openzfs/tests/zfs-tests/tests/functional/nopwrite/ |
| H A D | nopwrite_mtime.ksh | 70 atime=$(stat -c %X $TESTDIR/clone/file) 74 atime=$(stat -f "%a" $TESTDIR/clone/file) 78 atime=$(ls -E% all $TESTDIR/clone/file | awk '/atime/ {print $4}') 83 [[ $o_atime = $atime ]] || log_fail "atime changed: $o_atime $atime"
|
| /f-stack/freebsd/contrib/openzfs/tests/zfs-tests/tests/functional/history/ |
| H A D | history_002_pos.ksh | 77 atime on atime off 105 atime on atime off 133 atime on atime off
|
| H A D | history_004_pos.ksh | 54 zfs set atime=off $TESTPOOL/$TESTFS &
|
| /f-stack/freebsd/contrib/openzfs/tests/zfs-tests/tests/functional/delegate/ |
| H A D | zfs_allow_012_neg.ksh | 60 recordsize mountpoint checksum compression canmount atime \ 66 recordsize mountpoint checksum compression canmount atime \ 72 recordsize mountpoint checksum compression canmount atime \
|
| H A D | zfs_allow_010_pos.ksh | 77 atime true false \ 114 atime true false \ 146 atime true false \
|
| /f-stack/freebsd/contrib/openzfs/tests/zfs-tests/tests/functional/cli_user/misc/ |
| H A D | misc.cfg | 34 acltype atime \ 59 acltype atime \ 86 aclinherit aclmode atime \
|
| /f-stack/freebsd/contrib/openzfs/tests/zfs-tests/tests/functional/ |
| H A D | Makefile.am | 5 atime \ subdir
|
| /f-stack/freebsd/contrib/openzfs/cmd/zed/zed.d/ |
| H A D | history_event-zfs-list-cacher.sh.in | 49 canmount|mountpoint|atime|relatime|devices|exec|readonly| \
|
| /f-stack/freebsd/contrib/openzfs/module/os/linux/zfs/ |
| H A D | zpl_ctldir.c | 110 stat->atime = current_time(ip); in zpl_root_getattr_impl() 377 stat->atime = current_time(ip); in zpl_snapdir_getattr_impl() 511 stat->atime = current_time(ip); in zpl_shares_getattr_impl()
|
| H A D | zfs_znode.c | 532 uint64_t atime[2], mtime[2], ctime[2]; in zfs_znode_alloc() local 573 SA_ADD_BULK_ATTR(bulk, count, SA_ZPL_ATIME(zfsvfs), NULL, &atime, 16); in zfs_znode_alloc() 600 ZFS_TIME_DECODE(&ip->i_atime, atime); in zfs_znode_alloc() 669 uint64_t crtime[2], atime[2], mtime[2], ctime[2]; in zfs_mknode() local 804 ZFS_TIME_ENCODE(&vap->va_atime, atime); in zfs_mknode() 806 ZFS_TIME_ENCODE(&now, atime); in zfs_mknode() 829 NULL, &atime, 16); in zfs_mknode() 860 NULL, &atime, 16); in zfs_mknode() 1174 uint64_t atime[2], mtime[2], ctime[2]; in zfs_rezget() local 1239 &atime, 16); in zfs_rezget() [all …]
|
| /f-stack/freebsd/contrib/openzfs/tests/zfs-tests/tests/functional/rsend/ |
| H A D | send_realloc_files.ksh | 60 log_must zfs set atime=off $POOL/newfs
|
| /f-stack/freebsd/contrib/openzfs/tests/runfiles/ |
| H A D | linux.run | 33 [tests/functional/atime:Linux] 35 tags = ['functional', 'atime']
|