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:idx_ni
(Results
1 - 4
of
4
) sorted by relevance
/kernel/linux/linux-5.10/fs/ntfs/
H
A
D
index.c
18
* @
idx_ni
: ntfs index inode with which to initialize the context
20
* Allocate a new index context, initialize it with @
idx_ni
and return it.
25
ntfs_index_context *ntfs_index_ctx_get(ntfs_inode *
idx_ni
)
in ntfs_index_ctx_get()
argument
31
*ictx = (ntfs_index_context){ .
idx_ni
=
idx_ni
};
in ntfs_index_ctx_get()
109
ntfs_inode *
idx_ni
= ictx->
idx_ni
;
in ntfs_index_lookup()
local
110
ntfs_volume *vol =
idx_ni
->vol;
in ntfs_index_lookup()
112
ntfs_inode *base_ni =
idx_ni
->ext.base_ntfs_ino;
in ntfs_index_lookup()
124
BUG_ON(!NInoAttr(
idx_ni
));
in ntfs_index_lookup()
[all...]
H
A
D
index.h
22
* @
idx_ni
: index inode containing the @entry described by this context
33
* @
idx_ni
is the index inode this context belongs to.
62
ntfs_inode *
idx_ni
;
member
74
extern ntfs_index_context *ntfs_index_ctx_get(ntfs_inode *
idx_ni
);
/kernel/linux/linux-6.6/fs/ntfs/
H
A
D
index.c
18
* @
idx_ni
: ntfs index inode with which to initialize the context
20
* Allocate a new index context, initialize it with @
idx_ni
and return it.
25
ntfs_index_context *ntfs_index_ctx_get(ntfs_inode *
idx_ni
)
in ntfs_index_ctx_get()
argument
31
*ictx = (ntfs_index_context){ .
idx_ni
=
idx_ni
};
in ntfs_index_ctx_get()
109
ntfs_inode *
idx_ni
= ictx->
idx_ni
;
in ntfs_index_lookup()
local
110
ntfs_volume *vol =
idx_ni
->vol;
in ntfs_index_lookup()
112
ntfs_inode *base_ni =
idx_ni
->ext.base_ntfs_ino;
in ntfs_index_lookup()
124
BUG_ON(!NInoAttr(
idx_ni
));
in ntfs_index_lookup()
[all...]
H
A
D
index.h
22
* @
idx_ni
: index inode containing the @entry described by this context
33
* @
idx_ni
is the index inode this context belongs to.
62
ntfs_inode *
idx_ni
;
member
74
extern ntfs_index_context *ntfs_index_ctx_get(ntfs_inode *
idx_ni
);
Completed in 2 milliseconds