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:lpt_drty_flgs
(Results
1 - 6
of
6
) sorted by relevance
/kernel/linux/linux-5.10/fs/ubifs/
H
A
D
lpt_commit.c
768
if (!(c->
lpt_drty_flgs
& LSAVE_DIRTY)) {
in populate_lsave()
769
c->
lpt_drty_flgs
|= LSAVE_DIRTY;
in populate_lsave()
943
if (!(c->
lpt_drty_flgs
& LTAB_DIRTY)) {
in make_ltab_dirty()
944
c->
lpt_drty_flgs
|= LTAB_DIRTY;
in make_ltab_dirty()
968
if (!(c->
lpt_drty_flgs
& LSAVE_DIRTY)) {
in make_lsave_dirty()
969
c->
lpt_drty_flgs
|= LSAVE_DIRTY;
in make_lsave_dirty()
1245
c->
lpt_drty_flgs
&= ~(LTAB_DIRTY | LSAVE_DIRTY);
in ubifs_lpt_start_commit()
1544
return (c->
lpt_drty_flgs
& LTAB_DIRTY) != 0;
in dbg_is_ltab_dirty()
1557
return (c->
lpt_drty_flgs
& LSAVE_DIRTY) != 0;
in dbg_is_lsave_dirty()
H
A
D
lpt.c
493
if (!(c->
lpt_drty_flgs
& LTAB_DIRTY)) {
in ubifs_add_nnode_dirt()
494
c->
lpt_drty_flgs
|= LTAB_DIRTY;
in ubifs_add_nnode_dirt()
H
A
D
ubifs.h
237
* Dirty flag bits (
lpt_drty_flgs
) for LPT special nodes.
1193
* @
lpt_drty_flgs
: dirty flags for LPT special nodes e.g. ltab
1438
int
lpt_drty_flgs
;
member
/kernel/linux/linux-6.6/fs/ubifs/
H
A
D
lpt_commit.c
768
if (!(c->
lpt_drty_flgs
& LSAVE_DIRTY)) {
in populate_lsave()
769
c->
lpt_drty_flgs
|= LSAVE_DIRTY;
in populate_lsave()
943
if (!(c->
lpt_drty_flgs
& LTAB_DIRTY)) {
in make_ltab_dirty()
944
c->
lpt_drty_flgs
|= LTAB_DIRTY;
in make_ltab_dirty()
968
if (!(c->
lpt_drty_flgs
& LSAVE_DIRTY)) {
in make_lsave_dirty()
969
c->
lpt_drty_flgs
|= LSAVE_DIRTY;
in make_lsave_dirty()
1245
c->
lpt_drty_flgs
&= ~(LTAB_DIRTY | LSAVE_DIRTY);
in ubifs_lpt_start_commit()
1544
return (c->
lpt_drty_flgs
& LTAB_DIRTY) != 0;
in dbg_is_ltab_dirty()
1557
return (c->
lpt_drty_flgs
& LSAVE_DIRTY) != 0;
in dbg_is_lsave_dirty()
H
A
D
lpt.c
493
if (!(c->
lpt_drty_flgs
& LTAB_DIRTY)) {
in ubifs_add_nnode_dirt()
494
c->
lpt_drty_flgs
|= LTAB_DIRTY;
in ubifs_add_nnode_dirt()
H
A
D
ubifs.h
246
* Dirty flag bits (
lpt_drty_flgs
) for LPT special nodes.
1214
* @
lpt_drty_flgs
: dirty flags for LPT special nodes e.g. ltab
1466
int
lpt_drty_flgs
;
member
Completed in 18 milliseconds