/illumos-gate/usr/src/test/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 zoned \
|
H A D | zfs_get_009_pos.ksh | 53 sharenfs checksum compression atime devices exec readonly setuid \
|
/illumos-gate/usr/src/uts/common/fs/smbsrv/ |
H A D | smb_set_fileinfo.c | 435 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 D | smb_cmn_setfile.c | 58 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 D | mkslocal.h | 1098 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 D | nopwrite_mtime.ksh | 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/test/zfs-tests/tests/functional/atime/ |
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 | atime_001_pos.ksh | 32 . $STF_SUITE/tests/functional/atime/atime_common.kshlib 65 log_must zfs set atime=on $dst
|
H A D | atime_common.kshlib | 31 . $STF_SUITE/tests/functional/atime/atime.cfg
|
H A D | Makefile | 19 TARGETDIR = $(ROOTOPTPKG)/tests/functional/atime
|
/illumos-gate/usr/src/cmd/fs.d/nfs/nfslog/ |
H A D | dbtab.c | 410 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() 620 if (difftime(cur_time, fhrecp->atime) >= mapping_update_interval) { in db_update_fhrec() 621 fhrecp->atime = cur_time; in db_update_fhrec() 638 if (difftime(cur_time, linkp->atime) >= mapping_update_interval) { in db_update_linkinfo() 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() [all …]
|
H A D | fhtab.h | 79 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 D | history_002_pos.ksh | 77 atime on atime off
|
H A D | history_004_pos.ksh | 54 zfs set atime=off $TESTPOOL/$TESTFS &
|
/illumos-gate/usr/src/cmd/fs.d/nfs/lib/ |
H A D | webnfs.x | 129 wnl_time atime; /* time of last access */ member 263 wnl_time3 atime; member
|
/illumos-gate/usr/src/head/rpcsvc/ |
H A D | nfs_prot.x | 129 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 D | flock_impl.h | 450 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 D | rcp.c | 1185 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 D | zfs_allow_012_neg.ksh | 59 recordsize mountpoint checksum compression canmount atime \
|
H A D | zfs_allow_010_pos.ksh | 68 atime true false \
|
/illumos-gate/usr/src/stand/lib/fs/nfs/ |
H A D | nfs2ops.c | 219 vap->va_atime.tv_sec = na->atime.seconds; in nfsgetattr() 220 vap->va_atime.tv_nsec = na->atime.useconds * 1000; in nfsgetattr()
|
H A D | nfs3_xdr.c | 70 if (!xdr_u_int(xdrs, &objp->atime.seconds)) in xdr_b_fattr3() 72 if (!xdr_u_int(xdrs, &objp->atime.nseconds)) in xdr_b_fattr3()
|
/illumos-gate/usr/src/uts/common/fs/nfs/ |
H A D | nfs3_xdr.c | 516 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()
|
/illumos-gate/usr/src/test/zfs-tests/tests/functional/rsend/ |
H A D | send_realloc_files.ksh | 57 log_must zfs set atime=off $POOL/newfs
|