Home
last modified time | relevance | path

Searched refs:fp_ops (Results 1 – 3 of 3) sorted by relevance

/xen-4.10.0-shim-comet/tools/libfsimage/common/
A Dfsimage.c76 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()
A Dfsimage_plugin.c107 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()
A Dfsimage_priv.h39 fsi_plugin_ops_t *fp_ops; member

Completed in 3 milliseconds