Searched refs:atime (Results 76 - 100 of 133) sorted by relevance

123456

/freebsd-13-stable/crypto/heimdal/appl/rcp/
H A Drcp.c425 #define atime tv[0] macro
483 atime.tv_sec = strtol(cp, &cp, 10);
485 SCREWUP("atime.sec not delimited");
486 atime.tv_usec = strtol(cp, &cp, 10);
488 SCREWUP("atime.usec not delimited");
/freebsd-13-stable/sys/contrib/openzfs/module/zfs/
H A Dzfs_sa.c292 uint64_t crtime[2], mtime[2], ctime[2], atime[2]; local
325 SA_ADD_BULK_ATTR(bulk, count, SA_ZPL_ATIME(zfsvfs), NULL, &atime, 16);
366 &atime, 16);
/freebsd-13-stable/contrib/libarchive/test_utils/
H A Dtest_common.h266 #define assertUtimes(pathname, atime, atime_nsec, mtime, mtime_nsec) \
267 assertion_utimes(__FILE__, __LINE__, pathname, atime, atime_nsec, mtime, mtime_nsec)
/freebsd-13-stable/bin/pax/
H A Dfile_subs.c633 set_ftime(char *fnm, time_t mtime, time_t atime, int frc) argument
638 tv[0].tv_sec = atime;
/freebsd-13-stable/sys/contrib/openzfs/cmd/zdb/
H A Dzdb_il.c228 time_t atime = (time_t)lr->lr_atime[0]; local
258 ctime(&atime));
/freebsd-13-stable/sys/fs/fuse/
H A Dfuse_kernel.h153 uint64_t atime; member in struct:fuse_attr
476 uint64_t atime; member in struct:fuse_setattr_in
/freebsd-13-stable/tests/sys/fs/fusefs/
H A Dgetattr.cc221 out.body.attr.attr.atime = 3;
286 out.body.attr.attr.atime = 3;
H A Dmockfs.hh95 uint64_t atime; member in struct:fuse_attr_7_8
H A Dlookup.cc72 out.body.entry.attr.atime = 3;
/freebsd-13-stable/sys/contrib/openzfs/module/os/linux/zfs/
H A Dzfs_znode.c528 uint64_t atime[2], mtime[2], ctime[2]; local
569 SA_ADD_BULK_ATTR(bulk, count, SA_ZPL_ATIME(zfsvfs), NULL, &atime, 16);
596 ZFS_TIME_DECODE(&ip->i_atime, atime);
672 uint64_t crtime[2], atime[2], mtime[2], ctime[2]; local
807 ZFS_TIME_ENCODE(&vap->va_atime, atime);
809 ZFS_TIME_ENCODE(&now, atime);
832 NULL, &atime, 16);
863 NULL, &atime, 16);
1177 uint64_t atime[2], mtime[2], ctime[2]; local
1242 &atime, 1
[all...]
H A Dzfs_vnops_os.c95 * range locks) and syncing out cached atime changes. Third,
555 * zp - ctime|mtime always, atime if new
1180 * zpp - ctime|mtime|atime updated
1497 * ip - atime updated
1649 * authoritative atime, blksize, and block count.
1862 uint64_t mtime[2], ctime[2], atime[2]; local
1951 * Immutable files can only alter immutable bit and atime
2426 ZFS_TIME_ENCODE(&ip->i_atime, atime);
2428 &atime, sizeof (atime));
3642 uint64_t mode, atime[2], mtime[2], ctime[2]; local
3709 uint64_t atime[2]; local
[all...]
/freebsd-13-stable/libexec/flua/modules/
H A Dlfs.c247 PUSH_INTEGER(access, atime)
/freebsd-13-stable/sys/fs/udf/
H A Decma167-udf.h343 struct timestamp atime; member in struct:file_entry
/freebsd-13-stable/sys/security/mac_bsdextended/
H A Dugidfw_vnode.c270 struct label *vplabel, struct timespec atime, struct timespec utime)
269 ugidfw_vnode_check_setutimes(struct ucred *cred, struct vnode *vp, struct label *vplabel, struct timespec atime, struct timespec utime) argument
/freebsd-13-stable/crypto/openssh/
H A Dscp.c609 fprintf(stderr, "File mtime %lld atime %lld\n",
1243 #define atime tv[0] macro
1324 SCREWUP("atime.sec not present");
1327 SCREWUP("atime.sec not delimited");
1330 atime.tv_sec = ull;
1331 atime.tv_usec = strtol(cp, &cp, 10);
1332 if (!cp || *cp++ != '\0' || atime.tv_usec < 0 ||
1333 atime.tv_usec > 999999)
1334 SCREWUP("atime.usec not delimited");
/freebsd-13-stable/contrib/lib9p/
H A Dfcall.h264 uint32_t atime; member in struct:l9p_stat
/freebsd-13-stable/sbin/sconfig/
H A Dsconfig.c524 format_e3_cv (unsigned long cv, unsigned long baud, unsigned long atime) argument
528 if (!cv || !baud || !atime)
531 sprintf (buf, "%10lu (%.1e)", cv, (double)cv/baud/atime);
/freebsd-13-stable/sys/security/mac/
H A Dmac_vfs.c876 struct timespec atime, struct timespec mtime)
882 MAC_POLICY_CHECK(vnode_check_setutimes, cred, vp, vp->v_label, atime,
884 MAC_CHECK_PROBE4(vnode_check_setutimes, error, cred, vp, &atime,
875 mac_vnode_check_setutimes(struct ucred *cred, struct vnode *vp, struct timespec atime, struct timespec mtime) argument
/freebsd-13-stable/sys/contrib/openzfs/module/os/freebsd/zfs/
H A Dzfs_znode.c558 uint64_t crtime[2], atime[2], mtime[2], ctime[2]; local
679 ZFS_TIME_ENCODE(&vap->va_atime, atime);
681 ZFS_TIME_ENCODE(&now, atime);
704 NULL, &atime, 16);
735 NULL, &atime, 16);
H A Dzfs_vfsops.c633 boolean_t atime = B_FALSE; local
692 atime = B_FALSE;
695 atime = B_TRUE;
774 atime_changed_cb(zfsvfs, atime);
/freebsd-13-stable/contrib/libarchive/libarchive/
H A Darchive_read_disk_posix.c141 time_t atime; member in struct:restore_time
740 * not to restore an atime of the file later.
1035 t->restore_time.atime = archive_entry_atime(entry);
2021 timespecs[0].tv_sec = rt->atime;
2031 times[0].tv_sec = rt->atime;
2114 te->restore_time.atime = rt->atime;
H A Darchive_read_support_format_lha.c169 time_t atime; member in struct:lha
560 lha->atime = 0;
714 archive_entry_set_atime(entry, lha->atime,
1334 lha->atime = lha_win_time(
1415 lha->atime = archive_le32dec(extdheader+12);
1426 lha->atime = archive_le32dec(extdheader+16);
/freebsd-13-stable/usr.sbin/fstyp/
H A Dhammer2_disk.h983 uint64_t atime; /* 0020 access time (unsupported) */ member in struct:hammer2_inode_meta
H A Dhammer_disk.h909 uint64_t atime; /* atime must be last */ member in struct:hammer_inode_data
913 * Neither mtime nor atime upates are CRCd by the B-Tree element.
914 * mtime updates have UNDO, atime updates do not.
/freebsd-13-stable/lib/libfetch/
H A Dftp.c411 us->atime = us->mtime = 0;
470 us->atime = t;

Completed in 381 milliseconds

123456