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:MREF_LE
(Results
1 - 12
of
12
) sorted by relevance
/kernel/linux/linux-5.10/fs/ntfs/
H
A
D
dir.c
1026
if (
MREF_LE
(ie->data.dir.indexed_file) == FILE_root) {
in ntfs_filldir()
1030
if (
MREF_LE
(ie->data.dir.indexed_file) < FILE_first_user &&
in ntfs_filldir()
1040
(long long)
MREF_LE
(ie->data.dir.indexed_file));
in ntfs_filldir()
1048
mref =
MREF_LE
(ie->data.dir.indexed_file);
in ntfs_filldir()
H
A
D
namei.c
329
parent_ino =
MREF_LE
(fn->parent_directory);
in ntfs_get_parent()
H
A
D
attrib.c
991
if (
MREF_LE
(al_entry->mft_reference) == ni->mft_no) {
in ntfs_external_attr_find()
1005
if (
MREF_LE
(al_entry->mft_reference) ==
in ntfs_external_attr_find()
1019
MREF_LE
(al_entry->
in ntfs_external_attr_find()
H
A
D
layout.h
298
#define
MREF_LE
(x) ((unsigned long)(le64_to_cpu(x) & MFT_REF_MASK_CPU))
macro
H
A
D
inode.c
484
if (
MREF_LE
(file_name_attr->parent_directory) == FILE_Extend)
in ntfs_is_extended_system_file()
1986
if (
MREF_LE
(al_entry->mft_reference) != vi->i_ino) {
in ntfs_read_inode_mount()
H
A
D
mft.c
1014
na.mft_no =
MREF_LE
(m->base_mft_record);
in ntfs_may_write_mft_record()
/kernel/linux/linux-6.6/fs/ntfs/
H
A
D
dir.c
1026
if (
MREF_LE
(ie->data.dir.indexed_file) == FILE_root) {
in ntfs_filldir()
1030
if (
MREF_LE
(ie->data.dir.indexed_file) < FILE_first_user &&
in ntfs_filldir()
1040
(long long)
MREF_LE
(ie->data.dir.indexed_file));
in ntfs_filldir()
1048
mref =
MREF_LE
(ie->data.dir.indexed_file);
in ntfs_filldir()
H
A
D
namei.c
329
parent_ino =
MREF_LE
(fn->parent_directory);
in ntfs_get_parent()
H
A
D
attrib.c
991
if (
MREF_LE
(al_entry->mft_reference) == ni->mft_no) {
in ntfs_external_attr_find()
1005
if (
MREF_LE
(al_entry->mft_reference) ==
in ntfs_external_attr_find()
1019
MREF_LE
(al_entry->
in ntfs_external_attr_find()
H
A
D
layout.h
298
#define
MREF_LE
(x) ((unsigned long)(le64_to_cpu(x) & MFT_REF_MASK_CPU))
macro
H
A
D
inode.c
484
if (
MREF_LE
(file_name_attr->parent_directory) == FILE_Extend)
in ntfs_is_extended_system_file()
1986
if (
MREF_LE
(al_entry->mft_reference) != vi->i_ino) {
in ntfs_read_inode_mount()
H
A
D
mft.c
1014
na.mft_no =
MREF_LE
(m->base_mft_record);
in ntfs_may_write_mft_record()
Completed in 31 milliseconds