Home
last modified time | relevance | path

Searched refs:luo_file (Results 1 – 3 of 3) sorted by relevance

/linux/kernel/liveupdate/
H A Dluo_file.c158 struct luo_file { struct
204 struct luo_file *iter; in luo_token_is_used()
257 struct luo_file *luo_file; in luo_preserve_file() local
287 luo_file = kzalloc(sizeof(*luo_file), GFP_KERNEL); in luo_preserve_file()
288 if (!luo_file) { in luo_preserve_file()
293 luo_file->file = file; in luo_preserve_file()
294 luo_file->fh = fh; in luo_preserve_file()
295 luo_file->token = token; in luo_preserve_file()
296 luo_file->retrieved = false; in luo_preserve_file()
297 mutex_init(&luo_file->mutex); in luo_preserve_file()
[all …]
H A DMakefile5 luo_file.o \
/linux/Documentation/core-api/
H A Dliveupdate.rst18 .. kernel-doc:: kernel/liveupdate/luo_file.c
43 .. kernel-doc:: kernel/liveupdate/luo_file.c
54 .. kernel-doc:: kernel/liveupdate/luo_file.c