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:diMount
(Results
1 - 6
of
6
) sorted by relevance
/kernel/linux/linux-5.10/fs/jfs/
H
A
D
jfs_mount.c
100
if ((rc =
diMount
(ipaimap))) {
in jfs_mount()
101
jfs_err("jfs_mount:
diMount
(ipaimap) failed w/rc = %d", rc);
in jfs_mount()
151
if ((rc =
diMount
(ipaimap2))) {
in jfs_mount()
152
jfs_err("jfs_mount:
diMount
(ipaimap2) failed, rc = %d",
in jfs_mount()
176
if ((rc =
diMount
(ipimap))) {
in jfs_mount()
177
jfs_err("jfs_mount:
diMount
failed w/rc = %d", rc);
in jfs_mount()
238
if ((rc =
diMount
(sbi->ipimap))) {
in jfs_mount_rw()
239
jfs_err("jfs_mount_rw:
diMount
failed!");
in jfs_mount_rw()
H
A
D
jfs_imap.h
155
extern int
diMount
(struct inode *);
H
A
D
jfs_imap.c
26
* The control page of the inode map is read into memory by
diMount
().
78
* NAME:
diMount
()
94
int
diMount
(struct inode *ipimap)
in diMount()
function
107
jfs_err("
diMount
: kmalloc returned NULL!");
in diMount()
/kernel/linux/linux-6.6/fs/jfs/
H
A
D
jfs_mount.c
100
if ((rc =
diMount
(ipaimap))) {
in jfs_mount()
101
jfs_err("jfs_mount:
diMount
(ipaimap) failed w/rc = %d", rc);
in jfs_mount()
151
if ((rc =
diMount
(ipaimap2))) {
in jfs_mount()
152
jfs_err("jfs_mount:
diMount
(ipaimap2) failed, rc = %d",
in jfs_mount()
176
if ((rc =
diMount
(ipimap))) {
in jfs_mount()
177
jfs_err("jfs_mount:
diMount
failed w/rc = %d", rc);
in jfs_mount()
240
if ((rc =
diMount
(sbi->ipimap))) {
in jfs_mount_rw()
242
jfs_err("jfs_mount_rw:
diMount
failed!");
in jfs_mount_rw()
H
A
D
jfs_imap.h
155
extern int
diMount
(struct inode *);
H
A
D
jfs_imap.c
26
* The control page of the inode map is read into memory by
diMount
().
78
* NAME:
diMount
()
94
int
diMount
(struct inode *ipimap)
in diMount()
function
Completed in 9 milliseconds