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

  /src/sys/ufs/ext2fs/
ext2fs_extern.h 87 #define EXT2FS_ITIMES(ip, acc, mod, cre) \
89 ext2fs_itimes(ip, acc, mod, cre)
143 void ext2fs_itimes(struct inode *, const struct timespec *,
ext2fs_inode.c 250 EXT2FS_ITIMES(ip, acc, mod, NULL);
ext2fs_vnops.c 272 EXT2FS_ITIMES(ip, NULL, NULL, NULL);

Completed in 45 milliseconds