Searched defs:liveupdate_file_ops (Results 1 – 1 of 1) sorted by relevance
73 struct liveupdate_file_ops { struct74 bool (*can_preserve)(struct liveupdate_file_handler *handler,76 int (*preserve)(struct liveupdate_file_op_args *args);77 void (*unpreserve)(struct liveupdate_file_op_args *args);101 const struct liveupdate_file_ops *ops; argument