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:complain
(Results
1 - 7
of
7
) sorted by relevance
/kernel/linux/linux-6.6/security/apparmor/include/
H
A
D
perms.h
74
u32
complain
; /* accumulates only used when ~allow & ~deny */
member
112
accum->
complain
|= addend->
complain
& ~addend->allow & ~addend->deny;
in aa_perms_accum_raw()
139
accum->
complain
|= addend->
complain
& ~accum->allow & ~accum->deny;
in aa_perms_accum()
/kernel/linux/linux-5.10/security/apparmor/
H
A
D
lib.c
310
perms->
complain
= ALL_PERMS_MASK;
in aa_apply_modes_to_perms()
356
accum->
complain
|= addend->
complain
& ~addend->allow & ~addend->deny;
in aa_perms_accum_raw()
375
accum->
complain
|= addend->
complain
& ~accum->allow & ~accum->deny;
in aa_perms_accum()
425
* If not auditing then
complain
mode is not enabled and the
449
else if (denied == (denied & perms->
complain
))
in aa_check_perms()
/kernel/linux/linux-6.6/security/apparmor/
H
A
D
lib.c
332
perms->
complain
= ALL_PERMS_MASK;
in aa_apply_modes_to_perms()
384
* If not auditing then
complain
mode is not enabled and the
408
else if (denied == (denied & perms->
complain
))
in aa_check_perms()
H
A
D
policy_unpack.c
657
aa_unpack_u32(e, &perm->
complain
, NULL) &&
in unpack_perm()
883
/* per profile debug flags (
complain
, audit) */
in unpack_profile()
1201
if (perm->
complain
& (perm->allow | perm->deny))
in verify_perm()
1205
if (perm->
complain
& perm->prompt)
in verify_perm()
/kernel/linux/linux-5.10/security/apparmor/include/
H
A
D
perms.h
75
u32
complain
; /* accumulates only used when ~allow & ~deny */
member
/kernel/linux/linux-5.10/fs/nfs/
H
A
D
write.c
1560
static unsigned long
complain
;
in nfs_writeback_done()
local
1563
if (time_before(
complain
, jiffies)) {
in nfs_writeback_done()
1568
complain
= jiffies + 300 * HZ;
in nfs_writeback_done()
1591
static unsigned long
complain
;
in nfs_writeback_result()
local
1598
if (time_before(
complain
, jiffies)) {
in nfs_writeback_result()
1602
complain
= jiffies + 300 * HZ;
in nfs_writeback_result()
/kernel/linux/linux-6.6/fs/nfs/
H
A
D
write.c
1583
static unsigned long
complain
;
in nfs_writeback_done()
local
1586
if (time_before(
complain
, jiffies)) {
in nfs_writeback_done()
1591
complain
= jiffies + 300 * HZ;
in nfs_writeback_done()
1615
static unsigned long
complain
;
in nfs_writeback_result()
local
1622
if (time_before(
complain
, jiffies)) {
in nfs_writeback_result()
1626
complain
= jiffies + 300 * HZ;
in nfs_writeback_result()
Completed in 18 milliseconds