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:bh_pos
(Results
1 - 2
of
2
) sorted by relevance
/kernel/linux/linux-5.10/fs/ntfs/
H
A
D
file.c
575
s64
bh_pos
, vcn_len, end, initialized_size;
in ntfs_prepare_pages_for_non_resident_write()
local
642
bh_pos
= (s64)page->index << PAGE_SHIFT;
in ntfs_prepare_pages_for_non_resident_write()
652
bh_end =
bh_pos
+ blocksize;
in ntfs_prepare_pages_for_non_resident_write()
653
bh_cpos =
bh_pos
>> vol->cluster_size_bits;
in ntfs_prepare_pages_for_non_resident_write()
654
bh_cofs =
bh_pos
& vol->cluster_size_mask;
in ntfs_prepare_pages_for_non_resident_write()
675
if ((
bh_pos
< pos && bh_end > pos) ||
in ntfs_prepare_pages_for_non_resident_write()
676
(
bh_pos
< end && bh_end > end)) {
in ntfs_prepare_pages_for_non_resident_write()
685
if (
bh_pos
< initialized_size) {
in ntfs_prepare_pages_for_non_resident_write()
730
if (bh_end <= pos ||
bh_pos
>= end)
in ntfs_prepare_pages_for_non_resident_write()
745
if (!buffer_uptodate(bh) &&
bh_pos
< en
in ntfs_prepare_pages_for_non_resident_write()
1405
s64
bh_pos
;
ntfs_commit_pages_after_non_resident_write()
local
[all...]
/kernel/linux/linux-6.6/fs/ntfs/
H
A
D
file.c
568
s64
bh_pos
, vcn_len, end, initialized_size;
in ntfs_prepare_pages_for_non_resident_write()
local
635
bh_pos
= (s64)page->index << PAGE_SHIFT;
in ntfs_prepare_pages_for_non_resident_write()
645
bh_end =
bh_pos
+ blocksize;
in ntfs_prepare_pages_for_non_resident_write()
646
bh_cpos =
bh_pos
>> vol->cluster_size_bits;
in ntfs_prepare_pages_for_non_resident_write()
647
bh_cofs =
bh_pos
& vol->cluster_size_mask;
in ntfs_prepare_pages_for_non_resident_write()
668
if ((
bh_pos
< pos && bh_end > pos) ||
in ntfs_prepare_pages_for_non_resident_write()
669
(
bh_pos
< end && bh_end > end)) {
in ntfs_prepare_pages_for_non_resident_write()
678
if (
bh_pos
< initialized_size) {
in ntfs_prepare_pages_for_non_resident_write()
723
if (bh_end <= pos ||
bh_pos
>= end)
in ntfs_prepare_pages_for_non_resident_write()
738
if (!buffer_uptodate(bh) &&
bh_pos
< en
in ntfs_prepare_pages_for_non_resident_write()
1398
s64
bh_pos
;
ntfs_commit_pages_after_non_resident_write()
local
[all...]
Completed in 5 milliseconds