| /f-stack/freebsd/contrib/openzfs/tests/zfs-tests/tests/functional/nopwrite/ |
| H A D | nopwrite_mtime.ksh | 72 mtime=$(stat -c %Y $TESTDIR/clone/file) 76 mtime=$(stat -f "%m" $TESTDIR/clone/file) 80 mtime=$(ls -E% all $TESTDIR/clone/file | awk '/mtime/ {print $4}') 85 [[ $o_mtime = $mtime ]] && log_fail "mtime unchanged: $o_mtime $mtime"
|
| /f-stack/freebsd/contrib/openzfs/module/os/freebsd/zfs/ |
| H A D | zfs_dir.c | 579 uint64_t mtime[2], ctime[2]; in zfs_link_create() local 630 zfs_tstamp_update_setup(zp, STATE_CHANGED, mtime, in zfs_link_create() 644 mtime, sizeof (mtime)); in zfs_link_create() 649 zfs_tstamp_update_setup(dzp, CONTENT_MODIFIED, mtime, ctime); in zfs_link_create() 715 uint64_t mtime[2], ctime[2]; in zfs_link_destroy() local 754 zfs_tstamp_update_setup(zp, STATE_CHANGED, mtime, in zfs_link_destroy() 778 NULL, mtime, sizeof (mtime)); in zfs_link_destroy() 781 zfs_tstamp_update_setup(dzp, CONTENT_MODIFIED, mtime, ctime); in zfs_link_destroy()
|
| H A D | zfs_znode.c | 408 uint64_t mtime[2], ctime[2]; in zfs_znode_alloc() local 466 &mtime, 16); in zfs_znode_alloc() 554 uint64_t crtime[2], atime[2], mtime[2], ctime[2]; in zfs_mknode() local 681 ZFS_TIME_ENCODE(&vap->va_mtime, mtime); in zfs_mknode() 683 ZFS_TIME_ENCODE(&now, mtime); in zfs_mknode() 702 NULL, &mtime, 16); in zfs_mknode() 733 NULL, &mtime, 16); in zfs_mknode() 1284 ZFS_TIME_ENCODE(&now, mtime); in zfs_tstamp_update_setup_ext() 1303 zfs_tstamp_update_setup_ext(zp, flag, mtime, ctime, B_TRUE); in zfs_tstamp_update_setup() 1559 uint64_t mtime[2], ctime[2]; in zfs_freesp() local [all …]
|
| H A D | zfs_vnops_os.c | 1984 uint64_t mtime[2], ctime[2], crtime[2], rdev; in zfs_getattr() local 2152 ZFS_TIME_DECODE(&vap->va_mtime, mtime); in zfs_getattr() 2207 uint64_t mtime[2], ctime[2]; in zfs_setattr() local 2784 ZFS_TIME_ENCODE(&vap->va_mtime, mtime); in zfs_setattr() 2786 mtime, sizeof (mtime)); in zfs_setattr() 2799 NULL, mtime, sizeof (mtime)); in zfs_setattr() 2802 zfs_tstamp_update_setup(zp, CONTENT_MODIFIED, mtime, ctime); in zfs_setattr() 2806 zfs_tstamp_update_setup(zp, STATE_CHANGED, mtime, ctime); in zfs_setattr() 2812 mtime, ctime); in zfs_setattr() 4248 uint64_t mtime[2], ctime[2]; in zfs_putpages() local [all …]
|
| /f-stack/app/nginx-1.16.1/src/core/ |
| H A D | ngx_open_file_cache.h | 22 time_t mtime; member 66 time_t mtime; member
|
| H A D | ngx_open_file_cache.c | 170 of->mtime = ngx_file_mtime(&fi); in ngx_open_cached_file() 244 of->mtime = file->mtime; in ngx_open_cached_file() 408 file->mtime = of->mtime; in ngx_open_cached_file() 936 of->mtime = ngx_file_mtime(&fi); in ngx_open_and_stat_file()
|
| H A D | ngx_file.h | 120 time_t mtime; member
|
| H A D | ngx_file.c | 1059 ctx->mtime = ngx_de_mtime(&dir); in ngx_walk_tree() 1071 ctx->mtime = ngx_de_mtime(&dir); in ngx_walk_tree() 1090 ctx->mtime = ngx_de_mtime(&dir); in ngx_walk_tree()
|
| /f-stack/freebsd/contrib/openzfs/module/os/linux/zfs/ |
| H A D | zfs_dir.c | 799 uint64_t mtime[2], ctime[2]; in zfs_link_create() local 849 zfs_tstamp_update_setup(zp, STATE_CHANGED, mtime, in zfs_link_create() 868 mtime, sizeof (mtime)); in zfs_link_create() 873 zfs_tstamp_update_setup(dzp, CONTENT_MODIFIED, mtime, ctime); in zfs_link_create() 945 uint64_t mtime[2], ctime[2]; in zfs_link_destroy() local 985 zfs_tstamp_update_setup(zp, STATE_CHANGED, mtime, in zfs_link_destroy() 1013 NULL, mtime, sizeof (mtime)); in zfs_link_destroy() 1016 zfs_tstamp_update_setup(dzp, CONTENT_MODIFIED, mtime, ctime); in zfs_link_destroy()
|
| H A D | zfs_znode.c | 532 uint64_t atime[2], mtime[2], ctime[2]; in zfs_znode_alloc() local 601 ZFS_TIME_DECODE(&ip->i_mtime, mtime); in zfs_znode_alloc() 810 ZFS_TIME_ENCODE(&vap->va_mtime, mtime); in zfs_mknode() 812 ZFS_TIME_ENCODE(&now, mtime); in zfs_mknode() 831 NULL, &mtime, 16); in zfs_mknode() 862 NULL, &mtime, 16); in zfs_mknode() 1174 uint64_t atime[2], mtime[2], ctime[2]; in zfs_rezget() local 1241 &mtime, 16); in zfs_rezget() 1267 ZFS_TIME_DECODE(&ZTOI(zp)->i_mtime, mtime); in zfs_rezget() 1419 ZFS_TIME_ENCODE(&now, mtime); in zfs_tstamp_update_setup() [all …]
|
| H A D | zfs_vnops_os.c | 1851 uint64_t mtime[2], ctime[2], atime[2]; in zfs_setattr() local 2421 ZFS_TIME_ENCODE(&vap->va_mtime, mtime); in zfs_setattr() 2426 mtime, sizeof (mtime)); in zfs_setattr() 3453 uint64_t mtime[2], ctime[2]; in zfs_putpage() local 3589 SA_ADD_BULK_ATTR(bulk, cnt, SA_ZPL_MTIME(zfsvfs), NULL, &mtime, 16); in zfs_putpage() 3595 ZFS_TIME_ENCODE(&ip->i_mtime, mtime); in zfs_putpage() 3631 uint64_t mode, atime[2], mtime[2], ctime[2]; in zfs_dirty_inode() local 3672 SA_ADD_BULK_ATTR(bulk, cnt, SA_ZPL_MTIME(zfsvfs), NULL, &mtime, 16); in zfs_dirty_inode() 3677 ZFS_TIME_ENCODE(&ip->i_mtime, mtime); in zfs_dirty_inode()
|
| H A D | zpl_ctldir.c | 376 stat->ctime = stat->mtime = dmu_objset_snap_cmtime(zfsvfs->z_os); in zpl_snapdir_getattr_impl()
|
| /f-stack/freebsd/netinet/ |
| H A D | tcp_lro.h | 78 struct timeval mtime; member
|
| H A D | tcp_lro.c | 372 if (timevalcmp(&tv, &le->mtime, >=)) { in tcp_lro_flush_inactive() 1332 lro_set_mtime(&le->mtime, &arrv); in tcp_lro_rx2() 1343 lro_set_mtime(&le->mtime, &arrv); in tcp_lro_rx2()
|
| /f-stack/freebsd/contrib/openzfs/module/zfs/ |
| H A D | zfs_sa.c | 291 uint64_t crtime[2], mtime[2], ctime[2], atime[2]; in zfs_sa_upgrade() local 325 SA_ADD_BULK_ATTR(bulk, count, SA_ZPL_MTIME(zfsvfs), NULL, &mtime, 16); in zfs_sa_upgrade() 367 &mtime, 16); in zfs_sa_upgrade()
|
| H A D | zfs_vnops.c | 335 uint64_t mtime[2], ctime[2]; in zfs_write() local 336 SA_ADD_BULK_ATTR(bulk, count, SA_ZPL_MTIME(zfsvfs), NULL, &mtime, 16); in zfs_write() 629 zfs_tstamp_update_setup(zp, CONTENT_MODIFIED, mtime, ctime); in zfs_write()
|
| /f-stack/app/nginx-1.16.1/src/http/modules/ |
| H A D | ngx_http_autoindex_module.c | 35 time_t mtime; member 379 entry->mtime = ngx_de_mtime(&dir); in ngx_http_autoindex_handler() 628 ngx_gmtime(entry[i].mtime + tp->gmtoff * 60 * alcf->localtime, &tm); in ngx_http_autoindex_html() 784 b->last = ngx_http_time(b->last, entry[i].mtime); in ngx_http_autoindex_json() 913 ngx_gmtime(entry[i].mtime, &tm); in ngx_http_autoindex_xml()
|
| H A D | ngx_http_flv_module.c | 195 r->headers_out.last_modified_time = of.mtime; in ngx_http_flv_handler()
|
| H A D | ngx_http_static_module.c | 219 r->headers_out.last_modified_time = of.mtime; in ngx_http_static_handler()
|
| H A D | ngx_http_gzip_static_module.c | 229 r->headers_out.last_modified_time = of.mtime; in ngx_http_gzip_static_handler()
|
| H A D | ngx_http_dav_module.c | 931 if (ngx_set_file_time(NULL, fd, ctx->mtime) != NGX_OK) { in ngx_http_dav_copy_dir_time() 946 if (ngx_set_file_time(dir, 0, ctx->mtime) != NGX_OK) { in ngx_http_dav_copy_dir_time() 988 cf.time = ctx->mtime; in ngx_http_dav_copy_tree_file()
|
| H A D | ngx_http_geo_module.c | 1408 time_t mtime; in ngx_http_geo_include_binary_base() local 1459 mtime = ngx_file_mtime(&fi); in ngx_http_geo_include_binary_base() 1472 if (mtime < ngx_file_mtime(&fi)) { in ngx_http_geo_include_binary_base()
|
| /f-stack/freebsd/contrib/openzfs/cmd/zdb/ |
| H A D | zdb_il.c | 229 time_t mtime = (time_t)lr->lr_mtime[0]; in zil_prt_rec_setattr() local 265 ctime(&mtime)); in zil_prt_rec_setattr()
|
| /f-stack/freebsd/security/mac/ |
| H A D | mac_vfs.c | 876 struct timespec atime, struct timespec mtime) in mac_vnode_check_setutimes() argument 883 mtime); in mac_vnode_check_setutimes() 885 &mtime); in mac_vnode_check_setutimes()
|
| /f-stack/app/nginx-1.16.1/src/stream/ |
| H A D | ngx_stream_geo_module.c | 1334 time_t mtime; in ngx_stream_geo_include_binary_base() local 1385 mtime = ngx_file_mtime(&fi); in ngx_stream_geo_include_binary_base() 1398 if (mtime < ngx_file_mtime(&fi)) { in ngx_stream_geo_include_binary_base()
|