Symbol: liveupdate_file_op_args
include/linux/liveupdate.h
74
int (*preserve)(struct liveupdate_file_op_args *args);
include/linux/liveupdate.h
75
void (*unpreserve)(struct liveupdate_file_op_args *args);
include/linux/liveupdate.h
76
int (*freeze)(struct liveupdate_file_op_args *args);
include/linux/liveupdate.h
77
void (*unfreeze)(struct liveupdate_file_op_args *args);
include/linux/liveupdate.h
78
int (*retrieve)(struct liveupdate_file_op_args *args);
include/linux/liveupdate.h
79
bool (*can_finish)(struct liveupdate_file_op_args *args);
include/linux/liveupdate.h
80
void (*finish)(struct liveupdate_file_op_args *args);
kernel/liveupdate/luo_file.c
259
struct liveupdate_file_op_args args = {0};
kernel/liveupdate/luo_file.c
354
struct liveupdate_file_op_args args = {0};
kernel/liveupdate/luo_file.c
385
struct liveupdate_file_op_args args = {0};
kernel/liveupdate/luo_file.c
406
struct liveupdate_file_op_args args = {0};
kernel/liveupdate/luo_file.c
563
struct liveupdate_file_op_args args = {0};
kernel/liveupdate/luo_file.c
623
struct liveupdate_file_op_args args = {0};
kernel/liveupdate/luo_file.c
638
struct liveupdate_file_op_args args = {0};
mm/memfd_luo.c
256
static int memfd_luo_preserve(struct liveupdate_file_op_args *args)
mm/memfd_luo.c
298
static int memfd_luo_freeze(struct liveupdate_file_op_args *args)
mm/memfd_luo.c
316
static void memfd_luo_unpreserve(struct liveupdate_file_op_args *args)
mm/memfd_luo.c
361
static void memfd_luo_finish(struct liveupdate_file_op_args *args)
mm/memfd_luo.c
478
static int memfd_luo_retrieve(struct liveupdate_file_op_args *args)