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:prev_epos
(Results
1 - 4
of
4
) sorted by relevance
/kernel/linux/linux-5.10/fs/udf/
H
A
D
truncate.c
124
struct extent_position
prev_epos
= {};
in udf_discard_prealloc()
local
140
brelse(
prev_epos
.bh);
in udf_discard_prealloc()
141
prev_epos
= epos;
in udf_discard_prealloc()
142
if (
prev_epos
.bh)
in udf_discard_prealloc()
143
get_bh(
prev_epos
.bh);
in udf_discard_prealloc()
150
udf_delete_aext(inode,
prev_epos
);
in udf_discard_prealloc()
158
brelse(
prev_epos
.bh);
in udf_discard_prealloc()
H
A
D
inode.c
692
struct extent_position
prev_epos
, cur_epos, next_epos;
in inode_getblk()
local
708
prev_epos
.offset = udf_file_entry_alloc_offset(inode);
in inode_getblk()
709
prev_epos
.block = iinfo->i_location;
in inode_getblk()
710
prev_epos
.bh = NULL;
in inode_getblk()
711
cur_epos = next_epos =
prev_epos
;
in inode_getblk()
718
if (
prev_epos
.bh != cur_epos.bh) {
in inode_getblk()
719
brelse(
prev_epos
.bh);
in inode_getblk()
721
prev_epos
.bh = cur_epos.bh;
in inode_getblk()
731
prev_epos
.block = cur_epos.block;
in inode_getblk()
734
prev_epos
in inode_getblk()
[all...]
/kernel/linux/linux-6.6/fs/udf/
H
A
D
truncate.c
120
struct extent_position
prev_epos
= {};
in udf_discard_prealloc()
local
136
brelse(
prev_epos
.bh);
in udf_discard_prealloc()
137
prev_epos
= epos;
in udf_discard_prealloc()
138
if (
prev_epos
.bh)
in udf_discard_prealloc()
139
get_bh(
prev_epos
.bh);
in udf_discard_prealloc()
146
udf_delete_aext(inode,
prev_epos
);
in udf_discard_prealloc()
154
brelse(
prev_epos
.bh);
in udf_discard_prealloc()
H
A
D
inode.c
708
struct extent_position
prev_epos
, cur_epos, next_epos;
in inode_getblk()
local
723
prev_epos
.offset = udf_file_entry_alloc_offset(inode);
in inode_getblk()
724
prev_epos
.block = iinfo->i_location;
in inode_getblk()
725
prev_epos
.bh = NULL;
in inode_getblk()
726
cur_epos = next_epos =
prev_epos
;
in inode_getblk()
733
if (
prev_epos
.bh != cur_epos.bh) {
in inode_getblk()
734
brelse(
prev_epos
.bh);
in inode_getblk()
736
prev_epos
.bh = cur_epos.bh;
in inode_getblk()
746
prev_epos
.block = cur_epos.block;
in inode_getblk()
749
prev_epos
in inode_getblk()
[all...]
Completed in 5 milliseconds