Home
last modified time | relevance | path

Searched refs:output (Results 1 – 12 of 12) sorted by relevance

/fs/jbd/
DKconfig22 enable debugging output while the system is running, in order to
24 debugging output will be turned off.
29 output is generated. To turn debugging off again, do
/fs/jbd2/
DKconfig25 allows you to enable debugging output while the system is running,
27 By default, the debugging output will be turned off.
32 output is generated. To turn debugging off again, do
/fs/nls/
DKconfig285 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/nfs/
Dnfs3acl.c18 # define output(s) do { \ in nfs3_listxattr() macro
30 output("system.posix_acl_access"); in nfs3_listxattr()
39 output("system.posix_acl_default"); in nfs3_listxattr()
44 # undef output in nfs3_listxattr()
/fs/dlm/
DKconfig16 appear as a file in the "dlm" directory. The output is the
/fs/befs/
DKconfig26 debugging output from the driver.
/fs/smbfs/
Dproc.c121 static int convert_memcpy(unsigned char *output, int olen, in convert_memcpy() argument
128 memcpy(output, input, ilen); in convert_memcpy()
132 static inline int write_char(unsigned char ch, char *output, int olen) in write_char() argument
136 sprintf(output, ":x%02x", ch); in write_char()
140 static inline int write_unichar(wchar_t ch, char *output, int olen) in write_unichar() argument
144 sprintf(output, ":%04x", ch); in write_unichar()
149 static int convert_cp(unsigned char *output, int olen, in convert_cp() argument
163 n = write_char(*input++, output, olen); in convert_cp()
166 output += n; in convert_cp()
175 n = nls_to->uni2char(ch, output, olen); in convert_cp()
[all …]
/fs/ncpfs/
DKconfig92 translation between the server file system and input/output. This
/fs/fat/
DKconfig91 Set this to the default input/output character set you'd
/fs/cramfs/
DREADME57 <block>: The i'th <block> is the output of zlib's compress function
/fs/ntfs/
DChangeLog595 inode size has changed and to only output an error if so.
1472 - Cleanup mft.c and it's debug/error output in particular. Fix a minor
1522 - Create a sysctl/proc interface to allow {dis,en}abling of debug output
1531 - Cleanup debug output in various places.
1618 - Cleanup error output. The __FUNCTION__ "(): " is now added
/fs/cifs/
DCHANGES289 search (readdir) output when resume filename was a long filename.