| /fs/bcachefs/ |
| A D | varint.c | 24 unsigned bytes = DIV_ROUND_UP(bits, 7); in bch2_varint_encode() local 51 unsigned bytes = likely(in < end) in bch2_varint_decode() local 85 unsigned bytes = DIV_ROUND_UP(bits, 7); in bch2_varint_encode_fast() local 116 unsigned bytes = ffz(*in) + 1; in bch2_varint_decode_fast() local
|
| A D | darray.c | 19 size_t bytes; in __bch2_darray_resize_noprof() local
|
| A D | sb-downgrade.c | 258 unsigned bytes = sizeof(*dst) + sizeof(dst->errors[0]) * le16_to_cpu(dst->nr_errors); in downgrade_table_extra() local 388 unsigned bytes = sizeof(*dst) + sizeof(dst->errors[0]) * src->nr_errors; in bch2_sb_downgrade_update() local
|
| A D | journal_io.c | 158 size_t bytes = vstruct_bytes(j); in journal_entry_add() local 585 unsigned bytes = jset_u64s(le16_to_cpu(entry->u64s)) * sizeof(u64); in journal_entry_usage_validate() local 619 unsigned bytes = jset_u64s(le16_to_cpu(entry->u64s)) * sizeof(u64); in journal_entry_data_usage_validate() local 663 unsigned bytes = jset_u64s(le16_to_cpu(entry->u64s)) * sizeof(u64); in journal_entry_clock_validate() local 703 unsigned bytes = jset_u64s(le16_to_cpu(entry->u64s)) * sizeof(u64); in journal_entry_dev_usage_validate() local 825 unsigned bytes = vstruct_bytes(entry); in journal_entry_datetime_validate() local 1004 size_t bytes = vstruct_bytes(jset); in jset_validate_early() local 2082 unsigned bytes = vstruct_bytes(jset); in bch2_journal_write_checksum() local
|
| A D | dirent.h | 53 unsigned bytes = cf_len in dirent_val_u64s() local
|
| A D | ec_types.h | 8 u8 bytes[struct_size_t(struct bch_replicas_entry_v1, member
|
| /fs/btrfs/ |
| A D | free-space-cache.c | 42 u64 bytes; member 918 u64 bytes = ctl->unit; in copy_free_space_cache() local 1918 u64 bytes) in btrfs_bitmap_set_bits() 2458 u64 bytes = info->bytes; in try_merge_free_space() local 2508 u64 bytes; in steal_from_bitmap_to_end() local 2542 u64 bytes; in steal_from_bitmap_to_front() local 2624 u64 offset, u64 bytes, in __btrfs_add_free_space() 2914 u64 bytes) in btrfs_dump_free_space() 3323 u64 offset, u64 bytes, in btrfs_bitmap_cluster() 3723 u64 bytes; in trim_no_bitmap() local [all …]
|
| A D | space-info.c | 494 const struct btrfs_space_info *space_info, u64 bytes, in btrfs_can_overcommit() 617 struct btrfs_space_info *info, u64 bytes, in btrfs_dump_space_info() 660 u64 bytes; in calc_reclaim_items_nr() local 1905 int btrfs_reserve_data_bytes(struct btrfs_space_info *space_info, u64 bytes, in btrfs_reserve_data_bytes() 2119 void btrfs_space_info_update_reclaimable(struct btrfs_space_info *space_info, s64 bytes) in btrfs_space_info_update_reclaimable()
|
| /fs/ntfs3/ |
| A D | fsntfs.c | 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 1007 static inline __le32 security_hash(const void *sd, size_t bytes) in security_hash() 1042 int ntfs_sb_write(struct super_block *sb, u64 lbo, size_t bytes, in ntfs_sb_write() 1108 u64 vbo, const void *buf, size_t bytes, int sync) in ntfs_sb_write_run() 1172 u64 vbo, void *buf, u32 bytes, struct ntfs_buffers *nb) in ntfs_read_run_nb() 1290 struct NTFS_RECORD_HEADER *rhdr, u32 bytes, in ntfs_read_bh() 1301 u32 bytes, struct ntfs_buffers *nb) in ntfs_get_bh() 1401 u32 bytes = nb->bytes; in ntfs_write_bh() local 1478 struct page **pages, u32 nr_pages, u64 vbo, u32 bytes, in ntfs_bio_pages() [all …]
|
| A D | super.c | 184 void *ntfs_set_shared(void *ptr, u32 bytes) in ntfs_set_shared() 883 static u32 format_size_gb(const u64 bytes, u32 *mb) in format_size_gb() 1208 u32 done, bytes; in ntfs_fill_super() local 1682 u64 lbo, bytes, start, end; in ntfs_discard() local
|
| /fs/pstore/ |
| A D | blk.c | 188 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/squashfs/ |
| A D | cache.c | 310 int bytes = min_t(int, entry->length - offset, in squashfs_copy_data() local 339 int bytes, res = length; in squashfs_read_metadata() local
|
| A D | file.c | 384 struct squashfs_cache_entry *buffer, size_t bytes, in squashfs_copy_cache() 503 int i, bytes, copied; in squashfs_readahead_fragment() local 628 int bytes; in squashfs_readahead() local
|
| A D | symlink.c | 42 int bytes, copied, error; in squashfs_symlink_read_folio() local
|
| A D | file_direct.c | 33 int i, pages, bytes, res = -ENOMEM; in squashfs_readpage_block() local
|
| A D | lzo_wrapper.c | 73 int bytes = length, res; in lzo_uncompress() local
|
| /fs/ecryptfs/ |
| A D | debug.c | 84 void ecryptfs_dump_hex(char *data, int bytes) in ecryptfs_dump_hex()
|
| /fs/qnx4/ |
| A D | bitmap.c | 31 int bytes = min(size - total, QNX4_BLOCK_SIZE); in qnx4_count_free_blocks() local
|
| /fs/ |
| A D | stat.c | 917 void __inode_add_bytes(struct inode *inode, loff_t bytes) in __inode_add_bytes() 929 void inode_add_bytes(struct inode *inode, loff_t bytes) in inode_add_bytes() 938 void __inode_sub_bytes(struct inode *inode, loff_t bytes) in __inode_sub_bytes() 951 void inode_sub_bytes(struct inode *inode, loff_t bytes) in inode_sub_bytes() 972 void inode_set_bytes(struct inode *inode, loff_t bytes) in inode_set_bytes()
|
| /fs/nfs/ |
| A D | iostat.h | 19 unsigned long long bytes[__NFSIOS_BYTESMAX]; member
|
| A D | direct.c | 278 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/xfs/ |
| A D | xfs_itable.h | 33 size_t bytes) in xfs_ibulk_advance()
|
| /fs/efivarfs/ |
| A D | file.c | 23 ssize_t bytes; in efivarfs_file_write() local
|
| /fs/ocfs2/ |
| A D | slot_map.c | 210 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/ |
| A D | recovery.c | 154 unsigned int bytes = le16_to_cpu(sr->sr_bytes); in nilfs_read_super_root_block() local 263 unsigned int *offset, unsigned int bytes) in nilfs_read_summary_info() 293 unsigned int *offset, unsigned int bytes, in nilfs_skip_summary_info()
|