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:ino_get
(Results
1 - 5
of
5
) sorted by relevance
/kernel/linux/linux-6.6/fs/ntfs3/
H
A
D
frecord.c
173
rno =
ino_get
(&le->ref);
in ni_load_mi()
348
CLST rno =
ino_get
(&le->ref);
in ni_load_all_mi()
692
mi = ni_find_mi(ni,
ino_get
(&le->ref));
in ni_try_remove_attr_list()
726
mi = ni_find_mi(ni,
ino_get
(&le->ref));
in ni_try_remove_attr_list()
765
mi = ni_find_mi(ni,
ino_get
(&le->ref));
in ni_try_remove_attr_list()
3212
if (
ino_get
(&fname->home) == ni->vfs_inode.i_ino) {
in ni_update_parent()
3223
(long)
ino_get
(&fname->home));
in ni_update_parent()
H
A
D
dir.c
292
ino =
ino_get
(&e->ref);
in ntfs_filldir()
H
A
D
inode.c
509
return
ino_get
(ref) == inode->i_ino;
in ntfs_test_inode()
516
inode->i_ino =
ino_get
(ref);
in ntfs_set_inode()
525
inode = iget5_locked(sb,
ino_get
(ref), ntfs_test_inode, ntfs_set_inode,
in ntfs_iget5()
H
A
D
ntfs.h
186
static inline CLST
ino_get
(const struct MFT_REF *ref)
in ino_get()
function
H
A
D
fslog.c
2956
if (
ino_get
(&oe->ref) != rno)
in find_loaded_attr()
3107
rno_base =
ino_get
(&rec->parent_ref);
in do_action()
4798
rno =
ino_get
(&oe->ref);
in log_replay()
5146
rno =
ino_get
(&oe->ref);
in log_replay()
Completed in 15 milliseconds