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:inode_blocks
(Results
1 - 11
of
11
) sorted by relevance
/kernel/linux/linux-5.10/fs/efs/
H
A
D
super.c
245
sb->
inode_blocks
= be16_to_cpu(super->fs_cgisize);
in efs_validate_super()
338
(sbi->group_size - sbi->
inode_blocks
);
in efs_statfs()
342
sbi->
inode_blocks
*
in efs_statfs()
H
A
D
inode.c
84
(sb->group_size * (inode_index / sb->
inode_blocks
)) +
in efs_iget()
85
(inode_index % sb->
inode_blocks
);
in efs_iget()
/kernel/linux/linux-6.6/fs/efs/
H
A
D
super.c
245
sb->
inode_blocks
= be16_to_cpu(super->fs_cgisize);
in efs_validate_super()
338
(sbi->group_size - sbi->
inode_blocks
);
in efs_statfs()
342
sbi->
inode_blocks
*
in efs_statfs()
H
A
D
inode.c
86
(sb->group_size * (inode_index / sb->
inode_blocks
)) +
in efs_iget()
87
(inode_index % sb->
inode_blocks
);
in efs_iget()
/kernel/linux/linux-5.10/include/uapi/linux/
H
A
D
efs_fs_sb.h
58
__u16
inode_blocks
; /* # of blocks used for inodes in every grp */
member
/kernel/linux/linux-6.6/include/uapi/linux/
H
A
D
efs_fs_sb.h
58
__u16
inode_blocks
; /* # of blocks used for inodes in every grp */
member
/kernel/linux/patches/linux-5.10/prebuilts/usr/include/linux/
H
A
D
efs_fs_sb.h
58
__u16
inode_blocks
;
member
/kernel/linux/patches/linux-6.6/prebuilts/usr/include/linux/
H
A
D
efs_fs_sb.h
58
__u16
inode_blocks
;
member
/kernel/linux/patches/linux-4.19/prebuilts/usr/include/linux/
H
A
D
efs_fs_sb.h
45
__u16
inode_blocks
;
member
/kernel/linux/linux-5.10/fs/xfs/scrub/
H
A
D
ialloc.c
555
xfs_filblks_t
inode_blocks
;
in xchk_iallocbt_xref_rmap_inodes()
local
566
inode_blocks
= XFS_B_TO_FSB(sc->mp, inodes * sc->mp->m_sb.sb_inodesize);
in xchk_iallocbt_xref_rmap_inodes()
567
if (blocks !=
inode_blocks
)
in xchk_iallocbt_xref_rmap_inodes()
594
* If we're scrubbing the inode btree,
inode_blocks
is the number of
in xchk_iallocbt()
/kernel/linux/linux-6.6/fs/xfs/scrub/
H
A
D
ialloc.c
695
xfs_filblks_t
inode_blocks
;
in xchk_iallocbt_xref_rmap_inodes()
local
706
inode_blocks
= XFS_B_TO_FSB(sc->mp, inodes * sc->mp->m_sb.sb_inodesize);
in xchk_iallocbt_xref_rmap_inodes()
707
if (blocks !=
inode_blocks
)
in xchk_iallocbt_xref_rmap_inodes()
734
* If we're scrubbing the inode btree,
inode_blocks
is the number of
in xchk_iallocbt()
Completed in 6 milliseconds