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:is_deleted
(Results
1 - 16
of
16
) sorted by relevance
/kernel/linux/linux-5.10/security/tomoyo/
H
A
D
group.c
138
if (member->head.
is_deleted
)
in tomoyo_path_matches_group()
167
if (member->head.
is_deleted
)
in tomoyo_number_matches_group()
198
if (member->head.
is_deleted
)
in tomoyo_address_matches_group()
H
A
D
domain.c
46
if (entry->
is_deleted
== TOMOYO_GC_IN_PROGRESS)
in tomoyo_update_policy()
50
entry->
is_deleted
= param->is_delete;
in tomoyo_update_policy()
125
if (entry->
is_deleted
== TOMOYO_GC_IN_PROGRESS)
in tomoyo_update_domain()
131
entry->
is_deleted
= merge_duplicate(entry, new_entry,
in tomoyo_update_domain()
134
entry->
is_deleted
= is_delete;
in tomoyo_update_domain()
173
if (ptr->
is_deleted
|| ptr->type != r->param_type)
in tomoyo_check_acl()
306
if (ptr->head.
is_deleted
|| ptr->type != type)
in tomoyo_scan_transition()
744
if (ptr->head.
is_deleted
||
in tomoyo_find_next_domain()
H
A
D
gc.c
261
* elements without checking for
is_deleted
flag.
in tomoyo_del_domain()
492
if (!member->
is_deleted
)
in tomoyo_collect_member()
494
member->
is_deleted
= TOMOYO_GC_IN_PROGRESS;
in tomoyo_collect_member()
512
if (!acl->
is_deleted
)
in tomoyo_collect_acl()
514
acl->
is_deleted
= TOMOYO_GC_IN_PROGRESS;
in tomoyo_collect_acl()
538
if (!domain->
is_deleted
|| atomic_read(&domain->users))
in tomoyo_collect_entry()
H
A
D
common.c
919
if (ptr->head.
is_deleted
)
in tomoyo_read_manager()
956
if (!ptr->head.
is_deleted
&&
in tomoyo_manager()
1030
if (domain && domain->
is_deleted
)
in tomoyo_select_domain()
1104
if (domain->
is_deleted
||
in tomoyo_delete_domain()
1107
domain->
is_deleted
= true;
in tomoyo_delete_domain()
1401
if (acl->
is_deleted
)
in tomoyo_print_entry()
1629
if (domain->
is_deleted
&&
in tomoyo_read_domain()
1811
if (ptr->
is_deleted
)
in tomoyo_read_group()
1865
if (acl->
is_deleted
)
in tomoyo_read_policy()
H
A
D
common.h
408
s8
is_deleted
; /* true or false or TOMOYO_GC_IN_PROGRESS */
member
675
s8
is_deleted
; /* true or false or TOMOYO_GC_IN_PROGRESS */
member
690
bool
is_deleted
; /* Delete flag. */
member
H
A
D
util.c
616
if (!domain->
is_deleted
&&
in tomoyo_find_domain()
1055
if (ptr->
is_deleted
)
in tomoyo_domain_quota_is_ok()
/kernel/linux/linux-6.6/security/tomoyo/
H
A
D
group.c
138
if (member->head.
is_deleted
)
in tomoyo_path_matches_group()
167
if (member->head.
is_deleted
)
in tomoyo_number_matches_group()
198
if (member->head.
is_deleted
)
in tomoyo_address_matches_group()
H
A
D
domain.c
46
if (entry->
is_deleted
== TOMOYO_GC_IN_PROGRESS)
in tomoyo_update_policy()
50
entry->
is_deleted
= param->is_delete;
in tomoyo_update_policy()
125
if (entry->
is_deleted
== TOMOYO_GC_IN_PROGRESS)
in tomoyo_update_domain()
131
entry->
is_deleted
= merge_duplicate(entry, new_entry,
in tomoyo_update_domain()
134
entry->
is_deleted
= is_delete;
in tomoyo_update_domain()
173
if (ptr->
is_deleted
|| ptr->type != r->param_type)
in tomoyo_check_acl()
306
if (ptr->head.
is_deleted
|| ptr->type != type)
in tomoyo_scan_transition()
742
if (ptr->head.
is_deleted
||
in tomoyo_find_next_domain()
H
A
D
gc.c
261
* elements without checking for
is_deleted
flag.
in tomoyo_del_domain()
492
if (!member->
is_deleted
)
in tomoyo_collect_member()
494
member->
is_deleted
= TOMOYO_GC_IN_PROGRESS;
in tomoyo_collect_member()
512
if (!acl->
is_deleted
)
in tomoyo_collect_acl()
514
acl->
is_deleted
= TOMOYO_GC_IN_PROGRESS;
in tomoyo_collect_acl()
538
if (!domain->
is_deleted
|| atomic_read(&domain->users))
in tomoyo_collect_entry()
H
A
D
common.c
911
if (ptr->head.
is_deleted
)
in tomoyo_read_manager()
948
if (!ptr->head.
is_deleted
&&
in tomoyo_manager()
1022
if (domain && domain->
is_deleted
)
in tomoyo_select_domain()
1096
if (domain->
is_deleted
||
in tomoyo_delete_domain()
1099
domain->
is_deleted
= true;
in tomoyo_delete_domain()
1393
if (acl->
is_deleted
)
in tomoyo_print_entry()
1621
if (domain->
is_deleted
&&
in tomoyo_read_domain()
1803
if (ptr->
is_deleted
)
in tomoyo_read_group()
1857
if (acl->
is_deleted
)
in tomoyo_read_policy()
H
A
D
common.h
408
s8
is_deleted
; /* true or false or TOMOYO_GC_IN_PROGRESS */
member
675
s8
is_deleted
; /* true or false or TOMOYO_GC_IN_PROGRESS */
member
690
bool
is_deleted
; /* Delete flag. */
member
H
A
D
util.c
621
if (!domain->
is_deleted
&&
in tomoyo_find_domain()
1060
if (ptr->
is_deleted
)
in tomoyo_domain_quota_is_ok()
/kernel/linux/linux-5.10/net/netfilter/ipset/
H
A
D
ip_set_core.c
32
bool
is_deleted
; /* deleted by ip_set_net_exit */
member
930
if (!inst->
is_deleted
) { /* already deleted from ip_set_net_exit() */
in ip_set_nfnl_put()
2396
inst->
is_deleted
= false;
in ip_set_net_init()
2410
inst->
is_deleted
= true; /* flag for ip_set_nfnl_put */
in ip_set_net_exit()
/kernel/linux/linux-6.6/net/netfilter/ipset/
H
A
D
ip_set_core.c
32
bool
is_deleted
; /* deleted by ip_set_net_exit */
member
928
if (!inst->
is_deleted
) { /* already deleted from ip_set_net_exit() */
in ip_set_nfnl_put()
2361
inst->
is_deleted
= false;
in ip_set_net_init()
2375
inst->
is_deleted
= true; /* flag for ip_set_nfnl_put */
in ip_set_net_exit()
/kernel/linux/linux-5.10/security/apparmor/
H
A
D
file.c
143
*
is_deleted
- test if a file has been completely unlinked
148
static inline bool
is_deleted
(struct dentry *dentry)
in is_deleted()
function
/kernel/linux/linux-6.6/security/apparmor/
H
A
D
file.c
148
*
is_deleted
- test if a file has been completely unlinked
153
static inline bool
is_deleted
(struct dentry *dentry)
in is_deleted()
function
Completed in 34 milliseconds