Symbol: liveupdate_file_handler
include/linux/liveupdate.h
18
struct liveupdate_file_handler;
include/linux/liveupdate.h
230
int liveupdate_register_file_handler(struct liveupdate_file_handler *fh);
include/linux/liveupdate.h
231
int liveupdate_unregister_file_handler(struct liveupdate_file_handler *fh);
include/linux/liveupdate.h
233
int liveupdate_register_flb(struct liveupdate_file_handler *fh,
include/linux/liveupdate.h
235
int liveupdate_unregister_flb(struct liveupdate_file_handler *fh,
include/linux/liveupdate.h
253
static inline int liveupdate_register_file_handler(struct liveupdate_file_handler *fh)
include/linux/liveupdate.h
258
static inline int liveupdate_unregister_file_handler(struct liveupdate_file_handler *fh)
include/linux/liveupdate.h
263
static inline int liveupdate_register_flb(struct liveupdate_file_handler *fh,
include/linux/liveupdate.h
269
static inline int liveupdate_unregister_flb(struct liveupdate_file_handler *fh,
include/linux/liveupdate.h
45
struct liveupdate_file_handler *handler;
include/linux/liveupdate.h
72
bool (*can_preserve)(struct liveupdate_file_handler *handler,
kernel/liveupdate/luo_file.c
163
struct liveupdate_file_handler *fh;
kernel/liveupdate/luo_file.c
260
struct liveupdate_file_handler *fh;
kernel/liveupdate/luo_file.c
776
struct liveupdate_file_handler *fh;
kernel/liveupdate/luo_file.c
831
int liveupdate_register_file_handler(struct liveupdate_file_handler *fh)
kernel/liveupdate/luo_file.c
833
struct liveupdate_file_handler *fh_iter;
kernel/liveupdate/luo_file.c
900
int liveupdate_unregister_file_handler(struct liveupdate_file_handler *fh)
kernel/liveupdate/luo_flb.c
237
int luo_flb_file_preserve(struct liveupdate_file_handler *fh)
kernel/liveupdate/luo_flb.c
270
void luo_flb_file_unpreserve(struct liveupdate_file_handler *fh)
kernel/liveupdate/luo_flb.c
290
void luo_flb_file_finish(struct liveupdate_file_handler *fh)
kernel/liveupdate/luo_flb.c
321
int liveupdate_register_flb(struct liveupdate_file_handler *fh,
kernel/liveupdate/luo_flb.c
429
int liveupdate_unregister_flb(struct liveupdate_file_handler *fh,
kernel/liveupdate/luo_internal.h
103
int luo_flb_file_preserve(struct liveupdate_file_handler *fh);
kernel/liveupdate/luo_internal.h
104
void luo_flb_file_unpreserve(struct liveupdate_file_handler *fh);
kernel/liveupdate/luo_internal.h
105
void luo_flb_file_finish(struct liveupdate_file_handler *fh);
kernel/liveupdate/luo_internal.h
111
void liveupdate_test_register(struct liveupdate_file_handler *fh);
kernel/liveupdate/luo_internal.h
112
void liveupdate_test_unregister(struct liveupdate_file_handler *fh);
kernel/liveupdate/luo_internal.h
114
static inline void liveupdate_test_register(struct liveupdate_file_handler *fh) { }
kernel/liveupdate/luo_internal.h
115
static inline void liveupdate_test_unregister(struct liveupdate_file_handler *fh) { }
lib/tests/liveupdate.c
112
void liveupdate_test_register(struct liveupdate_file_handler *fh)
lib/tests/liveupdate.c
138
void liveupdate_test_unregister(struct liveupdate_file_handler *fh)
mm/memfd_luo.c
524
static bool memfd_luo_can_preserve(struct liveupdate_file_handler *handler,
mm/memfd_luo.c
542
static struct liveupdate_file_handler memfd_luo_handler = {