Searched refs:hfs_relconverter (Results 1 - 3 of 3) sorted by relevance

/darwin-on-arm/xnu/bsd/hfs/
H A Dhfs_encodings.c128 * of these converters is done in hfs_relconverter.
194 * hfs_relconverter - release interest in an HFS encoding converter
199 hfs_relconverter(u_int32_t encoding) function
699 int hfs_relconverter(u_int32_t encoding);
715 int hfs_relconverter(__unused u_int32_t encoding) function
H A Dhfs.h662 int hfs_relconverter(u_int32_t encoding);
H A Dhfs_vfsops.c783 (void) hfs_relconverter(old_encoding);
1624 (void) hfs_relconverter(hfsmp->hfs_encoding);
1931 (void) hfs_relconverter(0);
2281 (void) hfs_relconverter(hfsmp->hfs_encoding);

Completed in 26 milliseconds