write_file       1510 drivers/mtd/nand/raw/nandsim.c 			tx = write_file(ns, ns->cfile, ns->file_buf, ns->geom.pgszoob, pos);
write_file       1517 drivers/mtd/nand/raw/nandsim.c 			tx = write_file(ns, ns->cfile, pg_off, num, off);
write_file         78 fs/hostfs/hostfs.h extern int write_file(int fd, unsigned long long *offset, const char *buf,
write_file        416 fs/hostfs/hostfs_kern.c 	err = write_file(HOSTFS_I(inode)->fd, &base, buffer, count);
write_file        486 fs/hostfs/hostfs_kern.c 	err = write_file(FILE_HOSTFS_I(file)->fd, &pos, buffer + from, copied);
write_file       3416 fs/unicode/mkutf8data.c 	write_file();
write_file        611 scripts/recordmcount.c 	rc = write_file(fname);
write_file        277 tools/accounting/getdelays.c 	int write_file = 0;
write_file        314 tools/accounting/getdelays.c 			write_file = 1;
write_file        376 tools/accounting/getdelays.c 	if (write_file) {
write_file        124 tools/testing/selftests/capabilities/test_execve.c 		write_file("/proc/self/uid_map", "%d %d 1", inner_uid, outer_uid);
write_file        125 tools/testing/selftests/capabilities/test_execve.c 		write_file("/proc/self/gid_map", "0 %d 1", outer_gid);
write_file        168 tools/testing/selftests/mount/unprivileged-remount-test.c 	write_file("/proc/self/uid_map", "0 %d 1", uid);
write_file        169 tools/testing/selftests/mount/unprivileged-remount-test.c 	write_file("/proc/self/gid_map", "0 %d 1", gid);
write_file        197 tools/testing/selftests/safesetid/safesetid-test.c 		success = write_file(map_file_name, "0 0 1", uid);