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:vcn_ofs
(Results
1 - 4
of
4
) sorted by relevance
/kernel/linux/linux-5.10/fs/ntfs/
H
A
D
aops.c
177
unsigned int blocksize,
vcn_ofs
;
in ntfs_read_block()
local
244
vcn_ofs
= ((VCN)iblock << blocksize_bits) &
in ntfs_read_block()
262
+
vcn_ofs
) >> blocksize_bits;
in ntfs_read_block()
309
vcn_ofs
, is_retry ? " even after "
in ntfs_read_block()
543
unsigned int blocksize,
vcn_ofs
;
in ntfs_write_block()
local
700
vcn_ofs
= vcn & vol->cluster_size_mask;
in ntfs_write_block()
718
vcn_ofs
) >> blocksize_bits;
in ntfs_write_block()
789
vcn_ofs
, is_retry ? " even after "
in ntfs_write_block()
1004
unsigned int
vcn_ofs
;
in ntfs_write_mst_block()
local
1009
vcn_ofs
in ntfs_write_mst_block()
[all...]
H
A
D
mft.c
527
unsigned int
vcn_ofs
;
in ntfs_sync_mft_mirror()
local
533
vcn_ofs
= vcn & vol->cluster_size_mask;
in ntfs_sync_mft_mirror()
554
vcn_ofs
) >> blocksize_bits;
in ntfs_sync_mft_mirror()
720
unsigned int
vcn_ofs
;
in write_mft_record_nolock()
local
726
vcn_ofs
= vcn & vol->cluster_size_mask;
in write_mft_record_nolock()
742
vcn_ofs
) >> blocksize_bits;
in write_mft_record_nolock()
/kernel/linux/linux-6.6/fs/ntfs/
H
A
D
aops.c
177
unsigned int blocksize,
vcn_ofs
;
in ntfs_read_block()
local
244
vcn_ofs
= ((VCN)iblock << blocksize_bits) &
in ntfs_read_block()
262
+
vcn_ofs
) >> blocksize_bits;
in ntfs_read_block()
309
vcn_ofs
, is_retry ? " even after "
in ntfs_read_block()
544
unsigned int blocksize,
vcn_ofs
;
in ntfs_write_block()
local
702
vcn_ofs
= vcn & vol->cluster_size_mask;
in ntfs_write_block()
720
vcn_ofs
) >> blocksize_bits;
in ntfs_write_block()
791
vcn_ofs
, is_retry ? " even after "
in ntfs_write_block()
1006
unsigned int
vcn_ofs
;
in ntfs_write_mst_block()
local
1011
vcn_ofs
in ntfs_write_mst_block()
[all...]
H
A
D
mft.c
527
unsigned int
vcn_ofs
;
in ntfs_sync_mft_mirror()
local
533
vcn_ofs
= vcn & vol->cluster_size_mask;
in ntfs_sync_mft_mirror()
554
vcn_ofs
) >> blocksize_bits;
in ntfs_sync_mft_mirror()
720
unsigned int
vcn_ofs
;
in write_mft_record_nolock()
local
726
vcn_ofs
= vcn & vol->cluster_size_mask;
in write_mft_record_nolock()
742
vcn_ofs
) >> blocksize_bits;
in write_mft_record_nolock()
Completed in 10 milliseconds