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:FMODE_64BITHASH
(Results
1 - 9
of
9
) sorted by relevance
/kernel/linux/linux-5.10/fs/ext4/
H
A
D
dir.c
313
*
FMODE_64BITHASH
explicitly. On the other hand, we allow ext4 to be mounted
315
* FMODE_32BITHASH nor
FMODE_64BITHASH
is specified.
320
(!(filp->f_mode &
FMODE_64BITHASH
) && is_32bit_api()))
in hash2pos()
329
(!(filp->f_mode &
FMODE_64BITHASH
) && is_32bit_api()))
in pos2maj_hash()
338
(!(filp->f_mode &
FMODE_64BITHASH
) && is_32bit_api()))
in pos2min_hash()
350
(!(filp->f_mode &
FMODE_64BITHASH
) && is_32bit_api()))
in ext4_get_htree_eof()
/kernel/linux/linux-6.6/fs/ext4/
H
A
D
dir.c
329
*
FMODE_64BITHASH
explicitly. On the other hand, we allow ext4 to be mounted
331
* FMODE_32BITHASH nor
FMODE_64BITHASH
is specified.
336
(!(filp->f_mode &
FMODE_64BITHASH
) && is_32bit_api()))
in hash2pos()
345
(!(filp->f_mode &
FMODE_64BITHASH
) && is_32bit_api()))
in pos2maj_hash()
354
(!(filp->f_mode &
FMODE_64BITHASH
) && is_32bit_api()))
in pos2min_hash()
366
(!(filp->f_mode &
FMODE_64BITHASH
) && is_32bit_api()))
in ext4_get_htree_eof()
/kernel/liteos_a/fs/proc/include/
H
A
D
proc_fs.h
60
#define
FMODE_64BITHASH
((fmode_t)0x400)
macro
/kernel/linux/linux-5.10/fs/nfsd/
H
A
D
vfs.c
795
file->f_mode |=
FMODE_64BITHASH
;
in __nfsd_open()
/kernel/linux/linux-6.6/fs/nfsd/
H
A
D
vfs.c
870
file->f_mode |=
FMODE_64BITHASH
;
in __nfsd_open()
/kernel/linux/linux-5.10/include/linux/
H
A
D
fs.h
133
#define
FMODE_64BITHASH
((__force fmode_t)0x400)
macro
/kernel/linux/linux-5.10/fs/nfs/
H
A
D
dir.c
256
(!(filp->f_mode &
FMODE_64BITHASH
) && is_32bit_api()))
in nfs_readdir_use_cookie()
/kernel/linux/linux-6.6/fs/nfs/
H
A
D
dir.c
473
(!(filp->f_mode &
FMODE_64BITHASH
) && is_32bit_api()))
in nfs_readdir_use_cookie()
/kernel/linux/linux-6.6/include/linux/
H
A
D
fs.h
125
#define
FMODE_64BITHASH
((__force fmode_t)0x400)
macro
Completed in 37 milliseconds