Home
last modified time | relevance | path

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

/linux-4.1.27/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.1.27/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.1.27/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.1.27/drivers/mtd/nand/
Dnandsim.c1406 static ssize_t write_file(struct nandsim *ns, struct file *file, void *buf, size_t count, loff_t po… in write_file() function
1570 tx = write_file(ns, ns->cfile, ns->file_buf, ns->geom.pgszoob, pos); in prog_page()
1577 tx = write_file(ns, ns->cfile, pg_off, num, off); in prog_page()
/linux-4.1.27/Documentation/filesystems/
Dhpfs.txt215 Fixed write_file to zero file when writing behind file end