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:i_block_group
(Results
1 - 18
of
18
) sorted by relevance
/kernel/linux/linux-5.10/fs/ext2/
H
A
D
ialloc.c
258
int parent_group = EXT2_I(parent)->
i_block_group
;
in find_group_orlov()
370
int parent_group = EXT2_I(parent)->
i_block_group
;
in find_group_other()
569
ei->
i_block_group
= group;
in ext2_new_inode()
H
A
D
ext2.h
638
*
i_block_group
is the number of the block group which contains
644
__u32
i_block_group
;
member
H
A
D
xattr.c
696
EXT2_I(inode)->
i_block_group
);
in ext2_xattr_set2()
H
A
D
inode.c
315
bg_start = ext2_group_first_block_no(inode->i_sb, ei->
i_block_group
);
in ext2_find_near()
1479
ei->
i_block_group
= (ino - 1) / EXT2_INODES_PER_GROUP(inode->i_sb);
in ext2_iget()
/kernel/linux/linux-6.6/fs/ext2/
H
A
D
ialloc.c
253
int parent_group = EXT2_I(parent)->
i_block_group
;
in find_group_orlov()
361
int parent_group = EXT2_I(parent)->
i_block_group
;
in find_group_other()
560
ei->
i_block_group
= group;
in ext2_new_inode()
H
A
D
inode.c
315
bg_start = ext2_group_first_block_no(inode->i_sb, ei->
i_block_group
);
in ext2_find_near()
1458
ei->
i_block_group
= (ino - 1) / EXT2_INODES_PER_GROUP(inode->i_sb);
in ext2_iget()
H
A
D
ext2.h
643
*
i_block_group
is the number of the block group which contains
649
__u32
i_block_group
;
member
H
A
D
xattr.c
744
EXT2_I(inode)->
i_block_group
);
in ext2_xattr_set2()
/kernel/linux/linux-5.10/fs/ext4/
H
A
D
ialloc.c
425
ext4_group_t parent_group = EXT4_I(parent)->
i_block_group
;
in find_group_orlov()
543
parent_group = EXT4_I(parent)->
i_block_group
;
in find_group_orlov()
571
ext4_group_t parent_group = EXT4_I(parent)->
i_block_group
;
in find_group_other()
1263
ei->
i_block_group
= group;
in __ext4_new_inode()
H
A
D
balloc.c
953
block_group = ei->
i_block_group
;
in ext4_inode_to_goal_block()
H
A
D
xattr.c
2087
EXT4_I(inode)->
i_block_group
);
in ext4_xattr_block_set()
H
A
D
ext4.h
1002
*
i_block_group
is the number of the block group which contains
1008
ext4_group_t
i_block_group
;
member
H
A
D
inode.c
4953
ei->
i_block_group
= iloc.block_group;
in __ext4_iget()
/kernel/linux/linux-6.6/fs/ext4/
H
A
D
ialloc.c
427
ext4_group_t parent_group = EXT4_I(parent)->
i_block_group
;
in find_group_orlov()
544
parent_group = EXT4_I(parent)->
i_block_group
;
in find_group_orlov()
572
ext4_group_t parent_group = EXT4_I(parent)->
i_block_group
;
in find_group_other()
1266
ei->
i_block_group
= group;
in __ext4_new_inode()
H
A
D
balloc.c
963
block_group = ei->
i_block_group
;
in ext4_inode_to_goal_block()
H
A
D
ext4.h
998
*
i_block_group
is the number of the block group which contains
1004
ext4_group_t
i_block_group
;
member
H
A
D
xattr.c
2142
EXT4_I(inode)->
i_block_group
);
in ext4_xattr_block_set()
H
A
D
inode.c
4858
ei->
i_block_group
= iloc.block_group;
in __ext4_iget()
Completed in 60 milliseconds