Home
last modified time | relevance | path

Searched refs:wfile (Results 1 - 1 of 1) sorted by relevance

/device/soc/rockchip/common/sdk_linux/init/
H A Dinitramfs.c338 static __initdata struct file *wfile; variable
357 wfile = filp_open(collected, openflags, mode); in do_name()
358 if (IS_ERR(wfile)) { in do_name()
363 vfs_fchown(wfile, uid, gid); in do_name()
364 vfs_fchmod(wfile, mode); in do_name()
366 vfs_truncate(&wfile->f_path, body_len); in do_name()
390 if (xwrite(wfile, victim, body_len, &wfile_pos) != body_len) { in do_copy()
396 vfs_utimes(&wfile->f_path, t); in do_copy()
398 fput(wfile); in do_copy()
403 if (xwrite(wfile, victi in do_copy()
[all...]

Completed in 2 milliseconds