Symbol: liveupdate_file_handler
include/linux/liveupdate.h
20
struct liveupdate_file_handler;
include/linux/liveupdate.h
234
int liveupdate_register_file_handler(struct liveupdate_file_handler *fh);
include/linux/liveupdate.h
235
void liveupdate_unregister_file_handler(struct liveupdate_file_handler *fh);
include/linux/liveupdate.h
237
int liveupdate_register_flb(struct liveupdate_file_handler *fh,
include/linux/liveupdate.h
239
void liveupdate_unregister_flb(struct liveupdate_file_handler *fh,
include/linux/liveupdate.h
259
static inline int liveupdate_register_file_handler(struct liveupdate_file_handler *fh)
include/linux/liveupdate.h
264
static inline void liveupdate_unregister_file_handler(struct liveupdate_file_handler *fh)
include/linux/liveupdate.h
268
static inline int liveupdate_register_flb(struct liveupdate_file_handler *fh,
include/linux/liveupdate.h
274
static inline void liveupdate_unregister_flb(struct liveupdate_file_handler *fh,
include/linux/liveupdate.h
47
struct liveupdate_file_handler *handler;
include/linux/liveupdate.h
75
bool (*can_preserve)(struct liveupdate_file_handler *handler,
kernel/liveupdate/luo_file.c
162
struct liveupdate_file_handler *fh;
kernel/liveupdate/luo_file.c
172
static unsigned long luo_get_id(struct liveupdate_file_handler *fh,
kernel/liveupdate/luo_file.c
233
struct liveupdate_file_handler *fh;
kernel/liveupdate/luo_file.c
722
struct liveupdate_file_handler *fh;
kernel/liveupdate/luo_file.c
874
int liveupdate_register_file_handler(struct liveupdate_file_handler *fh)
kernel/liveupdate/luo_file.c
876
struct liveupdate_file_handler *fh_iter;
kernel/liveupdate/luo_file.c
920
void liveupdate_unregister_file_handler(struct liveupdate_file_handler *fh)
kernel/liveupdate/luo_flb.c
249
int luo_flb_file_preserve(struct liveupdate_file_handler *fh)
kernel/liveupdate/luo_flb.c
285
void luo_flb_file_unpreserve(struct liveupdate_file_handler *fh)
kernel/liveupdate/luo_flb.c
306
void luo_flb_file_finish(struct liveupdate_file_handler *fh)
kernel/liveupdate/luo_flb.c
316
static void luo_flb_unregister_one(struct liveupdate_file_handler *fh,
kernel/liveupdate/luo_flb.c
359
void luo_flb_unregister_all(struct liveupdate_file_handler *fh)
kernel/liveupdate/luo_flb.c
394
int liveupdate_register_flb(struct liveupdate_file_handler *fh,
kernel/liveupdate/luo_flb.c
474
void liveupdate_unregister_flb(struct liveupdate_file_handler *fh,
kernel/liveupdate/luo_internal.h
101
int luo_flb_file_preserve(struct liveupdate_file_handler *fh);
kernel/liveupdate/luo_internal.h
102
void luo_flb_file_unpreserve(struct liveupdate_file_handler *fh);
kernel/liveupdate/luo_internal.h
103
void luo_flb_file_finish(struct liveupdate_file_handler *fh);
kernel/liveupdate/luo_internal.h
104
void luo_flb_unregister_all(struct liveupdate_file_handler *fh);
kernel/liveupdate/luo_internal.h
110
void liveupdate_test_register(struct liveupdate_file_handler *fh);
kernel/liveupdate/luo_internal.h
112
static inline void liveupdate_test_register(struct liveupdate_file_handler *fh) { }
lib/tests/liveupdate.c
115
void liveupdate_test_register(struct liveupdate_file_handler *fh)
mm/memfd_luo.c
580
static bool memfd_luo_can_preserve(struct liveupdate_file_handler *handler,
mm/memfd_luo.c
604
static struct liveupdate_file_handler memfd_luo_handler = {