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:BFS_I
(Results
1 - 8
of
8
) sorted by relevance
/kernel/linux/linux-5.10/fs/bfs/
H
A
D
inode.c
75
BFS_I
(inode)->i_sblock = le32_to_cpu(di->i_sblock);
in bfs_iget()
76
BFS_I
(inode)->i_eblock = le32_to_cpu(di->i_eblock);
in bfs_iget()
77
BFS_I
(inode)->i_dsk_ino = le16_to_cpu(di->i_ino);
in bfs_iget()
147
i_sblock =
BFS_I
(inode)->i_sblock;
in bfs_write_inode()
149
di->i_eblock = cpu_to_le32(
BFS_I
(inode)->i_eblock);
in bfs_write_inode()
170
struct bfs_inode_info *bi =
BFS_I
(inode);
in bfs_evict_inode()
250
kmem_cache_free(bfs_inode_cachep,
BFS_I
(inode));
in bfs_free_inode()
H
A
D
dir.c
46
block =
BFS_I
(dir)->i_sblock + (ctx->pos >> BFS_BSIZE_BITS);
in bfs_readdir()
106
BFS_I
(inode)->i_dsk_ino = ino;
in bfs_create()
107
BFS_I
(inode)->i_sblock = 0;
in bfs_create()
108
BFS_I
(inode)->i_eblock = 0;
in bfs_create()
283
sblock =
BFS_I
(dir)->i_sblock;
in bfs_add_entry()
284
eblock =
BFS_I
(dir)->i_eblock;
in bfs_add_entry()
337
bh = sb_bread(dir->i_sb,
BFS_I
(dir)->i_sblock + block);
in bfs_find_entry()
H
A
D
bfs.h
46
static inline struct bfs_inode_info *
BFS_I
(struct inode *inode)
in BFS_I()
function
H
A
D
file.c
71
struct bfs_inode_info *bi =
BFS_I
(inode);
in bfs_get_block()
/kernel/linux/linux-6.6/fs/bfs/
H
A
D
inode.c
75
BFS_I
(inode)->i_sblock = le32_to_cpu(di->i_sblock);
in bfs_iget()
76
BFS_I
(inode)->i_eblock = le32_to_cpu(di->i_eblock);
in bfs_iget()
77
BFS_I
(inode)->i_dsk_ino = le16_to_cpu(di->i_ino);
in bfs_iget()
146
i_sblock =
BFS_I
(inode)->i_sblock;
in bfs_write_inode()
148
di->i_eblock = cpu_to_le32(
BFS_I
(inode)->i_eblock);
in bfs_write_inode()
169
struct bfs_inode_info *bi =
BFS_I
(inode);
in bfs_evict_inode()
249
kmem_cache_free(bfs_inode_cachep,
BFS_I
(inode));
in bfs_free_inode()
H
A
D
dir.c
46
block =
BFS_I
(dir)->i_sblock + (ctx->pos >> BFS_BSIZE_BITS);
in bfs_readdir()
106
BFS_I
(inode)->i_dsk_ino = ino;
in bfs_create()
107
BFS_I
(inode)->i_sblock = 0;
in bfs_create()
108
BFS_I
(inode)->i_eblock = 0;
in bfs_create()
283
sblock =
BFS_I
(dir)->i_sblock;
in bfs_add_entry()
284
eblock =
BFS_I
(dir)->i_eblock;
in bfs_add_entry()
337
bh = sb_bread(dir->i_sb,
BFS_I
(dir)->i_sblock + block);
in bfs_find_entry()
H
A
D
bfs.h
46
static inline struct bfs_inode_info *
BFS_I
(struct inode *inode)
in BFS_I()
function
H
A
D
file.c
71
struct bfs_inode_info *bi =
BFS_I
(inode);
in bfs_get_block()
Completed in 5 milliseconds