Home
last modified time | relevance | path

Searched refs:hammer_mount_info (Results 1 – 3 of 3) sorted by relevance

/dragonfly/sbin/mount_hammer/
HDmount_hammer.c50 static void extract_volumes(struct hammer_mount_info *info, char **av, int ac);
51 static void free_volumes(struct hammer_mount_info *info);
67 struct hammer_mount_info info; in main()
197 extract_volumes(struct hammer_mount_info *info, char **av, int ac) in extract_volumes()
234 free_volumes(struct hammer_mount_info *info) in free_volumes()
/dragonfly/sys/vfs/hammer/
HDhammer_mount.h51 struct hammer_mount_info { struct
HDhammer_vfsops.c326 struct hammer_mount_info info; in hammer_vfs_mount()