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

  /src/sys/ufs/chfs/
chfs_subr.c 304 /* chfs_itimes - updates a vnode times to the given data */
306 chfs_itimes(struct chfs_inode *ip, const struct timespec *acc, function in typeref:typename:void
348 chfs_itimes(ip, acc, mod, NULL);
chfs.h 666 void chfs_itimes(struct chfs_inode *, const struct timespec *,
748 #define CHFS_ITIMES(ip, acc, mod, cre) \
750 chfs_itimes(ip, acc, mod, cre)

Completed in 12 milliseconds