Home
last modified time | relevance | path

Searched defs:liveupdate_file_ops (Results 1 – 1 of 1) sorted by relevance

/linux/include/linux/
H A Dliveupdate.h73 struct liveupdate_file_ops { struct
74 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