Home
last modified time | relevance | path

Searched refs:vnode_mtime (Results 1 – 4 of 4) sorted by relevance

/xnu-12377.1.9/bsd/sys/
H A Dvnode_internal.h584 errno_t vnode_mtime(vnode_t, struct timespec *, vfs_context_t);
/xnu-12377.1.9/bsd/vm/
H A Dvnode_pager.c205 vnode_mtime(vp, current_mtime, vfs_context_current()); in vnode_pager_get_mtime()
/xnu-12377.1.9/bsd/kern/
H A Dubc_subr.c5090 vnode_mtime(vp, &uip->cs_mtime, vfs_context_current()); in ubc_cs_blob_add()
/xnu-12377.1.9/bsd/vfs/
H A Dvfs_subr.c7862 vnode_mtime(vnode_t vp, struct timespec *mtime, vfs_context_t ctx) in vnode_mtime() function