Home
last modified time | relevance | path

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

/linux/kernel/liveupdate/
H A Dluo_file.c166 struct luo_file { struct
218 struct luo_file *iter; in luo_token_is_used()
272 struct luo_file *luo_file; in luo_preserve_file() local
314 luo_file = kzalloc_obj(*luo_file); in luo_preserve_file()
315 if (!luo_file) { in luo_preserve_file()
320 luo_file->file = file; in luo_preserve_file()
321 luo_file->fh = fh; in luo_preserve_file()
322 luo_file->token = token; in luo_preserve_file()
323 mutex_init(&luo_file->mutex); in luo_preserve_file()
331 luo_file->serialized_data = args.serialized_data; in luo_preserve_file()
[all …]