Searched refs:write_bytes (Results 1 - 8 of 8) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/linux/
H A Dtask_io_accounting.h23 u64 write_bytes; member in struct:task_io_accounting
28 * (in its write_bytes) will not be happening. We _could_ just
29 * subtract that from the truncating task's write_bytes, but there is
H A Dtask_io_accounting_ops.h26 current->ioac.write_bytes += bytes;
35 return p->ioac.write_bytes >> 9;
H A Dtaskstats.h150 __u64 write_bytes; /* bytes of write I/O */ member in struct:taskstats
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/reiserfs/
H A Dfile.c165 int write_bytes, /* amount of bytes to write */
188 unsigned int to = ((pos + write_bytes - 1) & (PAGE_CACHE_SIZE - 1)) + 1; /* last modified byte offset in last page */
199 (!(write_bytes & (inode->i_sb->s_blocksize - 1)) &&
626 if (write_bytes & (inode->i_sb->s_blocksize - 1))
718 int write_bytes, /* Amount of bytes to write */
733 size_t count = min_t(size_t, PAGE_CACHE_SIZE - offset, write_bytes); // How much of bytes to write to this page
745 write_bytes -= count;
828 size_t write_bytes, /* number of bytes to write */
836 int orig_write_bytes = write_bytes;
841 int count = min_t(int, PAGE_CACHE_SIZE - offset, write_bytes); // Ho
161 reiserfs_allocate_blocks_for_region(struct reiserfs_transaction_handle *th, struct inode *inode, loff_t pos, int num_pages, int write_bytes, struct page **prepared_pages, int blocks_to_allocate ) argument
716 reiserfs_copy_from_user_to_file_region(loff_t pos, int num_pages, int write_bytes, struct page **prepared_pages, const char __user * buf ) argument
826 reiserfs_submit_file_region_for_write(struct reiserfs_transaction_handle *th, struct inode *inode, loff_t pos, size_t num_pages, size_t write_bytes, struct page **prepared_pages ) argument
970 reiserfs_prepare_file_region_for_write(struct inode *inode , loff_t pos, size_t num_pages, size_t write_bytes, struct page **prepared_pages ) argument
1355 size_t write_bytes; /* amount of bytes to write during this iteration */ local
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/kernel/
H A Dtsacct.c103 stats->write_bytes = p->ioac.write_bytes;
107 stats->write_bytes = 0;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/squashfs/
H A Dmksquashfs.c711 void write_bytes(int fd, long long byte, int bytes, char *buff) function
762 write_bytes(fd, bytes, inode_bytes, (char *) inode_table);
798 write_bytes(fd, bytes, directory_bytes, (char *) directory_table);
1352 write_bytes(fd, bytes, compressed_size, cbuffer);
1358 write_bytes(fd, bytes, sizeof(list), (char *) list);
1362 write_bytes(fd, bytes, sizeof(list), (char *) slist);
3182 write_bytes(fd, SQUASHFS_START, 4, "\0\0\0\0");
3272 write_bytes(fd, bytes, uid_count * sizeof(squashfs_uid), (char *) uids);
3277 write_bytes(fd, bytes, uid_count * sizeof(squashfs_uid), (char *) uids_copy);
3286 write_bytes(f
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/Documentation/accounting/
H A Dgetdelays.c212 (unsigned long long)t->write_bytes,
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/proc/
H A Dbase.c2002 "write_bytes: %llu\n"
2011 (unsigned long long)task->ioac.write_bytes,

Completed in 105 milliseconds