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:UFS_NDADDR
(Results
1 - 6
of
6
) sorted by relevance
/kernel/linux/linux-5.10/fs/ufs/
H
A
D
ufs_fs.h
127
#define
UFS_NDADDR
12
macro
130
#define UFS_IND_BLOCK (
UFS_NDADDR
+ 0)
131
#define UFS_DIND_BLOCK (
UFS_NDADDR
+ 1)
132
#define UFS_TIND_BLOCK (
UFS_NDADDR
+ 2)
134
#define UFS_NDIR_FRAGMENT (
UFS_NDADDR
<< uspi->s_fpbshift)
620
__fs32 ui_db[
UFS_NDADDR
];/* 0x28 data blocks */
623
__u8 ui_symlink[4*(
UFS_NDADDR
+UFS_NINDIR)];/* 0x28 fast symlink */
674
__fs64 ui_db[
UFS_NDADDR
]; /* 112: Direct disk blocks. */
677
__u8 ui_symlink[2*4*(
UFS_NDADDR
+UFS_NINDIR)];/* 0x28 fast symlink */
H
A
D
super.c
770
res =
UFS_NDADDR
+ (1LL << bits) + (1LL << (2*bits)) +
in ufs_max_bytes()
1261
maxsymlen = 2 * 4 * (
UFS_NDADDR
+ UFS_NINDIR);
in ufs_fill_super()
1263
maxsymlen = 4 * (
UFS_NDADDR
+ UFS_NINDIR);
in ufs_fill_super()
H
A
D
inode.c
51
const long direct_blocks =
UFS_NDADDR
,
in ufs_block_to_path()
/kernel/linux/linux-6.6/fs/ufs/
H
A
D
ufs_fs.h
127
#define
UFS_NDADDR
12
macro
130
#define UFS_IND_BLOCK (
UFS_NDADDR
+ 0)
131
#define UFS_DIND_BLOCK (
UFS_NDADDR
+ 1)
132
#define UFS_TIND_BLOCK (
UFS_NDADDR
+ 2)
134
#define UFS_NDIR_FRAGMENT (
UFS_NDADDR
<< uspi->s_fpbshift)
620
__fs32 ui_db[
UFS_NDADDR
];/* 0x28 data blocks */
623
__u8 ui_symlink[4*(
UFS_NDADDR
+UFS_NINDIR)];/* 0x28 fast symlink */
674
__fs64 ui_db[
UFS_NDADDR
]; /* 112: Direct disk blocks. */
677
__u8 ui_symlink[2*4*(
UFS_NDADDR
+UFS_NINDIR)];/* 0x28 fast symlink */
H
A
D
super.c
769
res =
UFS_NDADDR
+ (1LL << bits) + (1LL << (2*bits)) +
in ufs_max_bytes()
1260
maxsymlen = 2 * 4 * (
UFS_NDADDR
+ UFS_NINDIR);
in ufs_fill_super()
1262
maxsymlen = 4 * (
UFS_NDADDR
+ UFS_NINDIR);
in ufs_fill_super()
H
A
D
inode.c
51
const long direct_blocks =
UFS_NDADDR
,
in ufs_block_to_path()
Completed in 13 milliseconds