Searched refs:fp_ops (Results 1 – 3 of 3) sorted by relevance
76 fsi->f_plugin->fp_ops->fpo_umount(fsi); in fsi_close_fsimage()99 ops = fsi->f_plugin->fp_ops; in fsi_open_file()112 ops = ffi->ff_fsi->f_plugin->fp_ops; in fsi_close_file()125 ops = ffi->ff_fsi->f_plugin->fp_ops; in fsi_read_file()138 ops = ffi->ff_fsi->f_plugin->fp_ops; in fsi_pread_file()
107 fp->fp_ops = init(FSIMAGE_PLUGIN_VERSION, fp, &fp->fp_name); in init_plugin()108 if (fp->fp_ops == NULL || in init_plugin()109 fp->fp_ops->fpo_version > FSIMAGE_PLUGIN_VERSION) in init_plugin()188 if (fp->fp_ops->fpo_mount(fsi, path, options) == 0) in find_plugin()
39 fsi_plugin_ops_t *fp_ops; member
Completed in 3 milliseconds