Lines Matching refs:NULL
41 NULL, NULL, NULL, NULL, LZMA_COMPRESSION, "lzma", 0
46 NULL, NULL, NULL, NULL, LZ4_COMPRESSION, "lz4", 0
52 NULL, NULL, NULL, NULL, LZO_COMPRESSION, "lzo", 0
58 NULL, NULL, NULL, NULL, XZ_COMPRESSION, "xz", 0
64 NULL, NULL, NULL, NULL, ZLIB_COMPRESSION, "zlib", 0
69 NULL, NULL, NULL, NULL, 0, "unknown", 0
97 void *buffer = NULL, *comp_opts; in get_comp_opts()
98 struct squashfs_page_actor *actor = NULL; in get_comp_opts()
106 if (buffer == NULL) { in get_comp_opts()
112 if (actor == NULL) { in get_comp_opts()
118 sizeof(struct squashfs_super_block), 0, NULL, actor); in get_comp_opts()