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

  /src/sys/ufs/ffs/
ffs_extern.h 71 #define FFS_ITIMES(ip, acc, mod, cre) \
73 ffs_itimes(ip, acc, mod, cre)
210 void ffs_itimes(struct inode *, const struct timespec *,
ffs_inode.c 124 FFS_ITIMES(ip, acc, mod, NULL);
803 ffs_itimes(struct inode *ip, const struct timespec *acc, function in typeref:typename:void

Completed in 12 milliseconds