Lines Matching refs:lofi_state

236 lofi_free_comp_cache(struct lofi_state *lsp)  in lofi_free_comp_cache()
249 is_opened(struct lofi_state *lsp) in is_opened()
256 mark_opened(struct lofi_state *lsp, int otyp) in mark_opened()
276 mark_closed(struct lofi_state *lsp, int otyp) in mark_closed()
295 lofi_free_crypto(struct lofi_state *lsp) in lofi_free_crypto()
332 lofi_destroy(struct lofi_state *lsp, cred_t *credp) in lofi_destroy()
413 struct lofi_state *lsp; in lofi_zone_shutdown()
414 struct lofi_state *next; in lofi_zone_shutdown()
448 struct lofi_state *lsp; in lofi_open()
497 struct lofi_state *lsp; in lofi_close()
536 lofi_blk_mech(struct lofi_state *lsp, longlong_t lblkno) in lofi_blk_mech()
620 lofi_crypto(struct lofi_state *lsp, struct buf *bp, caddr_t plaintext, in lofi_crypto()
678 struct lofi_state *lsp, size_t len, int method, caddr_t bcopy_locn) in lofi_rdwr()
749 struct lofi_state *lsp) in lofi_mapped_rdwr()
877 lofi_find_comp_data(struct lofi_state *lsp, uint64_t seg_index) in lofi_find_comp_data()
910 lofi_add_comp_data(struct lofi_state *lsp, uint64_t seg_index, in lofi_add_comp_data()
1009 struct lofi_state *lsp; in lofi_strategy_task()
1354 struct lofi_state *lsp; in lofi_strategy()
1617 lofi_access(struct lofi_state *lsp) in lofi_access()
1631 struct lofi_state **lspp) in file_to_lofi_nocheck()
1633 struct lofi_state *lsp; in file_to_lofi_nocheck()
1693 file_to_lofi(char *filename, boolean_t readonly, struct lofi_state **lspp) in file_to_lofi()
1717 fake_disk_geometry(struct lofi_state *lsp) in fake_disk_geometry()
1823 lofi_map_compressed_file(struct lofi_state *lsp, char *buf) in lofi_map_compressed_file()
1914 lofi_init_crypto(struct lofi_state *lsp, struct lofi_ioctl *klip) in lofi_init_crypto()
2087 lofi_init_compress(struct lofi_state *lsp) in lofi_init_compress()
2128 struct lofi_state *lsp = NULL; in lofi_map_file()
2366 struct lofi_state *lsp; in lofi_unmap_file()
2462 struct lofi_state *lsp; in lofi_get_info()
2546 struct lofi_state *lsp; in lofi_ioctl()
2766 list_create(&lofi_list, sizeof (struct lofi_state), in _init()
2767 offsetof(struct lofi_state, ls_list)); in _init()
2770 sizeof (struct lofi_state), 0); in _init()