Lines Matching defs:count

686 	 * it won't count as data extent, free them directly here.
1009 * the page count read with the blocks on disk, compression must free at
1754 u64 count;
1789 count = count_range_bits(io_tree, &range_start, end, range_bytes,
1791 if (count > 0 || is_space_ino || is_reloc_ino) {
1792 u64 bytes = count;
1803 if (count > 0)
3833 * dentry with the "bar" name but our inode foo has a link count of 1
4438 * cache when its usage count hits zero.
5120 * reference count - if we don't do it, when they access the inode's
6213 * O_TMPFILE, set link count to 0, so that after this point, we
6214 * fill in an inode item with the correct link count.
6625 * If new hard link count is 1, it's a file created
9760 * set it to 1 because d_tmpfile() will issue a warning if the count is
9832 u64 extent_start, size_t count,
9880 if (inline_size > count) {
9884 count = inline_size;
9888 count = min_t(u64, count, encoded->len);
9889 encoded->len = count;
9890 encoded->unencoded_len = count;
9894 tmp = kmalloc(count, GFP_NOFS);
9899 read_extent_buffer(leaf, tmp, ptr, count);
9905 ret = copy_to_iter(tmp, count, iter);
9906 if (ret != count)
9991 size_t count, bool compressed,
10029 while (cur < count) {
10030 size_t bytes = min_t(size_t, count - cur,
10042 ret = count;
10059 size_t count = iov_iter_count(iter);
10114 count, encoded, &unlocked);
10127 count = min_t(u64, count, encoded->len);
10128 encoded->len = count;
10129 encoded->unencoded_len = count;
10136 if (em->block_len > count) {
10141 count = em->block_len;
10151 if (encoded->len > count)
10152 encoded->len = count;
10158 count = start + disk_io_size - iocb->ki_pos;
10159 encoded->len = count;
10160 encoded->unencoded_len = count;
10170 ret = iov_iter_zero(count, iter);
10171 if (ret != count)
10176 disk_io_size, count,