Home
last modified time | relevance | path

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

123

/titanic_50/usr/src/test/zfs-tests/tests/functional/cli_root/zfs_get/
H A Dzfs_get_003_pos.ksh45 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 Dzfs_get_002_pos.ksh48 sharenfs checksum compression atime devices exec readonly setuid zoned \
H A Dzfs_get_009_pos.ksh49 sharenfs checksum compression atime devices exec readonly setuid \
/titanic_50/usr/src/uts/common/fs/smbsrv/
H A Dsmb_cmn_setfile.c57 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 Dsmb_set_fileinfo.c438 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 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",\
/titanic_50/usr/src/cmd/ssh/libssh/common/
H A Dsftp-common.c60 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 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"
/titanic_50/usr/src/test/zfs-tests/tests/functional/atime/
H A Datime_002_neg.ksh28 . $STF_SUITE/tests/functional/atime/atime_common.kshlib
61 log_must $ZFS set atime=off $dst
H A Datime_001_pos.ksh28 . $STF_SUITE/tests/functional/atime/atime_common.kshlib
61 log_must $ZFS set atime=on $dst
H A DMakefile19 TESTDIR = $(ROOTOPTPKG)/tests/functional/atime
26 FILES = atime.cfg \
H A Datime_common.kshlib27 . $STF_SUITE/tests/functional/atime/atime.cfg
/titanic_50/usr/src/cmd/fs.d/nfs/nfslog/
H A Dfhtab.h81 time32_t atime; /* access time of entry */ member
106 time32_t atime; /* access time of entry */ member
H A Ddbtab.c412 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 Dwebnfs.x131 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 Dhistory_002_pos.ksh77 atime on atime off
H A Dhistory_004_pos.ksh54 $ZFS set atime=off $TESTPOOL/$TESTFS &
/titanic_50/usr/src/head/rpcsvc/
H A Dnfs_prot.x132 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 Dsftp-common.h49 u_int32_t atime; member
/titanic_50/usr/src/test/zfs-tests/tests/functional/
H A DMakefile20 atime \
/titanic_50/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 \
/titanic_50/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)
/titanic_50/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()
/titanic_50/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()

123