Home
last modified time | relevance | path

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

123456

/fs/bcachefs/
Dvarint.c23 unsigned bytes = DIV_ROUND_UP(bits, 7); in bch2_varint_encode() local
50 unsigned bytes = likely(in < end) in bch2_varint_decode() local
84 unsigned bytes = DIV_ROUND_UP(bits, 7); in bch2_varint_encode_fast() local
115 unsigned bytes = ffz(*in) + 1; in bch2_varint_decode_fast() local
Ddarray.c19 size_t bytes; in __bch2_darray_resize_noprof() local
Djournal_io.c143 size_t bytes = vstruct_bytes(j); in journal_entry_add() local
561 unsigned bytes = jset_u64s(le16_to_cpu(entry->u64s)) * sizeof(u64); in journal_entry_usage_validate() local
595 unsigned bytes = jset_u64s(le16_to_cpu(entry->u64s)) * sizeof(u64); in journal_entry_data_usage_validate() local
639 unsigned bytes = jset_u64s(le16_to_cpu(entry->u64s)) * sizeof(u64); in journal_entry_clock_validate() local
679 unsigned bytes = jset_u64s(le16_to_cpu(entry->u64s)) * sizeof(u64); in journal_entry_dev_usage_validate() local
741 unsigned bytes = vstruct_bytes(entry) - offsetof(struct jset_entry_log, d); in journal_entry_log_to_text() local
784 unsigned bytes = vstruct_bytes(entry); in journal_entry_datetime_validate() local
929 size_t bytes = vstruct_bytes(jset); in jset_validate_early() local
1801 unsigned sectors, bytes, u64s; in bch2_journal_write_prep() local
Dsb-downgrade.c222 unsigned bytes = sizeof(*dst) + sizeof(dst->errors[0]) * le16_to_cpu(dst->nr_errors); in downgrade_table_extra() local
347 unsigned bytes = sizeof(*dst) + sizeof(dst->errors[0]) * src->nr_errors; in bch2_sb_downgrade_update() local
/fs/btrfs/
Dfree-space-cache.c41 u64 bytes; member
579 static int io_ctl_add_entry(struct btrfs_io_ctl *io_ctl, u64 offset, u64 bytes, in io_ctl_add_entry()
911 const u64 bytes = info->bytes; in copy_free_space_cache() local
920 u64 bytes = ctl->unit; in copy_free_space_cache() local
1567 static inline unsigned long bytes_to_bits(u64 bytes, u32 unit) in bytes_to_bits()
1880 u64 offset, u64 bytes, bool update_stat) in bitmap_clear_bits()
1916 u64 bytes) in btrfs_bitmap_set_bits()
1957 u64 *bytes, bool for_alloc) in search_bitmap()
2011 find_free_space(struct btrfs_free_space_ctl *ctl, u64 *offset, u64 *bytes, in find_free_space()
2153 u64 *offset, u64 *bytes) in remove_from_bitmap()
[all …]
Dspace-info.c440 const struct btrfs_space_info *space_info, u64 bytes, in btrfs_can_overcommit()
564 struct btrfs_space_info *info, u64 bytes, in btrfs_dump_space_info()
607 u64 bytes; in calc_reclaim_items_nr() local
1820 int btrfs_reserve_data_bytes(struct btrfs_fs_info *fs_info, u64 bytes, in btrfs_reserve_data_bytes()
2035 void btrfs_space_info_update_reclaimable(struct btrfs_space_info *space_info, s64 bytes) in btrfs_space_info_update_reclaimable()
/fs/ntfs3/
Dfsntfs.c131 bool ntfs_fix_pre_write(struct NTFS_RECORD_HEADER *rhdr, size_t bytes) in ntfs_fix_pre_write()
168 int ntfs_fix_post_read(struct NTFS_RECORD_HEADER *rhdr, size_t bytes, in ntfs_fix_post_read()
850 u32 blocksize, bytes; in ntfs_update_mftmirr() local
1003 static inline __le32 security_hash(const void *sd, size_t bytes) in security_hash()
1038 int ntfs_sb_read(struct super_block *sb, u64 lbo, size_t bytes, void *buffer) in ntfs_sb_read()
1066 int ntfs_sb_write(struct super_block *sb, u64 lbo, size_t bytes, in ntfs_sb_write()
1132 u64 vbo, const void *buf, size_t bytes, int sync) in ntfs_sb_write_run()
1196 u64 vbo, void *buf, u32 bytes, struct ntfs_buffers *nb) in ntfs_read_run_nb()
1314 struct NTFS_RECORD_HEADER *rhdr, u32 bytes, in ntfs_read_bh()
1325 u32 bytes, struct ntfs_buffers *nb) in ntfs_get_bh()
[all …]
Dsuper.c184 void *ntfs_set_shared(void *ptr, u32 bytes) in ntfs_set_shared()
842 static u32 format_size_gb(const u64 bytes, u32 *mb) in format_size_gb()
1167 u32 done, bytes; in ntfs_fill_super() local
1653 u64 lbo, bytes, start, end; in ntfs_discard() local
/fs/squashfs/
Dcache.c306 int bytes = min_t(int, entry->length - offset, in squashfs_copy_data() local
335 int bytes, res = length; in squashfs_read_metadata() local
Dfile.c382 int bytes, int offset) in squashfs_copy_cache()
504 int i, bytes, copied; in squashfs_readahead_fragment() local
629 int bytes; in squashfs_readahead() local
Dsymlink.c42 int bytes, copied, error; in squashfs_symlink_read_folio() local
Dfile_direct.c34 int i, pages, bytes, res = -ENOMEM; in squashfs_readpage_block() local
Dlzo_wrapper.c73 int bytes = length, res; in lzo_uncompress() local
Dlz4_wrapper.c99 int bytes = length, res; in lz4_uncompress() local
/fs/pstore/
Dblk.c188 static ssize_t psblk_generic_blk_read(char *buf, size_t bytes, loff_t pos) in psblk_generic_blk_read()
193 static ssize_t psblk_generic_blk_write(const char *buf, size_t bytes, in psblk_generic_blk_write()
/fs/ecryptfs/
Ddebug.c84 void ecryptfs_dump_hex(char *data, int bytes) in ecryptfs_dump_hex()
/fs/qnx4/
Dbitmap.c31 int bytes = min(size - total, QNX4_BLOCK_SIZE); in qnx4_count_free_blocks() local
/fs/
Dstat.c889 void __inode_add_bytes(struct inode *inode, loff_t bytes) in __inode_add_bytes()
901 void inode_add_bytes(struct inode *inode, loff_t bytes) in inode_add_bytes()
910 void __inode_sub_bytes(struct inode *inode, loff_t bytes) in __inode_sub_bytes()
923 void inode_sub_bytes(struct inode *inode, loff_t bytes) in inode_sub_bytes()
944 void inode_set_bytes(struct inode *inode, loff_t bytes) in inode_set_bytes()
Dkernel_read_file.c89 ssize_t bytes; in kernel_read_file() local
/fs/xfs/
Dxfs_itable.h32 size_t bytes) in xfs_ibulk_advance()
/fs/efivarfs/
Dfile.c23 ssize_t bytes; in efivarfs_file_write() local
/fs/nfs/
Diostat.h19 unsigned long long bytes[__NFSIOS_BYTESMAX]; member
Ddirect.c278 unsigned long bytes = 0; in nfs_direct_read_completion() local
358 size_t bytes; in nfs_direct_read_schedule_iovec() local
886 size_t bytes; in nfs_direct_write_schedule_iovec() local
/fs/ocfs2/
Dslot_map.c210 unsigned long long *bytes) in ocfs2_slot_map_physical_size()
340 unsigned long long blocks, bytes = 0; in ocfs2_map_slot_buffers() local
/fs/nilfs2/
Drecovery.c147 unsigned int bytes = le16_to_cpu(sr->sr_bytes); in nilfs_read_super_root_block() local
244 unsigned int *offset, unsigned int bytes) in nilfs_read_summary_info()
274 unsigned int *offset, unsigned int bytes, in nilfs_skip_summary_info()

123456