Home
last modified time | relevance | path

Searched refs:libhammer_fsinfo_t (Results 1 – 4 of 4) sorted by relevance

/dragonfly/lib/libhammer/
H A Dlibhammer.h107 } *libhammer_fsinfo_t; typedef
135 libhammer_fsinfo_t libhammer_get_fsinfo(const char *);
136 void libhammer_free_fsinfo(libhammer_fsinfo_t);
160 int libhammer_pfs_get_snapshots(libhammer_fsinfo_t, libhammer_pfsinfo_t);
185 libhammer_get_first_pfs(libhammer_fsinfo_t fip) in libhammer_get_first_pfs()
191 libhammer_get_last_pfs(libhammer_fsinfo_t fip) in libhammer_get_last_pfs()
H A Dinfo.c48 libhammer_fsinfo_t
55 libhammer_fsinfo_t fip; in libhammer_get_fsinfo()
131 libhammer_free_fsinfo(libhammer_fsinfo_t fip) in libhammer_free_fsinfo()
H A Dsnapshot.c49 libhammer_pfs_get_snapshots(libhammer_fsinfo_t fip, libhammer_pfsinfo_t pip) in libhammer_pfs_get_snapshots()
/dragonfly/sbin/hammer/
H A Dcmd_info.c115 libhammer_fsinfo_t fip; in show_info()