HomeSort by: relevance | last modified time | path
    Searched refs:vfs_timestamp (Results 1 - 18 of 18) sorted by relevancy

  /src/sys/ufs/ext2fs/
ext2fs_subr.c 114 vfs_timestamp(&now);
ext2fs_vfsops.c 1218 vfs_timestamp(&now);
  /src/sys/ufs/lfs/
lfs_itimes.c 66 vfs_timestamp(&now);
ulfs_lookup.c 818 vfs_timestamp(&ts);
lfs_segment.c 178 vfs_timestamp(&ts);
  /src/sys/fs/udf/
udf_strat_sequential.c 285 vfs_timestamp(&priv->last_queued[queue]);
518 vfs_timestamp(&now);
662 vfs_timestamp(&priv->last_queued[UDF_SHED_READING]);
663 vfs_timestamp(&priv->last_queued[UDF_SHED_WRITING]);
664 vfs_timestamp(&priv->last_queued[UDF_SHED_SEQWRITING]);
udf_strat_rmw.c 255 vfs_timestamp(&priv->last_queued[newqueue]);
520 vfs_timestamp(&eccline->wait_time);
1214 vfs_timestamp(&now);
1273 vfs_timestamp(&now);
1435 vfs_timestamp(&priv->last_queued[i]);
udf_subr.c 4699 vfs_timestamp(&now);
4781 vfs_timestamp(&now);
6165 vfs_timestamp(&now);
  /src/sys/ufs/chfs/
chfs_subr.c 315 vfs_timestamp(&now);
  /src/sys/sys/
vnode.h 665 void vfs_timestamp(struct timespec *);
  /src/sys/fs/tmpfs/
tmpfs_subr.c 236 vfs_timestamp(&node->tn_atime);
1195 vfs_timestamp(&nowtm);
  /src/sys/fs/nfs/server/
nfs_nfsdport.c 1518 vfs_timestamp(&va.va_mtime);
2392 vfs_timestamp(&nvap->na_atime);
2404 vfs_timestamp(&nvap->na_mtime);
2573 vfs_timestamp(&nvap->na_atime);
2598 vfs_timestamp(&nvap->na_mtime);
  /src/sys/ufs/ffs/
ffs_inode.c 812 vfs_timestamp(&now);
ffs_vfsops.c 2313 vfs_timestamp(&ts);
  /src/sys/fs/nfs/client/
nfs_clport.c 1187 vfs_timestamp(&vap->va_mtime);
nfs_clvnops.c 3269 vfs_timestamp(&np->n_atim);
3288 vfs_timestamp(&np->n_mtim);
3308 vfs_timestamp(&ts);
  /src/sys/ufs/ufs/
ufs_lookup.c 905 vfs_timestamp(&ts);
  /src/sys/kern/
vfs_subr.c 1378 vfs_timestamp(struct timespec *tsp) function in typeref:typename:void

Completed in 812 milliseconds