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:ISDIRTY
(Results
1 - 10
of
10
) sorted by relevance
/kernel/linux/linux-5.10/fs/jffs2/
H
A
D
nodemgmt.c
252
if (
ISDIRTY
(jeb->wasted_size + jeb->dirty_size)) {
in jffs2_close_nextblock()
532
if (!jeb->free_size && !jeb->dirty_size && !
ISDIRTY
(jeb->wasted_size)) {
in jffs2_add_physical_node_ref()
645
if ((jeb->dirty_size ||
ISDIRTY
(jeb->wasted_size + freed_len)) && jeb != c->nextblock) {
in jffs2_mark_node_obsolete()
724
} else if (
ISDIRTY
(jeb->dirty_size) && !
ISDIRTY
(jeb->dirty_size - addedsize)) {
in jffs2_mark_node_obsolete()
H
A
D
nodelist.h
312
#define
ISDIRTY
(size) ((size) > sizeof (struct jffs2_raw_inode) + JFFS2_MIN_DATA_LEN)
macro
H
A
D
gc.c
1240
if (!
ISDIRTY
(jeb->dirty_size + jeb->wasted_size)) {
in jffs2_garbage_collect_dnode()
1296
if (!
ISDIRTY
(jeb->dirty_size + jeb->wasted_size)) {
in jffs2_garbage_collect_dnode()
H
A
D
scan.c
317
else if (!
ISDIRTY
(c->sector_size - (jeb->used_size + jeb->unchecked_size))) {
in jffs2_scan_classify_jeb()
/kernel/linux/linux-6.6/fs/jffs2/
H
A
D
nodemgmt.c
252
if (
ISDIRTY
(jeb->wasted_size + jeb->dirty_size)) {
in jffs2_close_nextblock()
532
if (!jeb->free_size && !jeb->dirty_size && !
ISDIRTY
(jeb->wasted_size)) {
in jffs2_add_physical_node_ref()
645
if ((jeb->dirty_size ||
ISDIRTY
(jeb->wasted_size + freed_len)) && jeb != c->nextblock) {
in jffs2_mark_node_obsolete()
724
} else if (
ISDIRTY
(jeb->dirty_size) && !
ISDIRTY
(jeb->dirty_size - addedsize)) {
in jffs2_mark_node_obsolete()
H
A
D
nodelist.h
312
#define
ISDIRTY
(size) ((size) > sizeof (struct jffs2_raw_inode) + JFFS2_MIN_DATA_LEN)
macro
H
A
D
gc.c
1240
if (!
ISDIRTY
(jeb->dirty_size + jeb->wasted_size)) {
in jffs2_garbage_collect_dnode()
1296
if (!
ISDIRTY
(jeb->dirty_size + jeb->wasted_size)) {
in jffs2_garbage_collect_dnode()
H
A
D
scan.c
317
else if (!
ISDIRTY
(c->sector_size - (jeb->used_size + jeb->unchecked_size))) {
in jffs2_scan_classify_jeb()
/kernel/linux/linux-5.10/include/linux/ceph/
H
A
D
rados.h
264
f(
ISDIRTY
, __CEPH_OSD_OP(RD, DATA, 29), "isdirty") \
/kernel/linux/linux-6.6/include/linux/ceph/
H
A
D
rados.h
264
f(
ISDIRTY
, __CEPH_OSD_OP(RD, DATA, 29), "isdirty") \
Completed in 12 milliseconds