Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/fs.d/udfs/fstyp/
H A Dfstyp.c51 } fstyp_udfs_t; typedef
53 static int is_udfs(fstyp_udfs_t *h);
54 static int print_vds(fstyp_udfs_t *h, struct vds *,
56 static int get_attr(fstyp_udfs_t *h);
68 fstyp_udfs_t *h = (fstyp_udfs_t *)handle; in fstyp_mod_init()
91 fstyp_udfs_t *h = (fstyp_udfs_t *)handle; in fstyp_mod_fini()
104 fstyp_udfs_t *h = (fstyp_udfs_t *)handle; in fstyp_mod_ident()
112 fstyp_udfs_t *h = (fstyp_udfs_t *)handle; in fstyp_mod_get_attr()
133 fstyp_udfs_t *h = (fstyp_udfs_t *)handle; in fstyp_mod_dump()
154 is_udfs(fstyp_udfs_t *h) in is_udfs()
[all …]