Home
last modified time | relevance | path

Searched refs:input (Results 1 – 16 of 16) sorted by relevance

/fs/ocfs2/
A Dresize.c379 struct ocfs2_new_group_input *input, in ocfs2_check_new_group() argument
392 if (le16_to_cpu(gd->bg_chain) != input->chain) in ocfs2_check_new_group()
407 input->frees * cl_bpc); in ocfs2_check_new_group()
417 struct ocfs2_new_group_input *input, in ocfs2_verify_group_and_input() argument
429 else if (input->chain >= cl_count) in ocfs2_verify_group_and_input()
436 else if (input->clusters > cl_cpg) in ocfs2_verify_group_and_input()
438 else if (input->frees > input->clusters) in ocfs2_verify_group_and_input()
516 input->chain, input->clusters, input->frees); in ocfs2_group_add()
527 cr = &cl->cl_recs[input->chain]; in ocfs2_group_add()
554 cr->c_blkno = cpu_to_le64(input->group); in ocfs2_group_add()
[all …]
A Dresize.h14 int ocfs2_group_add(struct inode *inode, struct ocfs2_new_group_input *input);
A Dioctl.c880 struct ocfs2_new_group_input input; in ocfs2_ioctl() local
885 if (copy_from_user(&input, (int __user *) arg, sizeof(input))) in ocfs2_ioctl()
891 status = ocfs2_group_add(inode, &input); in ocfs2_ioctl()
/fs/squashfs/
A Dlzo_wrapper.c24 void *input; member
35 stream->input = vmalloc(block_size); in lzo_init()
36 if (stream->input == NULL) in lzo_init()
45 vfree(stream->input); in lzo_init()
58 vfree(stream->input); in lzo_free()
72 void *buff = stream->input, *data; in lzo_uncompress()
86 res = lzo1x_decompress_safe(stream->input, (size_t)length, in lzo_uncompress()
A Dlz4_wrapper.c27 void *input; member
60 stream->input = vmalloc(block_size); in lz4_init()
61 if (stream->input == NULL) in lz4_init()
70 vfree(stream->input); in lz4_init()
84 vfree(stream->input); in lz4_free()
98 void *buff = stream->input, *data; in lz4_uncompress()
111 res = LZ4_decompress_safe(stream->input, stream->output, in lz4_uncompress()
/fs/ext4/
A Dresize.c121 struct ext4_new_group_data *input) in verify_group_input() argument
127 ext4_group_t group = input->group; in verify_group_input()
151 "no-super", input->group, input->blocks_count, in verify_group_input()
157 else if (input->reserved_blocks > input->blocks_count / 5) in verify_group_input()
159 input->reserved_blocks); in verify_group_input()
162 input->blocks_count); in verify_group_input()
178 else if (input->inode_bitmap == input->block_bitmap) in verify_group_input()
181 else if (inside(input->block_bitmap, input->inode_table, itend)) in verify_group_input()
186 else if (inside(input->inode_bitmap, input->inode_table, itend)) in verify_group_input()
1747 err = verify_group_input(sb, input); in ext4_group_add()
[all …]
A Dioctl.c944 struct ext4_new_group_data *input) in ext4_ioctl_group_add() argument
964 err = ext4_group_add(sb, input); in ext4_ioctl_group_add()
975 err = ext4_register_li_request(sb, input->group); in ext4_ioctl_group_add()
1377 struct ext4_new_group_data input; in __ext4_ioctl() local
1380 sizeof(input))) in __ext4_ioctl()
1383 return ext4_ioctl_group_add(filp, &input); in __ext4_ioctl()
1657 struct ext4_new_group_data input; in ext4_compat_ioctl() local
1661 err = get_user(input.group, &uinput->group); in ext4_compat_ioctl()
1664 err |= get_user(input.inode_table, &uinput->inode_table); in ext4_compat_ioctl()
1666 err |= get_user(input.reserved_blocks, in ext4_compat_ioctl()
[all …]
A Dext4.h3123 struct ext4_new_group_data *input);
/fs/bcachefs/
A Dthread_with_file.c72 return stdio->input.buf.nr > seen || stdio->done; in stdio_redirect_has_more_input()
89 return stdio->input.buf.nr < STDIO_REDIRECT_BUFSIZE || stdio->done; in stdio_redirect_has_input_space()
110 wake_up(&thr->stdio.input.wait); in thread_with_stdio_done()
161 darray_exit(&thr->stdio.input.buf); in thread_with_stdio_release()
172 struct stdio_buf *buf = &thr->stdio.input; in thread_with_stdio_write()
230 poll_wait(file, &thr->stdio.input.wait, wait); in thread_with_stdio_poll()
307 stdio_buf_init(&thr->stdio.input); in bch2_thread_with_stdio_init()
328 stdio_buf_init(&thr->stdio.input); in bch2_run_thread_with_stdout()
338 struct stdio_buf *buf = &stdio->input; in bch2_stdio_redirect_read()
370 struct stdio_buf *buf = &stdio->input; in bch2_stdio_redirect_readline_timeout()
A Dthread_with_file_types.h15 struct stdio_buf input; member
/fs/nls/
A DKconfig286 input/output character sets. Say Y here for ISO8859-8, the Hebrew
295 input/output character sets. Say Y here for the Windows CP-1250
325 input/output character sets. Say Y here for the Latin 1 character
337 input/output character sets. Say Y here for the Latin 2 character
348 input/output character sets. Say Y here for the Latin 3 character
358 input/output character sets. Say Y here for the Latin 4 character
368 input/output character sets. Say Y here for ISO8859-5, a Cyrillic
379 input/output character sets. Say Y here for ISO8859-6, the Arabic
388 input/output character sets. Say Y here for ISO8859-7, the Modern
397 input/output character sets. Say Y here for the Latin 5 character
[all …]
/fs/cramfs/
A DREADME74 applied to the i'th blksize-sized chunk of the input data if the
76 otherwise it is the input data directly.
77 (For the last <block> of the file, the input may of course be smaller.)
116 (Block size in cramfs refers to the size of input data that is
/fs/exfat/
A DKconfig20 Set this to the default input/output character set to use for
/fs/smb/client/
A Dsmb2proto.h212 size_t input_len, void *input);
A Dsmb2pdu.c3756 size_t output_len, size_t input_len, void *input) in SMB2_query_info_init() argument
3784 memcpy(req->Buffer, input, input_len); in SMB2_query_info_init()
/fs/fat/
A DKconfig94 Set this to the default input/output character set you'd

Completed in 51 milliseconds