Home
last modified time | relevance | path

Searched defs:bytes (Results 1 – 25 of 79) sorted by relevance

1234

/fs/btrfs/
Dfree-space-cache.c39 u64 bytes; member
531 static int io_ctl_add_entry(struct btrfs_io_ctl *io_ctl, u64 offset, u64 bytes, in io_ctl_add_entry()
1434 static inline unsigned long bytes_to_bits(u64 bytes, u32 unit) in bytes_to_bits()
1708 u64 offset, u64 bytes) in __bitmap_clear_bits()
1725 u64 bytes) in bitmap_clear_bits()
1733 u64 bytes) in bitmap_set_bits()
1753 u64 *bytes, bool for_alloc) in search_bitmap()
1813 find_free_space(struct btrfs_free_space_ctl *ctl, u64 *offset, u64 *bytes, in find_free_space()
1904 u64 *offset, u64 *bytes) in remove_from_bitmap()
1981 u64 bytes) in add_bytes_to_bitmap()
[all …]
Dlzo.c114 unsigned long bytes; in lzo_compress_pages() local
270 unsigned long bytes; in lzo_decompress_bio() local
388 unsigned long bytes; in lzo_decompress() local
Dfree-space-cache.h25 u64 bytes; member
Dzlib.c348 unsigned long bytes; in zlib_decompress() local
Dordered-data.h151 unsigned long bytes) in btrfs_ordered_sum_size()
/fs/squashfs/
Dfile_direct.c38 int i, n, pages, missing_pages, bytes, res = -ENOMEM; in squashfs_readpage_block() local
147 int pages, struct page **page, int bytes) in squashfs_read_cache()
Dcache.c319 int bytes = min_t(int, entry->length - offset, in squashfs_copy_data() local
348 int bytes, res = length; in squashfs_read_metadata() local
Dsymlink.c55 int bytes, copied; in squashfs_symlink_readpage() local
Dblock.c98 int bytes, compressed, b = 0, k = 0, avail, i; in squashfs_read_data() local
Dlzo_wrapper.c84 int avail, i, bytes = length, res; in lzo_uncompress() local
Dlz4_wrapper.c99 int avail, i, bytes = length, res; in lz4_uncompress() local
/fs/ntfs/
Dfile.c585 unsigned nr_pages, s64 pos, size_t bytes) in ntfs_prepare_pages_for_non_resident_write()
1400 s64 pos, size_t bytes) in ntfs_commit_pages_after_non_resident_write()
1554 const unsigned nr_pages, s64 pos, size_t bytes) in ntfs_commit_pages_after_write()
1700 unsigned ofs, struct iov_iter *i, size_t bytes) in ntfs_copy_from_user_iter()
1755 size_t bytes; in ntfs_perform_write() local
/fs/qnx4/
Dbitmap.c31 int bytes = min(size - total, QNX4_BLOCK_SIZE); in qnx4_count_free_blocks() local
/fs/ecryptfs/
Ddebug.c98 void ecryptfs_dump_hex(char *data, int bytes) in ecryptfs_dump_hex()
/fs/
Dstat.c666 void __inode_add_bytes(struct inode *inode, loff_t bytes) in __inode_add_bytes()
678 void inode_add_bytes(struct inode *inode, loff_t bytes) in inode_add_bytes()
687 void __inode_sub_bytes(struct inode *inode, loff_t bytes) in __inode_sub_bytes()
700 void inode_sub_bytes(struct inode *inode, loff_t bytes) in inode_sub_bytes()
721 void inode_set_bytes(struct inode *inode, loff_t bytes) in inode_set_bytes()
Diomap.c164 unsigned long bytes; /* Bytes to write to page */ in iomap_write_actor() local
278 unsigned long bytes; /* Bytes to write to page */ in iomap_dirty_actor() local
334 unsigned bytes, struct iomap *iomap) in iomap_zero()
350 static int iomap_dax_zero(loff_t pos, unsigned offset, unsigned bytes, in iomap_dax_zero()
373 unsigned offset, bytes; in iomap_zero_range_actor() local
/fs/nilfs2/
Drecovery.c156 unsigned int bytes = le16_to_cpu(sr->sr_bytes); in nilfs_read_super_root_block() local
253 unsigned int *offset, unsigned int bytes) in nilfs_read_summary_info()
283 unsigned int *offset, unsigned int bytes, in nilfs_skip_summary_info()
/fs/nfs/
Diostat.h19 unsigned long long bytes[__NFSIOS_BYTESMAX]; member
Ddirect.c417 unsigned long bytes = 0; in nfs_direct_read_completion() local
494 size_t bytes; in nfs_direct_read_schedule_iovec() local
903 size_t bytes; in nfs_direct_write_schedule_iovec() local
/fs/ocfs2/
Dslot_map.c228 unsigned long long *bytes) in ocfs2_slot_map_physical_size()
358 unsigned long long blocks, bytes = 0; in ocfs2_map_slot_buffers() local
Docfs2.h749 u64 bytes) in ocfs2_clusters_for_bytes()
762 u64 bytes) in ocfs2_bytes_to_clusters()
772 u64 bytes) in ocfs2_blocks_for_bytes()
795 u64 bytes) in ocfs2_align_bytes_to_clusters()
805 u64 bytes) in ocfs2_align_bytes_to_blocks()
813 static inline unsigned long ocfs2_align_bytes_to_sectors(u64 bytes) in ocfs2_align_bytes_to_sectors()
/fs/efivarfs/
Dfile.c25 ssize_t bytes; in efivarfs_file_write() local
/fs/afs/
Drxrpc.c278 unsigned int nr, n, i, to, bytes = 0; in afs_load_bvec() local
320 unsigned int bytes, nr, loop, offset; in afs_send_pages() local
/fs/xfs/
Dxfs_sysfs.c286 int bytes; in reserve_grant_head_show() local
300 int bytes; in write_grant_head_show() local
/fs/fat/
Dfatent.c25 int bytes = entry + (entry >> 1); in fat12_ent_blocknr() local
35 int bytes = (entry << sbi->fatent_shift); in fat_ent_blocknr() local

1234