Lines Matching defs:bytes
23 * We call into btrfs_reserve_data_bytes() for the user request bytes that
31 * btrfs_reserve_extent() for some part or all of this range of bytes. We
70 * This is essentially how many dirty bytes we have for this inode, so we
114 int btrfs_alloc_data_chunk_ondemand(struct btrfs_inode *inode, u64 bytes)
120 /* Make sure bytes are sectorsize aligned */
121 bytes = ALIGN(bytes, fs_info->sectorsize);
126 return btrfs_reserve_data_bytes(fs_info, bytes, flush);
213 * are releasing 0 bytes, and then we'll just get the reservation over
336 * Now we need to update our outstanding extents and csum bytes _first_
363 * @num_bytes: the number of bytes we are releasing.
367 * once we complete IO for a given set of bytes to release their metadata
390 * @num_bytes: the number of bytes we originally reserved with
426 * - reserve space in data space info for num bytes
463 * list if there are no delalloc bytes left.