Home
last modified time | relevance | path

Searched defs:out (Results 1 – 25 of 76) sorted by relevance

1234

/fs/udf/
Dudfend.h10 struct kernel_lb_addr out; in lelb_to_cpu() local
20 struct lb_addr out; in cpu_to_lelb() local
30 struct short_ad out; in lesa_to_cpu() local
40 struct short_ad out; in cpu_to_lesa() local
50 struct kernel_long_ad out; in lela_to_cpu() local
60 struct long_ad out; in cpu_to_lela() local
70 struct kernel_extent_ad out; in leea_to_cpu() local
/fs/ocfs2/dlm/
Ddlmdebug.c254 int out = 0; in stringify_lockname() local
274 int out = 0; in stringify_nodemap() local
285 int out = 0; in dump_mle() local
368 int out = 0; in debug_purgelist_print() local
425 int i, out = 0; in debug_mle_print() local
481 int out; in dump_lock() local
507 int out = 0; in dump_lockres() local
679 int out = 0; in debug_state_print() local
/fs/pstore/
Dplatform.c156 static int compress_zlib(const void *in, void *out, size_t inlen, size_t outlen) in compress_zlib()
190 static int decompress_zlib(void *in, void *out, size_t inlen, size_t outlen) in decompress_zlib()
281 static int compress_lzo(const void *in, void *out, size_t inlen, size_t outlen) in compress_lzo()
294 static int decompress_lzo(void *in, void *out, size_t inlen, size_t outlen) in decompress_lzo()
342 static int compress_lz4(const void *in, void *out, size_t inlen, size_t outlen) in compress_lz4()
355 static int decompress_lz4(void *in, void *out, size_t inlen, size_t outlen) in decompress_lz4()
417 static int pstore_compress(const void *in, void *out, in pstore_compress()
426 static int pstore_decompress(void *in, void *out, size_t inlen, size_t outlen) in pstore_decompress()
/fs/proc/
Dpage.c32 u64 __user *out = (u64 __user *)buf; in kpagecount_read() local
207 u64 __user *out = (u64 __user *)buf; in kpageflags_read() local
252 u64 __user *out = (u64 __user *)buf; in kpagecgroup_read() local
/fs/
Dsplice.c648 ssize_t splice_from_pipe(struct pipe_inode_info *pipe, struct file *out, in splice_from_pipe()
682 iter_file_splice_write(struct pipe_inode_info *pipe, struct file *out, in iter_file_splice_write()
804 struct file *out, loff_t *ppos, in default_file_splice_write()
829 ssize_t generic_splice_sendpage(struct pipe_inode_info *pipe, struct file *out, in generic_splice_sendpage()
840 static long do_splice_from(struct pipe_inode_info *pipe, struct file *out, in do_splice_from()
1038 long do_splice_direct(struct file *in, loff_t *ppos, struct file *out, in do_splice_direct()
1096 struct file *out, loff_t __user *off_out, in do_splice()
1386 struct fd in, out; in SYSCALL_DEFINE6() local
1703 static long do_tee(struct file *in, struct file *out, size_t len, in do_tee()
1745 struct fd out = fdget(fdout); in SYSCALL_DEFINE4() local
/fs/hfs/
Dtrans.c33 int hfs_mac2asc(struct super_block *sb, char *out, const struct hfs_name *in) in hfs_mac2asc()
97 void hfs_asc2mac(struct super_block *sb, struct hfs_name *out, const struct qstr *in) in hfs_asc2mac()
/fs/nls/
Dnls_koi8-ru.c17 unsigned char *out, int boundlen) in uni2char()
Dnls_utf8.c14 static int uni2char(wchar_t uni, unsigned char *out, int boundlen) in uni2char()
Dnls_ascii.c120 static int uni2char(wchar_t uni, unsigned char *out, int boundlen) in uni2char()
Dnls_iso8859-1.c211 static int uni2char(wchar_t uni, unsigned char *out, int boundlen) in uni2char()
Dnls_iso8859-6.c217 static int uni2char(wchar_t uni, unsigned char *out, int boundlen) in uni2char()
Dnls_iso8859-9.c226 static int uni2char(wchar_t uni, unsigned char *out, int boundlen) in uni2char()
Dnls_iso8859-14.c295 static int uni2char(wchar_t uni, unsigned char *out, int boundlen) in uni2char()
Dnls_cp874.c227 static int uni2char(wchar_t uni, unsigned char *out, int boundlen) in uni2char()
Dnls_iso8859-4.c262 static int uni2char(wchar_t uni, unsigned char *out, int boundlen) in uni2char()
Dnls_iso8859-15.c261 static int uni2char(wchar_t uni, unsigned char *out, int boundlen) in uni2char()
Dnls_iso8859-5.c226 static int uni2char(wchar_t uni, unsigned char *out, int boundlen) in uni2char()
Dnls_cp857.c255 static int uni2char(wchar_t uni, unsigned char *out, int boundlen) in uni2char()
Dnls_iso8859-13.c239 static int uni2char(wchar_t uni, unsigned char *out, int boundlen) in uni2char()
Dnls_iso8859-3.c262 static int uni2char(wchar_t uni, unsigned char *out, int boundlen) in uni2char()
Dnls_iso8859-2.c262 static int uni2char(wchar_t uni, unsigned char *out, int boundlen) in uni2char()
Dnls_cp852.c291 static int uni2char(wchar_t uni, unsigned char *out, int boundlen) in uni2char()
Dnls_cp855.c253 static int uni2char(wchar_t uni, unsigned char *out, int boundlen) in uni2char()
Dnls_cp850.c269 static int uni2char(wchar_t uni, unsigned char *out, int boundlen) in uni2char()
/fs/cifs/
Dwinucase.c644 wchar_t out; in cifs_toupper() local

1234