Home
last modified time | relevance | path

Searched refs:atime (Results 1 – 25 of 71) sorted by relevance

123

/illumos-gate/usr/src/test/zfs-tests/tests/functional/cli_root/zfs_get/
H A Dzfs_get_003_pos.ksh49 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_009_pos.ksh53 sharenfs checksum compression atime devices exec readonly setuid \
H A Dzfs_get_008_pos.ksh55 checksum compression atime devices exec readonly setuid zoned snapdir \
/illumos-gate/usr/src/uts/common/fs/smbsrv/
H A Dsmb_set_fileinfo.c435 uint32_t crtime, atime, mtime; in smb_set_information2() local
439 if (smbsr_decode_vwv(sr, "yyy", &crtime, &atime, &mtime) != 0) in smb_set_information2()
454 if (atime != 0 && atime != UINT_MAX) { in smb_set_information2()
456 smb_time_local_to_gmt(sr, atime); in smb_set_information2()
478 uint32_t crtime, atime, mtime; in smb_set_standard_info() local
483 &crtime, &atime, &mtime) != 0) in smb_set_standard_info()
498 if (atime != 0 && atime != (uint32_t)-1) { in smb_set_standard_info()
500 smb_time_local_to_gmt(sr, atime); in smb_set_standard_info()
H A Dsmb_cmn_setfile.c58 uint64_t crtime, atime, mtime, ctime; in smb_set_basic_info() local
63 &crtime, &atime, &mtime, &ctime, &attributes) != 0) in smb_set_basic_info()
81 if (atime != 0) { in smb_set_basic_info()
82 if ((int64_t)atime < -2) in smb_set_basic_info()
85 smb_time_nt_to_unix(atime, &attr->sa_vattr.va_atime); in smb_set_basic_info()
/illumos-gate/usr/src/lib/libxcurses/h/posix/
H A Dmkslocal.h1098 m_textstr(4861, "stime,tty=TTY", "I"), "atime,args",\
1101 m_textstr(4862, "tty=TTY", "I"), "atime,args", NULL };
1106 m_textstr(4863, "atime,comm=COMD", "I"), NULL };
1107 #define M_PS_DEFFMT { m_textstr(4864, "pid,tty=TTY", "I"), "atime,comm",\
/illumos-gate/usr/src/test/zfs-tests/tests/functional/nopwrite/
H A Dnopwrite_mtime.ksh55 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/test/zfs-tests/tests/functional/atime/
H A Datime_002_neg.ksh32 . $STF_SUITE/tests/functional/atime/atime_common.kshlib
65 log_must zfs set atime=off $dst
H A Datime_001_pos.ksh32 . $STF_SUITE/tests/functional/atime/atime_common.kshlib
65 log_must zfs set atime=on $dst
H A Datime_common.kshlib31 . $STF_SUITE/tests/functional/atime/atime.cfg
H A DMakefile19 TARGETDIR = $(ROOTOPTPKG)/tests/functional/atime
/illumos-gate/usr/src/cmd/fs.d/nfs/nfslog/
H A Ddbtab.c410 linkp->mtime, linkp->atime, linkp->flags, linkp->reclen); in debug_print_linkinfo()
429 fhrecp->mtime, fhrecp->atime, fhrecp->flags, fhrecp->reclen); in debug_print_fhlist()
621 fhrecp->atime = cur_time; in db_update_fhrec()
639 linkp->atime = cur_time; in db_update_linkinfo()
680 new_fhrecp->atime = new_fhrecp->mtime; in create_primary_struct()
923 linkp->atime = linkp->mtime; in create_link_struct()
1283 fhrecp->atime = fhrecp->mtime; in db_update_primary_new_head()
1761 (difftime(ts, linkp->atime) <= prune_timeout)) { in links_timedout()
1771 if (difftime(pfe->atime, linkp->atime) < 0) { in links_timedout()
1773 pfe->atime = linkp->atime; in links_timedout()
[all …]
H A Dfhtab.h79 time32_t atime; /* access time of entry */ member
104 time32_t atime; /* access time of entry */ member
/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.x129 wnl_time atime; /* time of last access */ member
263 wnl_time3 atime; member
/illumos-gate/usr/src/head/rpcsvc/
H A Dnfs_prot.x129 nfstime atime; /* time of last access */ member
142 nfstime atime; /* time of last access */ member
470 nfstime3 atime; member
546 nfstime3 atime; variable
563 set_atime atime; member
/illumos-gate/usr/src/uts/common/sys/
H A Dflock_impl.h450 int atime; /* used for cycle detection algorithm */ member
483 #define PROC_ARRIVE(pvertex) ((pvertex)->atime = pgraph.mark)
485 #define PROC_ARRIVED(pvertex) ((pvertex)->atime == pgraph.mark)
/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/
H A Drcp.c1185 time_t mtime, atime; in source() local
1193 atime = stb.st_atime; in source()
1195 if ((mtime < 0) || (atime < 0)) { in source()
1203 if (atime < 0) { in source()
1204 atime = now; in source()
1210 mtime, atime); in source()
1426 #define atime tv[0] in sink() macro
1490 atime.tv_sec = strtol(cp, &cp, 0); in sink()
1493 atime.tv_usec = strtol(cp, &cp, 0); in sink()
/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.ksh68 atime true false \
/illumos-gate/usr/src/stand/lib/fs/nfs/
H A Dnfs2ops.c219 vap->va_atime.tv_sec = na->atime.seconds; in nfsgetattr()
220 vap->va_atime.tv_nsec = na->atime.useconds * 1000; in nfsgetattr()
/illumos-gate/usr/src/test/zfs-tests/tests/functional/rsend/
H A Dsend_realloc_files.ksh57 log_must zfs set atime=off $POOL/newfs
/illumos-gate/usr/src/uts/common/fs/nfs/
H A Dnfs3_xdr.c516 na->atime.seconds = IXDR_GET_U_INT32(ptr); in xdr_fattr3()
517 na->atime.nseconds = IXDR_GET_U_INT32(ptr); in xdr_fattr3()
534 IXDR_PUT_U_INT32(ptr, na->atime.seconds); in xdr_fattr3()
535 IXDR_PUT_U_INT32(ptr, na->atime.nseconds); in xdr_fattr3()
554 xdr_u_int(xdrs, &na->atime.seconds) && in xdr_fattr3()
555 xdr_u_int(xdrs, &na->atime.nseconds) && in xdr_fattr3()
1019 if (!xdr_enum(xdrs, (enum_t *)&objp->atime.set_it)) in xdr_sattr3()
1021 if (objp->atime.set_it == SET_TO_CLIENT_TIME) { in xdr_sattr3()
1022 if (!xdr_u_int(xdrs, &objp->atime.atime.seconds)) in xdr_sattr3()
1024 if (!xdr_u_int(xdrs, &objp->atime.atime.nseconds)) in xdr_sattr3()

123