Searched refs:write_file (Results 1 – 7 of 7) sorted by relevance
/linux-4.1.27/tools/testing/selftests/mount/ |
D | unprivileged-remount-test.c | 104 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/ |
D | getdelays.c | 270 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/ |
D | hostfs.h | 77 extern int write_file(int fd, unsigned long long *offset, const char *buf,
|
D | hostfs_user.c | 135 int write_file(int fd, unsigned long long *offset, const char *buf, int len) in write_file() function
|
D | hostfs_kern.c | 422 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/ |
D | nandsim.c | 1406 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/ |
D | hpfs.txt | 215 Fixed write_file to zero file when writing behind file end
|