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

/linux-4.4.14/tools/testing/selftests/mount/
H A Dunprivileged-remount-test.c104 static void write_file(char *filename, char *fmt, ...) write_file() function
167 write_file("/proc/self/uid_map", "0 %d 1", uid); create_and_enter_userns()
168 write_file("/proc/self/gid_map", "0 %d 1", gid); create_and_enter_userns()
/linux-4.4.14/tools/testing/selftests/capabilities/
H A Dtest_execve.c74 static void write_file(char *filename, char *fmt, ...) write_file() function
116 write_file("/proc/self/uid_map", "%d %d 1", inner_uid, outer_uid); create_and_enter_ns()
117 write_file("/proc/self/gid_map", "0 %d 1", outer_gid); create_and_enter_ns()
/linux-4.4.14/fs/hostfs/
H A Dhostfs.h77 extern int write_file(int fd, unsigned long long *offset, const char *buf,
H A Dhostfs_kern.c422 err = write_file(HOSTFS_I(inode)->fd, &base, buffer, count); hostfs_writepage()
492 err = write_file(FILE_HOSTFS_I(file)->fd, &pos, buffer + from, copied); hostfs_write_end()
499 * If err > 0, write_file has added err to pos, so we are comparing hostfs_write_end()
H A Dhostfs_user.c135 int write_file(int fd, unsigned long long *offset, const char *buf, int len) write_file() function
/linux-4.4.14/Documentation/accounting/
H A Dgetdelays.c270 int write_file = 0; main() local
307 write_file = 1; main()
369 if (write_file) { main()
/linux-4.4.14/scripts/
H A Drecordmcount.c264 static void write_file(const char *fname) write_file() function
529 write_file(fname); do_file()
/linux-4.4.14/drivers/mtd/nand/
H A Dnandsim.c1405 static ssize_t write_file(struct nandsim *ns, struct file *file, void *buf, size_t count, loff_t pos) write_file() function
1569 tx = write_file(ns, ns->cfile, ns->file_buf, ns->geom.pgszoob, pos); prog_page()
1576 tx = write_file(ns, ns->cfile, pg_off, num, off); prog_page()
/linux-4.4.14/fs/fuse/
H A Dfile.c163 * inodes's write_file list fuse_link_write_file()

Completed in 361 milliseconds