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

  /src/sys/fs/nfs/client/
nfsnode.h 129 #define n_mtim n_un2.nf_mtim macro
nfs_clsubs.c 250 vaper->va_mtime = np->n_mtim;
nfs_clport.c 575 vaper->va_mtime = np->n_mtim;
nfs_clvnops.c 3288 vfs_timestamp(&np->n_mtim);
3312 np->n_mtim = ts;
3320 vattr.va_mtime = np->n_mtim;
  /src/sys/nfs/
nfsnode.h 132 #define n_mtim n_un1.nu_spec.nspec_mtim macro
nfs_clntsubs.c 305 vaper->va_mtime = np->n_mtim;
349 vaper->va_mtime = np->n_mtim;
nfs_vnops.c 3390 getnanotime(&np->n_mtim);
3420 vattr.va_mtime = np->n_mtim;
3467 getnanotime(&np->n_mtim);
3496 np->n_mtim = ts;
3504 vattr.va_mtime = np->n_mtim;

Completed in 26 milliseconds