HelenOS sources

ext4_superblock_get_mount_count   77 uspace/lib/ext4/include/ext4/superblock.h extern uint16_t ext4_superblock_get_mount_count(ext4_superblock_t *);
ext4_superblock_get_mount_count  454 uspace/lib/ext4/src/filesystem.c 	uint16_t mnt_count = ext4_superblock_get_mount_count(fs->superblock);
HelenOS homepage, sources at GitHub