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:orig_clusters
(Results
1 - 2
of
2
) sorted by relevance
/kernel/linux/linux-5.10/fs/ocfs2/
H
A
D
xattr.c
1974
* If there was already an external value there (
orig_clusters
!= 0),
1985
unsigned int
orig_clusters
)
in ocfs2_xa_cleanup_value_truncate()
1991
if (new_clusters <
orig_clusters
) {
in ocfs2_xa_cleanup_value_truncate()
1996
orig_clusters
- new_clusters);
in ocfs2_xa_cleanup_value_truncate()
1998
} else if (!
orig_clusters
) {
in ocfs2_xa_cleanup_value_truncate()
2004
new_clusters -
orig_clusters
);
in ocfs2_xa_cleanup_value_truncate()
2006
} else if (new_clusters >
orig_clusters
)
in ocfs2_xa_cleanup_value_truncate()
2012
new_clusters -
orig_clusters
);
in ocfs2_xa_cleanup_value_truncate()
2019
unsigned int
orig_clusters
;
in ocfs2_xa_remove()
local
2022
orig_clusters
in ocfs2_xa_remove()
1983
ocfs2_xa_cleanup_value_truncate(struct ocfs2_xa_loc *loc, const char *what, unsigned int
orig_clusters
)
ocfs2_xa_cleanup_value_truncate()
argument
2068
unsigned int
orig_clusters
;
ocfs2_xa_reuse_entry()
local
2129
unsigned int
orig_clusters
;
ocfs2_xa_prepare_entry()
local
[all...]
/kernel/linux/linux-6.6/fs/ocfs2/
H
A
D
xattr.c
1968
* If there was already an external value there (
orig_clusters
!= 0),
1979
unsigned int
orig_clusters
)
in ocfs2_xa_cleanup_value_truncate()
1985
if (new_clusters <
orig_clusters
) {
in ocfs2_xa_cleanup_value_truncate()
1990
orig_clusters
- new_clusters);
in ocfs2_xa_cleanup_value_truncate()
1992
} else if (!
orig_clusters
) {
in ocfs2_xa_cleanup_value_truncate()
1998
new_clusters -
orig_clusters
);
in ocfs2_xa_cleanup_value_truncate()
2000
} else if (new_clusters >
orig_clusters
)
in ocfs2_xa_cleanup_value_truncate()
2006
new_clusters -
orig_clusters
);
in ocfs2_xa_cleanup_value_truncate()
2013
unsigned int
orig_clusters
;
in ocfs2_xa_remove()
local
2016
orig_clusters
in ocfs2_xa_remove()
1977
ocfs2_xa_cleanup_value_truncate(struct ocfs2_xa_loc *loc, const char *what, unsigned int
orig_clusters
)
ocfs2_xa_cleanup_value_truncate()
argument
2062
unsigned int
orig_clusters
;
ocfs2_xa_reuse_entry()
local
2123
unsigned int
orig_clusters
;
ocfs2_xa_prepare_entry()
local
[all...]
Completed in 12 milliseconds