/titanic_50/usr/src/test/zfs-tests/tests/functional/cli_root/zfs_get/ |
H A D | zfs_get_003_pos.ksh | 45 log_must $ZFS mount -o remount,atime $TESTPOOL/$TESTFS 51 log_must $ZFS set atime=on $TESTPOOL/$TESTFS 54 value1=$($ZFS get -H atime $TESTPOOL/$TESTFS | $AWK '{print $3}') 56 $GREP ^atime | $AWK '{print $2}')
|
H A D | zfs_get_002_pos.ksh | 48 sharenfs checksum compression atime devices exec readonly setuid zoned \
|
H A D | zfs_get_009_pos.ksh | 49 sharenfs checksum compression atime devices exec readonly setuid \
|
/titanic_50/usr/src/uts/common/fs/smbsrv/ |
H A D | smb_cmn_setfile.c | 57 uint64_t crtime, atime, mtime, ctime; in smb_set_basic_info() local 62 &crtime, &atime, &mtime, &ctime, &attributes) != 0) in smb_set_basic_info() 70 if (atime != 0 && atime != (uint64_t)-1) { in smb_set_basic_info() 71 smb_time_nt_to_unix(atime, &attr->sa_vattr.va_atime); in smb_set_basic_info()
|
H A D | smb_set_fileinfo.c | 438 uint32_t crtime, atime, mtime; in smb_set_information2() local 442 if (smbsr_decode_vwv(sr, "yyy", &crtime, &atime, &mtime) != 0) in smb_set_information2() 457 if (atime != 0 && atime != UINT_MAX) { in smb_set_information2() 459 smb_time_local_to_gmt(sr, atime); in smb_set_information2() 481 uint32_t crtime, atime, mtime; in smb_set_standard_info() local 486 &crtime, &atime, &mtime) != 0) in smb_set_standard_info() 501 if (atime != 0 && atime != (uint32_t)-1) { in smb_set_standard_info() 503 smb_time_local_to_gmt(sr, atime); in smb_set_standard_info()
|
/titanic_50/usr/src/lib/libxcurses/h/posix/ |
H A D | mkslocal.h | 1100 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",\
|
/titanic_50/usr/src/cmd/ssh/libssh/common/ |
H A D | sftp-common.c | 60 a->atime = 0; in attrib_clear() 78 a->atime = st->st_atime; in stat_to_attrib() 97 st->st_atime = a->atime; in attrib_to_stat() 119 a.atime = buffer_get_int(b); in decode_attrib() 153 buffer_put_int(b, a->atime); in encode_attrib()
|
/titanic_50/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"
|
/titanic_50/usr/src/test/zfs-tests/tests/functional/atime/ |
H A D | atime_002_neg.ksh | 28 . $STF_SUITE/tests/functional/atime/atime_common.kshlib 61 log_must $ZFS set atime=off $dst
|
H A D | atime_001_pos.ksh | 28 . $STF_SUITE/tests/functional/atime/atime_common.kshlib 61 log_must $ZFS set atime=on $dst
|
H A D | Makefile | 19 TESTDIR = $(ROOTOPTPKG)/tests/functional/atime 26 FILES = atime.cfg \
|
H A D | atime_common.kshlib | 27 . $STF_SUITE/tests/functional/atime/atime.cfg
|
/titanic_50/usr/src/cmd/fs.d/nfs/nfslog/ |
H A D | fhtab.h | 81 time32_t atime; /* access time of entry */ member 106 time32_t atime; /* access time of entry */ member
|
H A D | dbtab.c | 412 linkp->mtime, linkp->atime, linkp->flags, linkp->reclen); in debug_print_linkinfo() 431 fhrecp->mtime, fhrecp->atime, fhrecp->flags, fhrecp->reclen); in debug_print_fhlist() 622 if (difftime(cur_time, fhrecp->atime) >= mapping_update_interval) { in db_update_fhrec() 623 fhrecp->atime = cur_time; in db_update_fhrec() 640 if (difftime(cur_time, linkp->atime) >= mapping_update_interval) { in db_update_linkinfo() 641 linkp->atime = cur_time; in db_update_linkinfo() 682 new_fhrecp->atime = new_fhrecp->mtime; in create_primary_struct() 925 linkp->atime = linkp->mtime; in create_link_struct() 1285 fhrecp->atime = fhrecp->mtime; in db_update_primary_new_head() 1763 (difftime(ts, linkp->atime) <= prune_timeout)) { in links_timedout() [all …]
|
/titanic_50/usr/src/cmd/fs.d/nfs/lib/ |
H A D | webnfs.x | 131 wnl_time atime; /* time of last access */ member 265 wnl_time3 atime; member
|
/titanic_50/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 &
|
/titanic_50/usr/src/head/rpcsvc/ |
H A D | nfs_prot.x | 132 nfstime atime; /* time of last access */ member 145 nfstime atime; /* time of last access */ member 473 nfstime3 atime; member 549 nfstime3 atime; variable 566 set_atime atime; member
|
/titanic_50/usr/src/cmd/ssh/include/ |
H A D | sftp-common.h | 49 u_int32_t atime; member
|
/titanic_50/usr/src/test/zfs-tests/tests/functional/ |
H A D | Makefile | 20 atime \
|
/titanic_50/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 | 67 atime true false \
|
/titanic_50/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)
|
/titanic_50/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()
|
/titanic_50/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()
|