| /fs/jffs2/ |
| A D | mini_inflate.c | 126 set->count[bits])) { in read_symbol() 244 if (length) codes->count[length]++; in decompress_dynamic() 259 lengths->count[symbol]++; in decompress_dynamic() 268 lengths->count[last_code]++; in decompress_dynamic() 272 distance->count[last_code]++; in decompress_dynamic() 294 distance->count[symbol]++; in decompress_dynamic() 301 distance->count[last_code]++; in decompress_dynamic() 330 lengths->count[7] = 24; in decompress_fixed() 331 lengths->count[8] = 152; in decompress_fixed() 332 lengths->count[9] = 112; in decompress_fixed() [all …]
|
| /fs/erofs/ |
| A D | decompress.c | 144 unsigned int count, rightpart, skip; in z_erofs_decompress() local 156 count = rq->decodedlength - rq->decodedskip; in z_erofs_decompress() 158 rightpart = min(erofs_blksiz() - skip, count); in z_erofs_decompress() 160 memcpy(rq->out + rightpart, rq->in, count - rightpart); in z_erofs_decompress()
|
| A D | data.c | 342 erofs_off_t count, erofs_off_t offset) in erofs_pread() argument 348 return erofs_read_raw_data(inode, buf, count, offset); in erofs_pread() 351 return z_erofs_read_data(inode, buf, count, offset); in erofs_pread()
|
| A D | internal.h | 338 erofs_off_t count, erofs_off_t offset);
|
| /fs/squashfs/ |
| A D | sqfs.c | 247 for (i = 0; i < count; i++) in sqfs_get_tokens_length() 314 for (j = 0; j < count; j++) { in sqfs_tokenize() 341 for (i = count - updir - 1; i < count; i++) in sqfs_clean_base_path() 344 return count - updir - 1; in sqfs_clean_base_path() 502 dirs->entry_count = dirs->dir_header->count + 1; in sqfs_search_dir() 638 dirs->entry_count = dirs->dir_header->count + 1; in sqfs_search_dir() 669 int count = 0, cur_size = 0, ret; in sqfs_count_metablks() local 679 count++; in sqfs_count_metablks() 682 return count; in sqfs_count_metablks() 980 dirs->entry_count = dirs->dir_header->count + 1; in sqfs_opendir_nest() [all …]
|
| A D | sqfs_filesystem.h | 239 u32 count; member
|
| /fs/ubifs/ |
| A D | debug.c | 244 int count = 2; in ubifs_dump_inode() local 2811 size_t count, loff_t *ppos) in dfs_file_write() argument 2832 return count; in dfs_file_write() 2836 return count; in dfs_file_write() 2842 return count; in dfs_file_write() 2845 val = interpret_user_input(u, count); in dfs_file_write() 2866 return count; in dfs_file_write() 3012 size_t count, loff_t *ppos) in dfs_global_file_read() argument 3036 size_t count, loff_t *ppos) in dfs_global_file_write() argument 3041 val = interpret_user_input(u, count); in dfs_global_file_write() [all …]
|
| A D | ubifs.c | 893 int count; in ubifs_read() local 941 count = (size + UBIFS_BLOCK_SIZE - 1) >> UBIFS_BLOCK_SHIFT; in ubifs_read() 946 for (i = 0; i < count; i++) { in ubifs_read() 950 if (((i + 1) == count) && (size < inode->i_size)) in ubifs_read()
|
| /fs/exfat/ |
| A D | cluster.c | 93 struct exfat_node* node, uint32_t count) in exfat_advance_cluster() argument 97 if (node->fptr_index > count) in exfat_advance_cluster() 103 for (i = node->fptr_index; i < count; i++) in exfat_advance_cluster() 110 node->fptr_index = count; in exfat_advance_cluster()
|
| A D | exfat.h | 61 #define BMAP_SIZE(count) (ROUND_UP(count, sizeof(bitmap_t) * 8) / 8) argument 194 struct exfat_node* node, uint32_t count);
|
| /fs/ext4/ |
| A D | ext4_common.c | 245 int count = 1; in _get_new_inode_no() local 252 count += 8; in _get_new_inode_no() 265 count++; in _get_new_inode_no() 268 return count; in _get_new_inode_no() 280 int count = 0; in _get_new_blk_no() local 287 count += 8; in _get_new_blk_no() 293 count += 1; in _get_new_blk_no() 298 count++; in _get_new_blk_no() 301 return count; in _get_new_blk_no() 703 int count = 0; in find_dir_depth() local [all …]
|
| /fs/btrfs/ |
| A D | conv-funcs.h | 132 DEFINE_CONV(btrfs_extent_data_ref, root, objectid, offset, count) 133 DEFINE_CONV(btrfs_shared_data_ref, count)
|
| A D | ctree.h | 497 count, 32); 500 count, 32); 530 BTRFS_SETGET_FUNCS(ref_count_v0, struct btrfs_extent_ref_v0, count, 32);
|
| /fs/fat/ |
| A D | fat_write.c | 263 static int fat_find_empty_dentries(fat_itr *itr, int count) in fat_find_empty_dentries() argument 290 if (n == count) in fat_find_empty_dentries() 1591 int count; in fat_dir_entries() local 1596 count = -ENOMEM; in fat_dir_entries() 1608 count = -ENOMEM; in fat_dir_entries() 1614 for (count = 0; fat_itr_next(dirs); count++) in fat_dir_entries() 1620 return count; in fat_dir_entries()
|
| /fs/btrfs/kernel-shared/ |
| A D | btrfs_tree.h | 544 __le32 count; member 548 __le32 count; member 561 __le32 count; member
|