Home
last modified time | relevance | path

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

/linux/fs/overlayfs/
H A Dxattrs.c154 char *escaped, *s; in ovl_xattr_escape_name() local
160 escaped = kmalloc(escaped_len + 1, GFP_KERNEL); in ovl_xattr_escape_name()
161 if (escaped == NULL) in ovl_xattr_escape_name()
164 s = escaped; in ovl_xattr_escape_name()
171 return escaped; in ovl_xattr_escape_name()
178 char *escaped; in ovl_own_xattr_get() local
181 escaped = ovl_xattr_escape_name(handler->prefix, name); in ovl_own_xattr_get()
182 if (IS_ERR(escaped)) in ovl_own_xattr_get()
183 return PTR_ERR(escaped); in ovl_own_xattr_get()
185 r = ovl_xattr_get(dentry, inode, escaped, buffer, size); in ovl_own_xattr_get()
[all …]
/linux/drivers/iio/chemical/
H A Dsps30_serial.c46 bool escaped; member
57 priv->escaped = false; in sps30_serial_xfer()
104 static u8 sps30_serial_get_byte(bool escaped, u8 byte2) in sps30_serial_get_byte() argument
108 if (!escaped) in sps30_serial_get_byte()
242 priv->escaped = true; in sps30_serial_receive_buf()
246 byte = sps30_serial_get_byte(priv->escaped, byte); in sps30_serial_receive_buf()
247 if (priv->escaped && !byte) in sps30_serial_receive_buf()
253 if (!priv->escaped && byte == SPS30_SERIAL_SOF_EOF) { in sps30_serial_receive_buf()
263 priv->escaped = false; in sps30_serial_receive_buf()
/linux/scripts/kconfig/
H A Dconfdata.c686 char *escaped = NULL; in __print_symbol() local
701 escaped = escape_string_value(val); in __print_symbol()
702 val = escaped; in __print_symbol()
707 free(escaped); in __print_symbol()
730 char *escaped = NULL; in print_symbol_for_c() local
755 escaped = escape_string_value(val); in print_symbol_for_c()
756 val = escaped; in print_symbol_for_c()
764 free(escaped); in print_symbol_for_c()
773 char *escaped = NULL; in print_symbol_for_rustccfg() local
817 escaped = escape_string_value(val); in print_symbol_for_rustccfg()
[all …]
/linux/tools/scripts/
H A 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/kernel/debug/kdb/
H A Dkdb_main.c893 int escaped, ignore_errors = 0, check_grep = 0; in kdb_parse() local
935 escaped = 0; in kdb_parse()
940 (escaped || quoted || !isspace(*cp))) { in kdb_parse()
943 if (escaped) { in kdb_parse()
944 escaped = 0; in kdb_parse()
949 escaped = 1; in kdb_parse()
/linux/Documentation/watchdog/
H A Dhpwdt.rst38 be restarted or an impending ASR to be escaped.
/linux/Documentation/ABI/testing/
H A Ddev-kmsg86 are escaped by "\x00" C-style hex encoding.
/linux/Documentation/admin-guide/device-mapper/
H A Dstatistics.rst211 space must also be escaped, otherwise the shell will consume them)::
/linux/Documentation/filesystems/
H A Doverlayfs.rst391 In the latter case, colons in lower layer directory names will be escaped
590 allow the second overlayfs mount to see the attributes they must be escaped.
592 Overlayfs specific xattrs are escaped by using a special prefix of
605 These alternative whiteouts can be escaped using the standard xattr escape
H A Dvfat.rst84 escaped sequences. This would let you backup and
/linux/Documentation/filesystems/ext4/
H A 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/Documentation/networking/
H A Deql.rst189 characters are not escaped.
H A Dnetconsole.rst391 Non printable characters in <message text> are escaped using "\xff"
/linux/Documentation/dev-tools/kunit/
H A Drunning_tips.rst386 quoted or escaped, as above.
/linux/tools/perf/Documentation/
H A Dperf-config.txt64 newline (double quote `"` and backslash have to be escaped as `\"` and `\\`,
/linux/tools/arch/x86/lib/
H A Dx86-opcode-map.txt9 # Referrer: escaped-name
13 # opcode: escape # escaped-name
/linux/arch/x86/lib/
H A Dx86-opcode-map.txt9 # Referrer: escaped-name
13 # opcode: escape # escaped-name
/linux/Documentation/kbuild/
H A Dkconfig-language.rst324 other character is allowed and the quotes can be escaped using '\'.