Home
Sort by
last modified time
|
relevance
|
path
Repository(s)
applications
arkcompiler
base
build
commonlibrary
developtools
device
docs
domains
drivers
foundation
ide
interface
kernel
napi_generator
productdefine
test
third_party
vendor
select all
invert selection
clear
Full Search
Search through all text tokens(words,strings,identifiers,numbers) in index.
Definition
Only finds symbol definitions(where e.g a variable(function,...) is defined).
Symbol
Only finds symbol(e.g. methods classes,function,variables).
File Path
Path of the source file(use "/").If you want just exact path,enclose it in "".Source files end with: .jar/.bz2/.a/.h/.java...
History
History log comments.
Type
Any
Bzip(2)
C
Clojure
C#
C++
ELF
Erlang
Image file
Fortran
Golang
GZIP
Haskell
Jar
Java
Java class
JavaScript
Lisp
Lua
Pascal
Perl
PHP
Plain Text
PL/SQL
Python
Rust
Scala
Shell script
SQL
Tar
Tcl
Troff
UUEncoded
Visual Basic
XML
Zip
Type of analyzer used to filter file types include with selected(e.g. just C sources).
Help
Searched
refs:xattr_prefix
(Results
1 - 15
of
15
) sorted by relevance
/kernel/linux/linux-6.6/fs/erofs/
H
A
D
xattr.h
44
return
xattr_prefix
(handler);
in erofs_xattr_prefix()
/kernel/linux/linux-5.10/include/linux/
H
A
D
xattr.h
67
static inline const char *
xattr_prefix
(const struct xattr_handler *handler)
in xattr_prefix()
function
/kernel/linux/linux-6.6/include/linux/
H
A
D
xattr.h
99
static inline const char *
xattr_prefix
(const struct xattr_handler *handler)
in xattr_prefix()
function
/kernel/linux/linux-5.10/fs/
H
A
D
xattr.c
67
n = strcmp_prefix(*name,
xattr_prefix
(handler));
in xattr_resolve_name()
156
if (!strncmp(
xattr_prefix
(handler), prefix, preflen))
in xattr_supported_namespace()
898
size_t prefix_len = strlen(
xattr_prefix
(handler));
in xattr_full_name()
/kernel/linux/linux-6.6/fs/
H
A
D
xattr.c
70
n = strcmp_prefix(*name,
xattr_prefix
(handler));
in xattr_resolve_name()
175
if (!strncmp(
xattr_prefix
(handler), XATTR_USER_PREFIX,
in xattr_supports_user_prefix()
1036
size_t prefix_len = strlen(
xattr_prefix
(handler));
in xattr_full_name()
/kernel/linux/linux-5.10/fs/erofs/
H
A
D
xattr.c
551
prefix =
xattr_prefix
(h);
in xattr_entrylist()
/kernel/linux/linux-5.10/fs/f2fs/
H
A
D
xattr.c
595
prefix =
xattr_prefix
(handler);
in f2fs_listxattr()
/kernel/linux/linux-5.10/fs/reiserfs/
H
A
D
xattr.c
791
const char *prefix =
xattr_prefix
(xah);
in find_xattr_handler_prefix()
/kernel/linux/linux-6.6/fs/f2fs/
H
A
D
xattr.c
226
return
xattr_prefix
(handler);
in f2fs_xattr_prefix()
/kernel/linux/linux-6.6/fs/ext2/
H
A
D
xattr.c
135
return
xattr_prefix
(handler);
in ext2_xattr_prefix()
/kernel/linux/linux-6.6/fs/reiserfs/
H
A
D
xattr.c
790
const char *prefix =
xattr_prefix
(xah);
in reiserfs_xattr_list()
/kernel/linux/linux-6.6/fs/jffs2/
H
A
D
xattr.c
963
return
xattr_prefix
(ret);
in jffs2_xattr_prefix()
/kernel/linux/linux-6.6/fs/ext4/
H
A
D
xattr.c
187
return
xattr_prefix
(handler);
in ext4_xattr_prefix()
/kernel/linux/linux-5.10/fs/ocfs2/
H
A
D
xattr.c
539
return handler ?
xattr_prefix
(handler) : NULL;
in ocfs2_xattr_prefix()
/kernel/linux/linux-6.6/fs/ocfs2/
H
A
D
xattr.c
533
return handler ?
xattr_prefix
(handler) : NULL;
in ocfs2_xattr_prefix()
Completed in 35 milliseconds