Home
last modified time | relevance | path

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

1234

/fs/btrfs/
Dfree-space-cache.c37 u64 bytes; member
518 static int io_ctl_add_entry(struct btrfs_io_ctl *io_ctl, u64 offset, u64 bytes, in io_ctl_add_entry()
1411 static inline unsigned long bytes_to_bits(u64 bytes, u32 unit) in bytes_to_bits()
1685 u64 offset, u64 bytes) in __bitmap_clear_bits()
1700 u64 bytes) in bitmap_clear_bits()
1708 u64 bytes) in bitmap_set_bits()
1728 u64 *bytes, bool for_alloc) in search_bitmap()
1781 find_free_space(struct btrfs_free_space_ctl *ctl, u64 *offset, u64 *bytes, in find_free_space()
1870 u64 *offset, u64 *bytes) in remove_from_bitmap()
1947 u64 bytes) in add_bytes_to_bitmap()
[all …]
Dlzo.c113 unsigned long bytes; in lzo_compress_pages() local
272 unsigned long bytes; in lzo_decompress_biovec() local
392 unsigned long bytes; in lzo_decompress() local
Dfree-space-cache.h25 u64 bytes; member
Dzlib.c349 unsigned long bytes; in zlib_decompress() local
Dordered-data.h149 unsigned long bytes) in btrfs_ordered_sum_size()
Dcompression.c1032 unsigned long bytes; in btrfs_decompress_buf2page() local
1126 unsigned long bytes = off + len - pg_offset; in btrfs_clear_biovec_end() local
/fs/
Diomap.c167 unsigned long bytes; /* Bytes to write to page */ in iomap_write_actor() local
281 unsigned long bytes; /* Bytes to write to page */ in iomap_dirty_actor() local
338 unsigned bytes, struct iomap *iomap) in iomap_zero()
354 static int iomap_dax_zero(loff_t pos, unsigned offset, unsigned bytes, in iomap_dax_zero()
376 unsigned offset, bytes; in iomap_zero_range_actor() local
Dstat.c447 void __inode_add_bytes(struct inode *inode, loff_t bytes) in __inode_add_bytes()
459 void inode_add_bytes(struct inode *inode, loff_t bytes) in inode_add_bytes()
468 void __inode_sub_bytes(struct inode *inode, loff_t bytes) in __inode_sub_bytes()
481 void inode_sub_bytes(struct inode *inode, loff_t bytes) in inode_sub_bytes()
502 void inode_set_bytes(struct inode *inode, loff_t bytes) in inode_set_bytes()
/fs/ntfs/
Dfile.c585 unsigned nr_pages, s64 pos, size_t bytes) in ntfs_prepare_pages_for_non_resident_write()
1401 s64 pos, size_t bytes) in ntfs_commit_pages_after_non_resident_write()
1555 const unsigned nr_pages, s64 pos, size_t bytes) in ntfs_commit_pages_after_write()
1701 unsigned ofs, struct iov_iter *i, size_t bytes) in ntfs_copy_from_user_iter()
1756 size_t bytes; in ntfs_perform_write() local
/fs/squashfs/
Dcache.c307 int bytes = min_t(int, entry->length - offset, in squashfs_copy_data() local
338 int bytes, res = length; in squashfs_read_metadata() local
Dpage_actor.c80 int bytes = 0, pgoff = 0, b = 0, p = 0, avail, i; in squashfs_bh_to_actor() local
115 int i, avail, bytes = 0; in squashfs_bh_to_buf() local
Dsymlink.c55 int bytes, copied; in squashfs_symlink_readpage() local
Dfile.c376 int bytes, int offset) in squashfs_copy_cache()
461 int bytes = index == file_end ? in squashfs_readpage_sparse() local
/fs/ecryptfs/
Ddebug.c98 void ecryptfs_dump_hex(char *data, int bytes) in ecryptfs_dump_hex()
/fs/qnx4/
Dbitmap.c30 int bytes = min(size - total, QNX4_BLOCK_SIZE); in qnx4_count_free_blocks() 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.h18 unsigned long long bytes[__NFSIOS_BYTESMAX]; member
Ddirect.c407 unsigned long bytes = 0; in nfs_direct_read_completion() local
485 size_t bytes; in nfs_direct_read_schedule_iovec() local
892 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.h751 u64 bytes) in ocfs2_clusters_for_bytes()
764 u64 bytes) in ocfs2_bytes_to_clusters()
774 u64 bytes) in ocfs2_blocks_for_bytes()
797 u64 bytes) in ocfs2_align_bytes_to_clusters()
807 u64 bytes) in ocfs2_align_bytes_to_blocks()
815 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/xfs/
Dxfs_sysfs.c295 int bytes; in reserve_grant_head_show() local
309 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
/fs/overlayfs/
Dcopy_up.c159 long bytes; in ovl_copy_up_data() local
/fs/autofs4/
Dwaitq.c55 struct file *file, const void *addr, int bytes) in autofs4_write()

1234