Home
last modified time | relevance | path

Searched refs:tmpfs_itimes (Results 1 – 2 of 2) sorted by relevance

/freebsd/sys/fs/tmpfs/
H A Dtmpfs.h505 void tmpfs_itimes(struct vnode *, const struct timespec *,
522 tmpfs_itimes(vp, NULL, NULL); in tmpfs_update()
H A Dtmpfs_subr.c2315 tmpfs_itimes(vp, &vap->va_atime, &vap->va_mtime); in tmpfs_chtimes()
2344 tmpfs_itimes(struct vnode *vp, const struct timespec *acc, in tmpfs_itimes() function