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:ipaimap
(Results
1 - 8
of
8
) sorted by relevance
/kernel/linux/linux-5.10/fs/jfs/
H
A
D
jfs_umount.c
42
struct inode *
ipaimap
= sbi->
ipaimap
;
in jfs_umount()
local
81
ipaimap
= sbi->
ipaimap
;
in jfs_umount()
82
diUnmount(
ipaimap
, 0);
in jfs_umount()
83
diFreeSpecial(
ipaimap
);
in jfs_umount()
84
sbi->
ipaimap
= NULL;
in jfs_umount()
H
A
D
jfs_mount.c
33
* mntvfs -> fileset ipimap+ -> aggregate ipbmap -> aggregate
ipaimap
;
74
struct inode *
ipaimap
= NULL;
in jfs_mount()
local
87
ipaimap
= diReadSpecial(sb, AGGREGATE_I, 0);
in jfs_mount()
88
if (
ipaimap
== NULL) {
in jfs_mount()
93
sbi->
ipaimap
=
ipaimap
;
in jfs_mount()
95
jfs_info("jfs_mount:
ipaimap
:0x%p",
ipaimap
);
in jfs_mount()
100
if ((rc = diMount(
ipaimap
))) {
in jfs_mount()
101
jfs_err("jfs_mount: diMount(
ipaimap
) faile
in jfs_mount()
[all...]
H
A
D
jfs_incore.h
155
struct inode *
ipaimap
; /* aggregate inode map inode */
member
H
A
D
jfs_imap.c
436
JFS_IP(ip)->ipimap = sbi->
ipaimap
;
in diReadSpecial()
474
if ((inum == FILESYSTEM_I) && (JFS_IP(ip)->ipimap == sbi->
ipaimap
)) {
in diReadSpecial()
/kernel/linux/linux-6.6/fs/jfs/
H
A
D
jfs_umount.c
42
struct inode *
ipaimap
= sbi->
ipaimap
;
in jfs_umount()
local
80
diUnmount(
ipaimap
, 0);
in jfs_umount()
81
diFreeSpecial(
ipaimap
);
in jfs_umount()
82
sbi->
ipaimap
= NULL;
in jfs_umount()
H
A
D
jfs_mount.c
33
* mntvfs -> fileset ipimap+ -> aggregate ipbmap -> aggregate
ipaimap
;
74
struct inode *
ipaimap
= NULL;
in jfs_mount()
local
87
ipaimap
= diReadSpecial(sb, AGGREGATE_I, 0);
in jfs_mount()
88
if (
ipaimap
== NULL) {
in jfs_mount()
93
sbi->
ipaimap
=
ipaimap
;
in jfs_mount()
95
jfs_info("jfs_mount:
ipaimap
:0x%p",
ipaimap
);
in jfs_mount()
100
if ((rc = diMount(
ipaimap
))) {
in jfs_mount()
101
jfs_err("jfs_mount: diMount(
ipaimap
) faile
in jfs_mount()
[all...]
H
A
D
jfs_incore.h
163
struct inode *
ipaimap
; /* aggregate inode map inode */
member
H
A
D
jfs_imap.c
434
JFS_IP(ip)->ipimap = sbi->
ipaimap
;
in diReadSpecial()
472
if ((inum == FILESYSTEM_I) && (JFS_IP(ip)->ipimap == sbi->
ipaimap
)) {
in diReadSpecial()
Completed in 9 milliseconds