Man Page: filemap_write_and_wait_range
Operating Environment: centos
Section: 9
FILEMAP_WRITE_AND_WA(9) Memory Management in Linux FILEMAP_WRITE_AND_WA(9)NAMEfilemap_write_and_wait_range - write out & wait on a file rangeSYNOPSISint filemap_write_and_wait_range(struct address_space * mapping, loff_t lstart, loff_t lend);ARGUMENTSmapping the address_space for the pages lstart offset in bytes where the range starts lend offset in bytes where the range ends (inclusive)DESCRIPTIONWrite out and wait upon file offsets lstart->lend, inclusive. Note that `lend' is inclusive (describes the last byte to be written) so that this function can be used to write to the very end-of-file (end = -1).COPYRIGHTKernel Hackers Manual 3.10 June 2014 FILEMAP_WRITE_AND_WA(9)
| Related Man Pages |
|---|
| lseek64(3) - linux |
| mpage_readpages(9) - centos |
| lseek64(3) - minix |
| lseek64(3) - sunos |
| lseek64(3) - php |
| Similar Topics in the Unix Linux Community |
|---|
| Is UNIX an open source OS ? |
| Set hard block limit for user using quota |
| Tar Command |
| Shopt -s histappend |
| Please Welcome Dave Munro to the Moderator Team! |