HomeSort by: relevance | last modified time | path
    Searched defs:va_mtime (Results 1 - 4 of 4) sorted by relevancy

  /src/sys/rump/librump/rumpvfs/
rumpvfs_compat50.c 69 struct timespec50 va_mtime; /* time of last modification */ member in struct:vattr50
101 timespec50_to_timespec(&va50->va_mtime, &va->va_mtime);
127 timespec_to_timespec50(&va->va_mtime, &va50->va_mtime);
  /src/sys/fs/puffs/
puffs_compat.c 70 struct timespec50 va_mtime; member in struct:vattr50
176 timespec_to_timespec50(&va->va_mtime, &va50->va_mtime);
201 timespec50_to_timespec(&va50->va_mtime, &va->va_mtime);
  /src/sys/sys/
vnode.h 268 struct timespec va_mtime; /* time of last modification */ member in struct:vattr
  /src/sys/coda/
coda.h 289 struct timespec va_mtime; /* time of last modification */ member in struct:coda_vattr

Completed in 13 milliseconds