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:xseqno
(Results
1 - 11
of
11
) sorted by relevance
/kernel/linux/linux-5.10/fs/jffs2/
H
A
D
xattr.c
484
ref->
xseqno
= je32_to_cpu(rr.
xseqno
);
in verify_xattr_ref()
485
if (ref->
xseqno
> c->highest_xseqno)
in verify_xattr_ref()
486
c->highest_xseqno = (ref->
xseqno
& ~XREF_DELETE_MARKER);
in verify_xattr_ref()
511
uint32_t
xseqno
, phys_ofs = write_ofs(c);
in save_xattr_ref()
local
519
xseqno
= (c->highest_xseqno += 2);
in save_xattr_ref()
521
xseqno
|= XREF_DELETE_MARKER;
in save_xattr_ref()
528
rr.
xseqno
= cpu_to_je32(
xseqno
);
in save_xattr_ref()
542
ref->
xseqno
in save_xattr_ref()
[all...]
H
A
D
xattr.h
53
uint32_t
xseqno
;
member
68
return ((ref->
xseqno
& XREF_DELETE_MARKER) != 0);
in is_xattr_ref_dead()
H
A
D
scan.c
427
ref->
xseqno
= je32_to_cpu(rr->
xseqno
);
in jffs2_scan_xref_node()
428
if (ref->
xseqno
> c->highest_xseqno)
in jffs2_scan_xref_node()
429
c->highest_xseqno = (ref->
xseqno
& ~XREF_DELETE_MARKER);
in jffs2_scan_xref_node()
/kernel/linux/linux-6.6/fs/jffs2/
H
A
D
xattr.c
484
ref->
xseqno
= je32_to_cpu(rr.
xseqno
);
in verify_xattr_ref()
485
if (ref->
xseqno
> c->highest_xseqno)
in verify_xattr_ref()
486
c->highest_xseqno = (ref->
xseqno
& ~XREF_DELETE_MARKER);
in verify_xattr_ref()
511
uint32_t
xseqno
, phys_ofs = write_ofs(c);
in save_xattr_ref()
local
519
xseqno
= (c->highest_xseqno += 2);
in save_xattr_ref()
521
xseqno
|= XREF_DELETE_MARKER;
in save_xattr_ref()
528
rr.
xseqno
= cpu_to_je32(
xseqno
);
in save_xattr_ref()
542
ref->
xseqno
in save_xattr_ref()
[all...]
H
A
D
xattr.h
53
uint32_t
xseqno
;
member
68
return ((ref->
xseqno
& XREF_DELETE_MARKER) != 0);
in is_xattr_ref_dead()
H
A
D
scan.c
427
ref->
xseqno
= je32_to_cpu(rr->
xseqno
);
in jffs2_scan_xref_node()
428
if (ref->
xseqno
> c->highest_xseqno)
in jffs2_scan_xref_node()
429
c->highest_xseqno = (ref->
xseqno
& ~XREF_DELETE_MARKER);
in jffs2_scan_xref_node()
/kernel/linux/linux-5.10/include/uapi/linux/
H
A
D
jffs2.h
184
jint32_t
xseqno
; /* xref sequential number */
member
/kernel/linux/linux-6.6/include/uapi/linux/
H
A
D
jffs2.h
184
jint32_t
xseqno
; /* xref sequential number */
member
/kernel/linux/patches/linux-6.6/prebuilts/usr/include/linux/
H
A
D
jffs2.h
136
jint32_t
xseqno
;
member
/kernel/linux/patches/linux-5.10/prebuilts/usr/include/linux/
H
A
D
jffs2.h
136
jint32_t
xseqno
;
member
/kernel/linux/patches/linux-4.19/prebuilts/usr/include/linux/
H
A
D
jffs2.h
128
jint32_t
xseqno
;
member
Completed in 9 milliseconds