Searched refs:write_behind (Results 1 - 6 of 6) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/src/router/iputils/
H A Dtftp.h83 extern int write_behind(FILE *file, int convert);
H A Dtftpsubs.c161 from the queue. Calls write_behind only if next buffer not
169 write_behind(file, convert); /* flush it */
181 int write_behind(FILE *file, int convert) function
H A Dtftpd.c442 write_behind(file, pf->f_convert);
474 write_behind(file, pf->f_convert);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/md/
H A Dbitmap.h147 __le32 write_behind; /* 60 number of outstanding write-behind writes */ member in struct:bitmap_super_s
H A Dbitmap.c499 sb->write_behind = cpu_to_le32(bitmap->mddev->bitmap_info.max_write_behind);
529 printk(KERN_DEBUG "max write behind: %d\n", le32_to_cpu(sb->write_behind));
538 unsigned long chunksize, daemon_sleep, write_behind; local
564 write_behind = le32_to_cpu(sb->write_behind);
578 else if (write_behind > COUNTER_MAX)
612 bitmap->mddev->bitmap_info.max_write_behind = write_behind;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/curl/curl-7.36.0/tests/server/
H A Dtftpd.c282 static ssize_t write_behind(struct testcase *test, int convert);
540 Calls write_behind only if next buffer not available.
548 write_behind(test, convert); /* flush it */
560 static ssize_t write_behind(struct testcase *test, int convert) function
1315 write_behind(test, pf->f_convert);
1354 write_behind(test, pf->f_convert);

Completed in 112 milliseconds