coda_context_ops
const struct coda_context_ops coda_bit_encode_ops = {
const struct coda_context_ops coda_bit_decode_ops = {
const struct coda_context_ops *ops;
const struct coda_context_ops coda9_jpeg_encode_ops = {
const struct coda_context_ops coda9_jpeg_decode_ops = {
const struct coda_context_ops *ops;
extern const struct coda_context_ops coda_bit_encode_ops;
extern const struct coda_context_ops coda_bit_decode_ops;
extern const struct coda_context_ops coda9_jpeg_encode_ops;
extern const struct coda_context_ops coda9_jpeg_decode_ops;
static const struct fs_context_operations coda_context_ops = {
fc->ops = &coda_context_ops;