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

  /src/sys/rump/librump/rumpvfs/
rumpvfs_compat50.c 71 struct timespec50 va_birthtime; /* time file created */ member in struct:vattr50
102 timespec50_to_timespec(&va50->va_birthtime, &va->va_birthtime);
128 timespec_to_timespec50(&va->va_birthtime, &va50->va_birthtime);
  /src/sys/fs/puffs/
puffs_compat.c 72 struct timespec50 va_birthtime; member in struct:vattr50
177 timespec_to_timespec50(&va->va_birthtime, &va50->va_birthtime);
202 timespec50_to_timespec(&va50->va_birthtime, &va->va_birthtime);
  /src/sys/sys/
vnode.h 270 struct timespec va_birthtime; /* time file created */ member in struct:vattr

Completed in 29 milliseconds