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:new_blk_size
(Results
1 - 2
of
2
) sorted by relevance
/kernel/linux/linux-5.10/fs/ext4/
H
A
D
fast_commit.c
809
ext4_lblk_t old_blk_size, cur_lblk_off,
new_blk_size
;
in ext4_fc_write_inode_data()
local
823
new_blk_size
= ei->i_fc_lblk_start + ei->i_fc_lblk_len - 1;
in ext4_fc_write_inode_data()
829
__func__, cur_lblk_off,
new_blk_size
, inode->i_ino);
in ext4_fc_write_inode_data()
831
while (cur_lblk_off <=
new_blk_size
) {
in ext4_fc_write_inode_data()
833
map.m_len =
new_blk_size
- cur_lblk_off + 1;
in ext4_fc_write_inode_data()
/kernel/linux/linux-6.6/fs/ext4/
H
A
D
fast_commit.c
891
ext4_lblk_t old_blk_size, cur_lblk_off,
new_blk_size
;
in ext4_fc_write_inode_data()
local
905
new_blk_size
= ei->i_fc_lblk_start + ei->i_fc_lblk_len - 1;
in ext4_fc_write_inode_data()
911
cur_lblk_off,
new_blk_size
, inode->i_ino);
in ext4_fc_write_inode_data()
913
while (cur_lblk_off <=
new_blk_size
) {
in ext4_fc_write_inode_data()
915
map.m_len =
new_blk_size
- cur_lblk_off + 1;
in ext4_fc_write_inode_data()
Completed in 7 milliseconds