Searched refs:atime (Results 1 - 25 of 59) sorted by relevance

123

/illumos-gate/usr/src/test/zfs-tests/tests/functional/cli_root/zfs_get/
H A Dzfs_get_003_pos.ksh41 # 3. Verify the value of 'zfs get atime' and 'zfs get all | grep atime'
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 Dzfs_get_002_pos.ksh52 sharenfs checksum compression atime devices exec readonly setuid zoned \
H A Dzfs_get_008_pos.ksh55 checksum compression atime devices exec readonly setuid zoned snapdir \
H A Dzfs_get_009_pos.ksh53 sharenfs checksum compression atime devices exec readonly setuid \
H A Dzfs_get_001_pos.ksh61 sharenfs checksum compression atime devices exec readonly setuid zoned \
H A Dzfs_get_005_neg.ksh50 compression atime devices exec readonly setuid zoned snapdir aclmode \
/illumos-gate/usr/src/test/zfs-tests/tests/functional/atime/
H A DMakefile19 TESTDIR = $(ROOTOPTPKG)/tests/functional/atime
26 FILES = atime.cfg \
H A Datime_common.kshlib31 . $STF_SUITE/tests/functional/atime/atime.cfg
H A Datime_001_pos.ksh32 . $STF_SUITE/tests/functional/atime/atime_common.kshlib
36 # When atime=on, verify the access time for files is updated when read. It
43 # 4. Setting atime=on on datasets except snapshot, and read '$TESTFILE'.
49 log_assert "Setting atime=on, the access time for files is updated when read."
65 log_must zfs set atime=on $dst
70 log_pass "Verify the property atime=on passed."
H A Datime_002_neg.ksh32 . $STF_SUITE/tests/functional/atime/atime_common.kshlib
36 # When atime=off, verify the access time for files is not updated when read.
43 # 4. Setting atime=off on dataset and read '$TESTFILE'.
49 log_assert "Setting atime=off, the access time for files will not be updated \
65 log_must zfs set atime=off $dst
71 log_pass "Verify the property atime=off passed."
/illumos-gate/usr/src/test/zfs-tests/tests/functional/nopwrite/
H A Dnopwrite_mtime.ksh28 # but the atime does not.
50 o_atime=$(ls -E% all $TESTDIR/clone/file | awk '/atime/ {print $4}')
55 atime=$(ls -E% all $TESTDIR/clone/file | awk '/atime/ {print $4}')
59 [[ $o_atime = $atime ]] || log_fail "atime changed: $o_atime $atime"
/illumos-gate/usr/src/lib/libxcurses/h/posix/
H A Dmkslocal.h1100 m_textstr(4861, "stime,tty=TTY", "I"), "atime,args",\
1103 m_textstr(4862, "tty=TTY", "I"), "atime,args", NULL };
1108 m_textstr(4863, "atime,comm=COMD", "I"), NULL };
1109 #define M_PS_DEFFMT { m_textstr(4864, "pid,tty=TTY", "I"), "atime,comm",\
/illumos-gate/usr/src/uts/common/fs/smbsrv/
H A Dsmb_cmn_setfile.c57 uint64_t crtime, atime, mtime, ctime; local
62 &crtime, &atime, &mtime, &ctime, &attributes) != 0)
70 if (atime != 0 && atime != (uint64_t)-1) {
71 smb_time_nt_to_unix(atime, &attr->sa_vattr.va_atime);
H A Dsmb_set_fileinfo.c438 uint32_t crtime, atime, mtime; local
442 if (smbsr_decode_vwv(sr, "yyy", &crtime, &atime, &mtime) != 0)
457 if (atime != 0 && atime != UINT_MAX) {
459 smb_time_local_to_gmt(sr, atime);
481 uint32_t crtime, atime, mtime; local
486 &crtime, &atime, &mtime) != 0)
501 if (atime != 0 && atime != (uint32_t)-1) {
503 smb_time_local_to_gmt(sr, atime);
[all...]
/illumos-gate/usr/src/test/zfs-tests/tests/functional/
H A DMakefile20 atime \
/illumos-gate/usr/src/test/zfs-tests/tests/functional/delegate/
H A Dzfs_allow_012_neg.ksh59 recordsize mountpoint checksum compression canmount atime \
H A Dzfs_allow_010_pos.ksh67 atime true false \
/illumos-gate/usr/src/cmd/fs.d/nfs/nfslog/
H A Dfhtab.h81 time32_t atime; /* access time of entry */ member in struct:fhlist_ent
106 time32_t atime; /* access time of entry */ member in struct:linkinfo_ent
H A Ddbtab.c411 (void) fprintf(fp, "\nmtime 0x%x, atime 0x%x, flags 0x%x, reclen %d\n",
412 linkp->mtime, linkp->atime, linkp->flags, linkp->reclen);
430 (void) fprintf(fp, "\nmtime 0x%x, atime 0x%x, flags 0x%x, reclen %d\n",
431 fhrecp->mtime, fhrecp->atime, fhrecp->flags, fhrecp->reclen);
613 * db_update_fhrec - puts fhrec in db with updated atime if more than
622 if (difftime(cur_time, fhrecp->atime) >= mapping_update_interval) {
623 fhrecp->atime = cur_time;
631 * db_update_linkinfo - puts linkinfo in db with updated atime if more than
640 if (difftime(cur_time, linkp->atime) >= mapping_update_interval) {
641 linkp->atime
[all...]
/illumos-gate/usr/src/test/zfs-tests/tests/functional/history/
H A Dhistory_002_pos.ksh77 atime on atime off
H A Dhistory_004_pos.ksh54 zfs set atime=off $TESTPOOL/$TESTFS &
/illumos-gate/usr/src/cmd/fs.d/nfs/lib/
H A Dwebnfs.x131 wnl_time atime; /* time of last access */
265 wnl_time3 atime;
/illumos-gate/usr/src/stand/lib/fs/nfs/
H A Dnfs2ops.c219 vap->va_atime.tv_sec = na->atime.seconds;
220 vap->va_atime.tv_nsec = na->atime.useconds * 1000;
/illumos-gate/usr/src/head/rpcsvc/
H A Dnfs_prot.x132 nfstime atime; /* time of last access */
145 nfstime atime; /* time of last access */
473 nfstime3 atime;
549 nfstime3 atime;
566 set_atime atime;
/illumos-gate/usr/src/uts/common/sys/
H A Dflock_impl.h450 int atime; /* used for cycle detection algorithm */ member in struct:proc_vertex
483 #define PROC_ARRIVE(pvertex) ((pvertex)->atime = pgraph.mark)
485 #define PROC_ARRIVED(pvertex) ((pvertex)->atime == pgraph.mark)

Completed in 194 milliseconds

123