Home
last modified time | relevance | path

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

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