Searched refs:liveupdate_file_op_args (Results 1 – 3 of 3) sorted by relevance
45 struct liveupdate_file_op_args { struct76 int (*preserve)(struct liveupdate_file_op_args *args);77 void (*unpreserve)(struct liveupdate_file_op_args *args);78 int (*freeze)(struct liveupdate_file_op_args *args);79 void (*unfreeze)(struct liveupdate_file_op_args *args);80 int (*retrieve)(struct liveupdate_file_op_args *args);81 bool (*can_finish)(struct liveupdate_file_op_args *args);82 void (*finish)(struct liveupdate_file_op_args *args);
270 struct liveupdate_file_op_args args = {0}; in luo_preserve_file()377 struct liveupdate_file_op_args args = {0}; in luo_file_unpreserve_files()411 struct liveupdate_file_op_args args = {0}; in luo_file_freeze_one()432 struct liveupdate_file_op_args args = {0}; in luo_file_unfreeze_one()589 struct liveupdate_file_op_args args = {0}; in luo_retrieve_file()654 struct liveupdate_file_op_args args = {0}; in luo_file_can_finish_one()669 struct liveupdate_file_op_args args = {0}; in luo_file_finish_one()
258 static int memfd_luo_preserve(struct liveupdate_file_op_args *args) in memfd_luo_preserve()324 static int memfd_luo_freeze(struct liveupdate_file_op_args *args) in memfd_luo_freeze()342 static void memfd_luo_unpreserve(struct liveupdate_file_op_args *args) in memfd_luo_unpreserve()387 static void memfd_luo_finish(struct liveupdate_file_op_args *args) in memfd_luo_finish()518 static int memfd_luo_retrieve(struct liveupdate_file_op_args *args) in memfd_luo_retrieve()