Lines Matching defs:count
1139 int f2fs_reserve_new_blocks(struct dnode_of_data *dn, blkcnt_t count)
1144 if (!count)
1149 if (unlikely((err = inc_valid_block_count(sbi, dn->inode, &count))))
1153 dn->ofs_in_node, count);
1157 for (; count > 0; dn->ofs_in_node++) {
1162 count--;
1401 blkcnt_t count = 1;
1415 if (unlikely((err = inc_valid_block_count(sbi, dn->inode, &count))))
3684 size_t count = iov_iter_count(iter);
3701 trace_f2fs_direct_IO_enter(inode, offset, count, rw);
3745 count - iov_iter_count(iter));
3747 f2fs_write_failed(mapping, offset + count);
3754 count - iov_iter_count(iter));
3758 trace_f2fs_direct_IO_exit(inode, offset, count, rw, err);