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:jfs_superblock
(Results
1 - 8
of
8
) sorted by relevance
/kernel/linux/linux-5.10/fs/jfs/
H
A
D
resize.c
16
#include "
jfs_superblock
.h"
70
struct
jfs_superblock
*j_sb, *j_sb2;
in jfs_extendfs()
227
j_sb = (struct
jfs_superblock
*)bh->b_data;
in jfs_extendfs()
485
j_sb = (struct
jfs_superblock
*)bh->b_data;
in jfs_extendfs()
511
j_sb2 = (struct
jfs_superblock
*)bh2->b_data;
in jfs_extendfs()
512
memcpy(j_sb2, j_sb, sizeof (struct
jfs_superblock
));
in jfs_extendfs()
H
A
D
jfs_mount.c
44
#include "
jfs_superblock
.h"
287
struct
jfs_superblock
*j_sb;
in chkSuper()
297
j_sb = (struct
jfs_superblock
*)bh->b_data;
in chkSuper()
402
struct
jfs_superblock
*j_sb;
in updateSuper()
424
j_sb = (struct
jfs_superblock
*)bh->b_data;
in updateSuper()
H
A
D
jfs_superblock.h
23
* changed to
jfs_superblock
. The utilities are still using the old name.
25
struct
jfs_superblock
{
struct
H
A
D
jfs_imap.c
44
#include "
jfs_superblock
.h"
2984
struct
jfs_superblock
*j_sb;
in duplicateIXtree()
2997
j_sb = (struct
jfs_superblock
*)bh->b_data;
in duplicateIXtree()
/kernel/linux/linux-6.6/fs/jfs/
H
A
D
resize.c
16
#include "
jfs_superblock
.h"
70
struct
jfs_superblock
*j_sb, *j_sb2;
in jfs_extendfs()
226
j_sb = (struct
jfs_superblock
*)bh->b_data;
in jfs_extendfs()
484
j_sb = (struct
jfs_superblock
*)bh->b_data;
in jfs_extendfs()
510
j_sb2 = (struct
jfs_superblock
*)bh2->b_data;
in jfs_extendfs()
511
memcpy(j_sb2, j_sb, sizeof (struct
jfs_superblock
));
in jfs_extendfs()
H
A
D
jfs_mount.c
44
#include "
jfs_superblock
.h"
291
struct
jfs_superblock
*j_sb;
in chkSuper()
301
j_sb = (struct
jfs_superblock
*)bh->b_data;
in chkSuper()
404
struct
jfs_superblock
*j_sb;
in updateSuper()
426
j_sb = (struct
jfs_superblock
*)bh->b_data;
in updateSuper()
H
A
D
jfs_superblock.h
23
* changed to
jfs_superblock
. The utilities are still using the old name.
25
struct
jfs_superblock
{
struct
H
A
D
jfs_imap.c
44
#include "
jfs_superblock
.h"
2982
struct
jfs_superblock
*j_sb;
in duplicateIXtree()
2995
j_sb = (struct
jfs_superblock
*)bh->b_data;
in duplicateIXtree()
Completed in 10 milliseconds