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:magic_etc
(Results
1 - 11
of
11
) sorted by relevance
/kernel/linux/linux-6.6/security/
H
A
D
commoncap.c
359
return sansflags(le32_to_cpu(cap->
magic_etc
)) == VFS_CAP_REVISION_2;
in is_v2header()
366
return sansflags(le32_to_cpu(cap->
magic_etc
)) == VFS_CAP_REVISION_3;
in is_v3header()
439
magic = le32_to_cpu(cap->
magic_etc
);
in cap_inode_getsecurity()
443
nscap->
magic_etc
= cpu_to_le32(nsmagic);
in cap_inode_getsecurity()
470
nsmagic = le32_to_cpu(nscap->
magic_etc
);
in cap_inode_getsecurity()
474
cap->
magic_etc
= cpu_to_le32(magic);
in cap_inode_getsecurity()
572
magic = le32_to_cpu(cap->
magic_etc
);
in cap_convert_nscap()
575
nscap->
magic_etc
= cpu_to_le32(nsmagic);
in cap_convert_nscap()
594
if (caps->
magic_etc
& VFS_CAP_FLAGS_EFFECTIVE)
in bprm_caps_from_vfs_caps()
597
if (caps->
magic_etc
in bprm_caps_from_vfs_caps()
640
__u32
magic_etc
;
get_vfs_caps_from_disk()
local
[all...]
/kernel/linux/linux-5.10/security/
H
A
D
commoncap.c
348
return sansflags(le32_to_cpu(cap->
magic_etc
)) == VFS_CAP_REVISION_2;
in is_v2header()
355
return sansflags(le32_to_cpu(cap->
magic_etc
)) == VFS_CAP_REVISION_3;
in is_v3header()
427
magic = le32_to_cpu(cap->
magic_etc
);
in cap_inode_getsecurity()
431
nscap->
magic_etc
= cpu_to_le32(nsmagic);
in cap_inode_getsecurity()
458
nsmagic = le32_to_cpu(nscap->
magic_etc
);
in cap_inode_getsecurity()
462
cap->
magic_etc
= cpu_to_le32(magic);
in cap_inode_getsecurity()
534
magic = le32_to_cpu(cap->
magic_etc
);
in cap_convert_nscap()
537
nscap->
magic_etc
= cpu_to_le32(nsmagic);
in cap_convert_nscap()
558
if (caps->
magic_etc
& VFS_CAP_FLAGS_EFFECTIVE)
in bprm_caps_from_vfs_caps()
561
if (caps->
magic_etc
in bprm_caps_from_vfs_caps()
595
__u32
magic_etc
;
get_vfs_caps_from_disk()
local
[all...]
/kernel/linux/linux-5.10/include/uapi/linux/
H
A
D
capability.h
73
__le32
magic_etc
; /* Little endian */
member
84
__le32
magic_etc
;
member
/kernel/linux/linux-6.6/include/uapi/linux/
H
A
D
capability.h
74
__le32
magic_etc
; /* Little endian */
member
85
__le32
magic_etc
;
member
/kernel/linux/patches/linux-6.6/prebuilts/usr/include/linux/
H
A
D
capability.h
54
__le32
magic_etc
;
member
61
__le32
magic_etc
;
member
/kernel/linux/patches/linux-5.10/prebuilts/usr/include/linux/
H
A
D
capability.h
54
__le32
magic_etc
;
member
61
__le32
magic_etc
;
member
/kernel/linux/patches/linux-4.19/prebuilts/usr/include/linux/
H
A
D
capability.h
41
__le32
magic_etc
;
member
48
__le32
magic_etc
;
member
/kernel/linux/linux-6.6/include/linux/
H
A
D
capability.h
28
__u32
magic_etc
;
member
/kernel/linux/linux-5.10/include/linux/
H
A
D
capability.h
30
__u32
magic_etc
;
member
/kernel/linux/linux-5.10/kernel/
H
A
D
auditsc.c
2005
name->fcap.fE = !!(caps.
magic_etc
& VFS_CAP_FLAGS_EFFECTIVE);
in audit_copy_fcaps()
2007
name->fcap_ver = (caps.
magic_etc
& VFS_CAP_REVISION_MASK) >>
in audit_copy_fcaps()
2556
ax->fcap.fE = !!(vcaps.
magic_etc
& VFS_CAP_FLAGS_EFFECTIVE);
in __audit_log_bprm_fcaps()
2558
ax->fcap_ver = (vcaps.
magic_etc
& VFS_CAP_REVISION_MASK) >> VFS_CAP_REVISION_SHIFT;
in __audit_log_bprm_fcaps()
/kernel/linux/linux-6.6/kernel/
H
A
D
auditsc.c
2262
name->fcap.fE = !!(caps.
magic_etc
& VFS_CAP_FLAGS_EFFECTIVE);
in audit_copy_fcaps()
2264
name->fcap_ver = (caps.
magic_etc
& VFS_CAP_REVISION_MASK) >>
in audit_copy_fcaps()
2818
ax->fcap.fE = !!(vcaps.
magic_etc
& VFS_CAP_FLAGS_EFFECTIVE);
in __audit_log_bprm_fcaps()
2820
ax->fcap_ver = (vcaps.
magic_etc
& VFS_CAP_REVISION_MASK) >> VFS_CAP_REVISION_SHIFT;
in __audit_log_bprm_fcaps()
Completed in 13 milliseconds