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_end
(Results
1 - 4
of
4
) sorted by relevance
/kernel/linux/linux-5.10/fs/ntfs/
H
A
D
file.c
646
s64
bh_end
;
in ntfs_prepare_pages_for_non_resident_write()
local
652
bh_end
= bh_pos + blocksize;
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()
730
if (
bh_end
<= pos || bh_pos >= end)
in ntfs_prepare_pages_for_non_resident_write()
746
bh_end
> pos &&
in ntfs_prepare_pages_for_non_resident_write()
748
bh_end
> end)) {
in ntfs_prepare_pages_for_non_resident_write()
781
if (
bh_end
<= pos || bh_pos >= end) {
in ntfs_prepare_pages_for_non_resident_write()
792
(bh_pos < pos ||
bh_end
> end)) {
in ntfs_prepare_pages_for_non_resident_write()
801
if (
bh_end
> en
in ntfs_prepare_pages_for_non_resident_write()
1414
s64
bh_end
;
ntfs_commit_pages_after_non_resident_write()
local
[all...]
/kernel/linux/linux-6.6/fs/ntfs/
H
A
D
file.c
639
s64
bh_end
;
in ntfs_prepare_pages_for_non_resident_write()
local
645
bh_end
= bh_pos + blocksize;
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()
723
if (
bh_end
<= pos || bh_pos >= end)
in ntfs_prepare_pages_for_non_resident_write()
739
bh_end
> pos &&
in ntfs_prepare_pages_for_non_resident_write()
741
bh_end
> end)) {
in ntfs_prepare_pages_for_non_resident_write()
774
if (
bh_end
<= pos || bh_pos >= end) {
in ntfs_prepare_pages_for_non_resident_write()
785
(bh_pos < pos ||
bh_end
> end)) {
in ntfs_prepare_pages_for_non_resident_write()
794
if (
bh_end
> en
in ntfs_prepare_pages_for_non_resident_write()
1407
s64
bh_end
;
ntfs_commit_pages_after_non_resident_write()
local
[all...]
/kernel/linux/linux-5.10/fs/gfs2/
H
A
D
dir.c
638
char *
bh_end
= bh->b_data + bh->b_size;
in dirent_next()
local
641
ret = dirent_check_reclen(dip, cur,
bh_end
);
in dirent_next()
646
ret = dirent_check_reclen(dip, tmp,
bh_end
);
in dirent_next()
/kernel/linux/linux-6.6/fs/gfs2/
H
A
D
dir.c
637
char *
bh_end
= bh->b_data + bh->b_size;
in dirent_next()
local
640
ret = dirent_check_reclen(dip, cur,
bh_end
);
in dirent_next()
645
ret = dirent_check_reclen(dip, tmp,
bh_end
);
in dirent_next()
Completed in 9 milliseconds