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:nwnd
(Results
1 - 2
of
2
) sorted by relevance
/kernel/linux/linux-6.6/fs/ntfs3/
H
A
D
bitmap.c
519
for (iw = 0; iw < wnd->
nwnd
; iw++) {
in wnd_rescan()
520
if (iw + 1 == wnd->
nwnd
)
in wnd_rescan()
657
wnd->
nwnd
= bytes_to_block(sb, bitmap_size(nbits));
in wnd_init()
663
kvmalloc_array(wnd->
nwnd
, sizeof(u16), GFP_KERNEL | __GFP_ZERO);
in wnd_init()
719
while (iw < wnd->
nwnd
&& bits) {
in wnd_set_free()
722
if (iw + 1 == wnd->
nwnd
)
in wnd_set_free()
769
while (iw < wnd->
nwnd
&& bits) {
in wnd_set_used()
772
if (unlikely(iw + 1 == wnd->
nwnd
))
in wnd_set_used()
856
while (iw < wnd->
nwnd
&& bits) {
in wnd_is_free_hlp()
859
if (unlikely(iw + 1 == wnd->
nwnd
))
in wnd_is_free_hlp()
993
size_t iw, prev_tail,
nwnd
, wbit, ebit, zbit, zend;
wnd_find()
local
[all...]
H
A
D
ntfs_fs.h
152
size_t
nwnd
;
member
Completed in 5 milliseconds