/fs/ocfs2/ |
D | resize.c | 387 struct ocfs2_new_group_input *input, in ocfs2_check_new_group() argument 400 if (le16_to_cpu(gd->bg_chain) != input->chain) in ocfs2_check_new_group() 404 le16_to_cpu(gd->bg_chain), input->chain); in ocfs2_check_new_group() 405 else if (le16_to_cpu(gd->bg_bits) != input->clusters * cl_bpc) in ocfs2_check_new_group() 409 le16_to_cpu(gd->bg_bits), input->clusters); in ocfs2_check_new_group() 410 else if (le16_to_cpu(gd->bg_free_bits_count) != input->frees * cl_bpc) in ocfs2_check_new_group() 415 input->frees * cl_bpc); in ocfs2_check_new_group() 425 struct ocfs2_new_group_input *input, in ocfs2_verify_group_and_input() argument 431 u32 cluster = ocfs2_blocks_to_clusters(inode->i_sb, input->group); in ocfs2_verify_group_and_input() 437 else if (input->chain >= cl_count) in ocfs2_verify_group_and_input() [all …]
|
D | resize.h | 30 int ocfs2_group_add(struct inode *inode, struct ocfs2_new_group_input *input);
|
D | ioctl.c | 850 struct ocfs2_new_group_input input; in ocfs2_ioctl() local 903 if (copy_from_user(&input, (int __user *) arg, sizeof(input))) in ocfs2_ioctl() 909 status = ocfs2_group_add(inode, &input); in ocfs2_ioctl()
|
/fs/squashfs/ |
D | lzo_wrapper.c | 37 void *input; member 48 stream->input = vmalloc(block_size); in lzo_init() 49 if (stream->input == NULL) in lzo_init() 58 vfree(stream->input); in lzo_init() 71 vfree(stream->input); in lzo_free() 83 void *buff = stream->input, *data; in lzo_uncompress() 96 res = lzo1x_decompress_safe(stream->input, (size_t)length, in lzo_uncompress()
|
D | lz4_wrapper.c | 29 void *input; member 62 stream->input = vmalloc(block_size); in lz4_init() 63 if (stream->input == NULL) in lz4_init() 72 vfree(stream->input); in lz4_init() 86 vfree(stream->input); in lz4_free() 98 void *buff = stream->input, *data; in lz4_uncompress() 110 res = LZ4_decompress_safe(stream->input, stream->output, in lz4_uncompress()
|
/fs/ext4/ |
D | resize.c | 116 struct ext4_new_group_data *input) in verify_group_input() argument 121 ext4_fsblk_t end = start + input->blocks_count; in verify_group_input() 122 ext4_group_t group = input->group; in verify_group_input() 123 ext4_fsblk_t itend = input->inode_table + sbi->s_itb_per_group; in verify_group_input() 132 input->group, sbi->s_groups_count); in verify_group_input() 138 input->free_blocks_count = free_blocks_count = in verify_group_input() 139 input->blocks_count - 2 - overhead - sbi->s_itb_per_group; in verify_group_input() 144 ext4_bg_has_super(sb, input->group) ? "normal" : in verify_group_input() 145 "no-super", input->group, input->blocks_count, in verify_group_input() 146 free_blocks_count, input->reserved_blocks); in verify_group_input() [all …]
|
D | ioctl.c | 839 struct ext4_new_group_data input; in ext4_ioctl() local 846 if (copy_from_user(&input, (struct ext4_new_group_input __user *)arg, in ext4_ioctl() 847 sizeof(input))) { in ext4_ioctl() 863 err = ext4_group_add(sb, &input); in ext4_ioctl() 874 err = ext4_register_li_request(sb, input.group); in ext4_ioctl() 1158 struct ext4_new_group_input input; in ext4_compat_ioctl() local 1163 err = get_user(input.group, &uinput->group); in ext4_compat_ioctl() 1164 err |= get_user(input.block_bitmap, &uinput->block_bitmap); in ext4_compat_ioctl() 1165 err |= get_user(input.inode_bitmap, &uinput->inode_bitmap); in ext4_compat_ioctl() 1166 err |= get_user(input.inode_table, &uinput->inode_table); in ext4_compat_ioctl() [all …]
|
D | ext4.h | 2589 struct ext4_new_group_data *input);
|
/fs/hfsplus/ |
D | options.c | 72 int hfsplus_parse_options_remount(char *input, int *force) in hfsplus_parse_options_remount() argument 78 if (!input) in hfsplus_parse_options_remount() 81 while ((p = strsep(&input, ",")) != NULL) { in hfsplus_parse_options_remount() 100 int hfsplus_parse_options(char *input, struct hfsplus_sb_info *sbi) in hfsplus_parse_options() argument 106 if (!input) in hfsplus_parse_options() 109 while ((p = strsep(&input, ",")) != NULL) { in hfsplus_parse_options()
|
D | hfsplus_fs.h | 499 int hfsplus_parse_options_remount(char *input, int *force); 500 int hfsplus_parse_options(char *input, struct hfsplus_sb_info *sbi);
|
/fs/nls/ |
D | Kconfig | 285 input/output character sets. Say Y here for ISO8859-8, the Hebrew 294 input/output character sets. Say Y here for the Windows CP-1250 324 input/output character sets. Say Y here for the Latin 1 character 336 input/output character sets. Say Y here for the Latin 2 character 347 input/output character sets. Say Y here for the Latin 3 character 357 input/output character sets. Say Y here for the Latin 4 character 367 input/output character sets. Say Y here for ISO8859-5, a Cyrillic 378 input/output character sets. Say Y here for ISO8859-6, the Arabic 387 input/output character sets. Say Y here for ISO8859-7, the Modern 396 input/output character sets. Say Y here for the Latin 5 character [all …]
|
/fs/cramfs/ |
D | README | 58 applied to the i'th blksize-sized chunk of the input data. 59 (For the last <block> of the file, the input may of course be smaller.) 87 (Block size in cramfs refers to the size of input data that is
|
/fs/ncpfs/ |
D | Kconfig | 92 translation between the server file system and input/output. This
|
/fs/fat/ |
D | Kconfig | 91 Set this to the default input/output character set you'd
|