Home
last modified time | relevance | path

Searched refs:escaped (Results 1 – 23 of 23) sorted by relevance

/linux-6.12.1/fs/overlayfs/
Dxattrs.c162 char *escaped, *s; in ovl_xattr_escape_name() local
168 escaped = kmalloc(escaped_len + 1, GFP_KERNEL); in ovl_xattr_escape_name()
169 if (escaped == NULL) in ovl_xattr_escape_name()
172 s = escaped; in ovl_xattr_escape_name()
179 return escaped; in ovl_xattr_escape_name()
186 char *escaped; in ovl_own_xattr_get() local
189 escaped = ovl_xattr_escape_name(handler->prefix, name); in ovl_own_xattr_get()
190 if (IS_ERR(escaped)) in ovl_own_xattr_get()
191 return PTR_ERR(escaped); in ovl_own_xattr_get()
193 r = ovl_xattr_get(dentry, inode, escaped, buffer, size); in ovl_own_xattr_get()
[all …]
/linux-6.12.1/drivers/iio/chemical/
Dsps30_serial.c47 bool escaped; member
58 priv->escaped = false; in sps30_serial_xfer()
105 static u8 sps30_serial_get_byte(bool escaped, u8 byte2) in sps30_serial_get_byte() argument
109 if (!escaped) in sps30_serial_get_byte()
243 priv->escaped = true; in sps30_serial_receive_buf()
247 byte = sps30_serial_get_byte(priv->escaped, byte); in sps30_serial_receive_buf()
248 if (priv->escaped && !byte) in sps30_serial_receive_buf()
254 if (!priv->escaped && byte == SPS30_SERIAL_SOF_EOF) { in sps30_serial_receive_buf()
264 priv->escaped = false; in sps30_serial_receive_buf()
/linux-6.12.1/scripts/kconfig/
Dconfdata.c605 char *escaped = NULL; in __print_symbol() local
620 escaped = escape_string_value(val); in __print_symbol()
621 val = escaped; in __print_symbol()
626 free(escaped); in __print_symbol()
649 char *escaped = NULL; in print_symbol_for_c() local
674 escaped = escape_string_value(val); in print_symbol_for_c()
675 val = escaped; in print_symbol_for_c()
683 free(escaped); in print_symbol_for_c()
692 char *escaped = NULL; in print_symbol_for_rustccfg() local
736 escaped = escape_string_value(val); in print_symbol_for_rustccfg()
[all …]
/linux-6.12.1/tools/scripts/
Dutilities.mak20 # Usage: escaped-text = $(call escape-nl,text[,escape])
36 # Usage: text = $(call unescape-nl,escaped-text[,escape])
90 # Usage: single-quoted-and-escaped-text = $(call shell-sq,text)
120 # processes the resulting escaped text, it transforms
/linux-6.12.1/drivers/staging/rtl8192e/
Drtllib.h1769 static char escaped[IW_ESSID_MAX_SIZE * 2 + 1]; in escape_essid() local
1772 memcpy(escaped, "<hidden>", sizeof("<hidden>")); in escape_essid()
1773 return escaped; in escape_essid()
1776 snprintf(escaped, sizeof(escaped), "%*pE", essid_len, essid); in escape_essid()
1777 return escaped; in escape_essid()
/linux-6.12.1/kernel/debug/kdb/
Dkdb_main.c964 int escaped, ignore_errors = 0, check_grep = 0; in kdb_parse() local
1006 escaped = 0; in kdb_parse()
1011 (escaped || quoted || !isspace(*cp))) { in kdb_parse()
1014 if (escaped) { in kdb_parse()
1015 escaped = 0; in kdb_parse()
1020 escaped = 1; in kdb_parse()
/linux-6.12.1/fs/gfs2/
Dincore.h137 BUFFER_FNS(Escaped, escaped)
138 TAS_BUFFER_FNS(Escaped, escaped)
/linux-6.12.1/Documentation/watchdog/
Dhpwdt.rst38 be restarted or an impending ASR to be escaped.
/linux-6.12.1/Documentation/core-api/
Dprintk-formats.rst246 Raw buffer as an escaped string
253 For printing raw buffer as an escaped string. For the following buffer::
281 If field width is omitted then 1 byte only will be escaped.
/linux-6.12.1/Documentation/ABI/testing/
Ddev-kmsg86 are escaped by "\x00" C-style hex encoding.
/linux-6.12.1/Documentation/admin-guide/device-mapper/
Dstatistics.rst211 space must also be escaped, otherwise the shell will consume them)::
/linux-6.12.1/Documentation/filesystems/
Doverlayfs.rst362 In the latter case, colons in lower layer directory names will be escaped
537 allow the second overlayfs mount to see the attributes they must be escaped.
539 Overlayfs specific xattrs are escaped by using a special prefix of
552 These alternative whiteouts can be escaped using the standard xattr escape
Dvfat.rst84 escaped sequences. This would let you backup and
Dseq_file.rst256 which should be escaped in the output. A call to seq_path() will output
/linux-6.12.1/Documentation/filesystems/ext4/
Djournal.rst431 - On-disk block is escaped. The first four bytes of the data block just
515 number then those four bytes are replaced with zeroes and the “escaped
/linux-6.12.1/Documentation/networking/
Dnetconsole.rst259 Non printable characters in <message text> are escaped using "\xff"
Deql.rst189 characters are not escaped.
/linux-6.12.1/Documentation/admin-guide/
Ddynamic-debug-howto.rst171 special characters can be escaped using C octal character
/linux-6.12.1/Documentation/dev-tools/kunit/
Drunning_tips.rst386 quoted or escaped, as above.
/linux-6.12.1/tools/perf/Documentation/
Dperf-config.txt64 newline (double quote `"` and backslash have to be escaped as `\"` and `\\`,
/linux-6.12.1/arch/x86/lib/
Dx86-opcode-map.txt9 # Referrer: escaped-name
13 # opcode: escape # escaped-name
/linux-6.12.1/tools/arch/x86/lib/
Dx86-opcode-map.txt9 # Referrer: escaped-name
13 # opcode: escape # escaped-name
/linux-6.12.1/Documentation/kbuild/
Dkconfig-language.rst292 other character is allowed and the quotes can be escaped using '\'.