Lines Matching refs:write
397 /* Get the maximum amount of data that can be transferred in one write transfer */
516 * First, get the maximum size of a read and a write transfer.
1630 /* Make sure that the attempted write size does not exceed the RPC
1658 /* Initialize the request. Here we need an offset pointer to the write
1664 nmp->nm_iobuffer)->write;
1700 /* Perform the write */
1705 (void *)&nmp->nm_msgbuffer.write,
1714 ptr = (uint32_t *)&nmp->nm_msgbuffer.write.write;
1841 /* Make sure that the attempted write size does not exceed the RPC
1869 /* Initialize the request. Here we need an offset pointer to the write
1875 nmp->nm_iobuffer)->write;
1911 /* Perform the write */
1916 (void *)&nmp->nm_msgbuffer.write,
1925 ptr = (uint32_t *)&nmp->nm_msgbuffer.write.write;
2017 * work if the file is open for write access.
3161 .write = vfs_nfs_write,