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:a_version
(Results
1 - 25
of
30
) sorted by relevance
1
2
/kernel/linux/linux-5.10/include/uapi/linux/
H
A
D
posix_acl_xattr.h
23
/* Supported ACL
a_version
fields */
36
__le32
a_version
;
member
/kernel/linux/linux-6.6/include/uapi/linux/
H
A
D
posix_acl_xattr.h
23
/* Supported ACL
a_version
fields */
36
__le32
a_version
;
member
/kernel/linux/patches/linux-6.6/prebuilts/usr/include/linux/
H
A
D
posix_acl_xattr.h
30
__le32
a_version
;
member
/kernel/linux/patches/linux-4.19/prebuilts/usr/include/linux/
H
A
D
posix_acl_xattr.h
17
__le32
a_version
;
member
/kernel/linux/patches/linux-5.10/prebuilts/usr/include/linux/
H
A
D
posix_acl_xattr.h
30
__le32
a_version
;
member
/kernel/linux/linux-5.10/fs/jffs2/
H
A
D
acl.h
24
jint32_t
a_version
;
member
H
A
D
acl.c
68
ver = je32_to_cpu(header->
a_version
);
in jffs2_acl_from_medium()
140
header->
a_version
= cpu_to_je32(JFFS2_ACL_VERSION);
in jffs2_acl_to_medium()
/kernel/linux/linux-5.10/fs/f2fs/
H
A
D
acl.h
31
__le32
a_version
;
member
H
A
D
acl.c
56
if (hdr->
a_version
!= cpu_to_le32(F2FS_ACL_VERSION))
in f2fs_acl_from_disk()
125
f2fs_acl->
a_version
= cpu_to_le32(F2FS_ACL_VERSION);
in f2fs_acl_to_disk()
/kernel/linux/linux-6.6/fs/jffs2/
H
A
D
acl.h
24
jint32_t
a_version
;
member
H
A
D
acl.c
68
ver = je32_to_cpu(header->
a_version
);
in jffs2_acl_from_medium()
140
header->
a_version
= cpu_to_je32(JFFS2_ACL_VERSION);
in jffs2_acl_to_medium()
/kernel/linux/linux-6.6/fs/f2fs/
H
A
D
acl.h
31
__le32
a_version
;
member
H
A
D
acl.c
57
if (hdr->
a_version
!= cpu_to_le32(F2FS_ACL_VERSION))
in f2fs_acl_from_disk()
126
f2fs_acl->
a_version
= cpu_to_le32(F2FS_ACL_VERSION);
in f2fs_acl_to_disk()
/kernel/linux/linux-5.10/fs/ext2/
H
A
D
acl.h
24
__le32
a_version
;
member
H
A
D
acl.c
30
if (((ext2_acl_header *)value)->
a_version
!=
in ext2_acl_from_disk()
103
ext_acl->
a_version
= cpu_to_le32(EXT2_ACL_VERSION);
in ext2_acl_to_disk()
/kernel/linux/linux-5.10/fs/ext4/
H
A
D
acl.h
24
__le32
a_version
;
member
H
A
D
acl.c
28
if (((ext4_acl_header *)value)->
a_version
!=
in ext4_acl_from_disk()
102
ext_acl->
a_version
= cpu_to_le32(EXT4_ACL_VERSION);
in ext4_acl_to_disk()
/kernel/linux/linux-6.6/fs/ext2/
H
A
D
acl.h
24
__le32
a_version
;
member
H
A
D
acl.c
30
if (((ext2_acl_header *)value)->
a_version
!=
in ext2_acl_from_disk()
103
ext_acl->
a_version
= cpu_to_le32(EXT2_ACL_VERSION);
in ext2_acl_to_disk()
/kernel/linux/linux-5.10/fs/reiserfs/
H
A
D
acl.h
19
__le32
a_version
;
member
H
A
D
xattr_acl.c
75
if (((reiserfs_acl_header *) value)->
a_version
!=
in reiserfs_posix_acl_from_disk()
148
ext_acl->
a_version
= cpu_to_le32(REISERFS_ACL_VERSION);
in reiserfs_posix_acl_to_disk()
/kernel/linux/linux-6.6/fs/ext4/
H
A
D
acl.h
24
__le32
a_version
;
member
H
A
D
acl.c
28
if (((ext4_acl_header *)value)->
a_version
!=
in ext4_acl_from_disk()
102
ext_acl->
a_version
= cpu_to_le32(EXT4_ACL_VERSION);
in ext4_acl_to_disk()
/kernel/linux/linux-6.6/fs/reiserfs/
H
A
D
acl.h
19
__le32
a_version
;
member
H
A
D
xattr_acl.c
78
if (((reiserfs_acl_header *) value)->
a_version
!=
in reiserfs_posix_acl_from_disk()
151
ext_acl->
a_version
= cpu_to_le32(REISERFS_ACL_VERSION);
in reiserfs_posix_acl_to_disk()
Completed in 8 milliseconds
1
2