Symbol: liveupdate_file_op_args
include/linux/liveupdate.h
77
int (*preserve)(struct liveupdate_file_op_args *args);
include/linux/liveupdate.h
78
void (*unpreserve)(struct liveupdate_file_op_args *args);
include/linux/liveupdate.h
79
int (*freeze)(struct liveupdate_file_op_args *args);
include/linux/liveupdate.h
80
void (*unfreeze)(struct liveupdate_file_op_args *args);
include/linux/liveupdate.h
81
int (*retrieve)(struct liveupdate_file_op_args *args);
include/linux/liveupdate.h
82
bool (*can_finish)(struct liveupdate_file_op_args *args);
include/linux/liveupdate.h
83
void (*finish)(struct liveupdate_file_op_args *args);
kernel/liveupdate/luo_file.c
232
struct liveupdate_file_op_args args = {0};
kernel/liveupdate/luo_file.c
338
struct liveupdate_file_op_args args = {0};
kernel/liveupdate/luo_file.c
374
struct liveupdate_file_op_args args = {0};
kernel/liveupdate/luo_file.c
395
struct liveupdate_file_op_args args = {0};
kernel/liveupdate/luo_file.c
555
struct liveupdate_file_op_args args = {0};
kernel/liveupdate/luo_file.c
620
struct liveupdate_file_op_args args = {0};
kernel/liveupdate/luo_file.c
635
struct liveupdate_file_op_args args = {0};
mm/memfd_luo.c
258
static int memfd_luo_preserve(struct liveupdate_file_op_args *args)
mm/memfd_luo.c
324
static int memfd_luo_freeze(struct liveupdate_file_op_args *args)
mm/memfd_luo.c
342
static void memfd_luo_unpreserve(struct liveupdate_file_op_args *args)
mm/memfd_luo.c
387
static void memfd_luo_finish(struct liveupdate_file_op_args *args)
mm/memfd_luo.c
518
static int memfd_luo_retrieve(struct liveupdate_file_op_args *args)