Searched refs:write_file (Results 1 – 10 of 10) sorted by relevance
/Linux-v4.19/tools/testing/selftests/ntb/ |
D | ntb_test.sh | 118 function write_file() function 193 if ! write_file "N" "$LOC/../link" 2> /dev/null; then 198 write_file "N" "$LOC/link_event" 205 write_file "Y" "$LOC/../link" 220 write_file "c $DB_VALID_MASK" "$REM/db" 233 write_file "s $MASK" "$LOC/peer_db" 236 write_file "c $DB_VALID_MASK" "$REM/db_mask" 237 write_file $DB_VALID_MASK "$REM/db_event" 238 write_file "s $DB_VALID_MASK" "$REM/db_mask" 240 write_file "c $DB_VALID_MASK" "$REM/db" [all …]
|
/Linux-v4.19/tools/testing/selftests/mount/ |
D | unprivileged-remount-test.c | 105 static void write_file(char *filename, char *fmt, ...) in write_file() function 168 write_file("/proc/self/uid_map", "0 %d 1", uid); in create_and_enter_userns() 169 write_file("/proc/self/gid_map", "0 %d 1", gid); in create_and_enter_userns()
|
/Linux-v4.19/tools/testing/selftests/capabilities/ |
D | test_execve.c | 80 static void write_file(char *filename, char *fmt, ...) in write_file() function 124 write_file("/proc/self/uid_map", "%d %d 1", inner_uid, outer_uid); in create_and_enter_ns() 125 write_file("/proc/self/gid_map", "0 %d 1", outer_gid); in create_and_enter_ns()
|
/Linux-v4.19/tools/accounting/ |
D | getdelays.c | 271 int write_file = 0; in main() local 308 write_file = 1; in main() 370 if (write_file) { in main()
|
/Linux-v4.19/fs/hostfs/ |
D | hostfs.h | 78 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-v4.19/scripts/ |
D | recordmcount.c | 310 static void write_file(const char *fname) in write_file() function 584 write_file(fname); in do_file()
|
/Linux-v4.19/drivers/mtd/nand/raw/ |
D | nandsim.c | 1370 static ssize_t write_file(struct nandsim *ns, struct file *file, void *buf, size_t count, loff_t po… in write_file() function 1535 tx = write_file(ns, ns->cfile, ns->file_buf, ns->geom.pgszoob, pos); in prog_page() 1542 tx = write_file(ns, ns->cfile, pg_off, num, off); in prog_page()
|
/Linux-v4.19/Documentation/filesystems/ |
D | hpfs.txt | 215 Fixed write_file to zero file when writing behind file end
|