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:EXT4_JOURNAL
(Results
1 - 12
of
12
) sorted by relevance
/kernel/linux/linux-5.10/fs/ext4/
H
A
D
ext4_jbd2.h
19
#define
EXT4_JOURNAL
(inode) (EXT4_SB((inode)->i_sb)->s_journal)
macro
405
if (
EXT4_JOURNAL
(inode) != NULL)
in ext4_journal_blocks_per_page()
H
A
D
ext4_jbd2.c
12
if (
EXT4_JOURNAL
(inode) == NULL)
in ext4_inode_journal_mode()
H
A
D
indirect.c
714
BUG_ON(
EXT4_JOURNAL
(inode) == NULL);
in ext4_ind_trunc_restart_fn()
980
if ((
EXT4_JOURNAL
(inode) == NULL) || bh2jh(this_bh))
in ext4_free_data()
H
A
D
inode.c
133
return jbd2_journal_begin_ordered_truncate(
EXT4_JOURNAL
(inode),
in ext4_begin_ordered_truncate()
3204
if (
EXT4_JOURNAL
(inode) &&
in ext4_bmap()
3225
journal =
EXT4_JOURNAL
(inode);
in ext4_bmap()
3283
journal_t *journal =
EXT4_JOURNAL
(page->mapping->host);
in __ext4_journalled_invalidatepage()
3306
journal_t *journal =
EXT4_JOURNAL
(page->mapping->host);
in ext4_releasepage()
6066
journal =
EXT4_JOURNAL
(inode);
in ext4_change_inode_journal_flag()
H
A
D
extents.c
102
BUG_ON(
EXT4_JOURNAL
(inode) == NULL);
in ext4_ext_trunc_restart_fn()
H
A
D
super.c
1406
jbd2_journal_release_jbd_inode(
EXT4_JOURNAL
(inode),
in ext4_clear_inode()
/kernel/linux/linux-6.6/fs/ext4/
H
A
D
ext4_jbd2.h
19
#define
EXT4_JOURNAL
(inode) (EXT4_SB((inode)->i_sb)->s_journal)
macro
408
if (
EXT4_JOURNAL
(inode) != NULL)
in ext4_journal_blocks_per_page()
H
A
D
ext4_jbd2.c
12
if (
EXT4_JOURNAL
(inode) == NULL)
in ext4_inode_journal_mode()
H
A
D
indirect.c
716
BUG_ON(
EXT4_JOURNAL
(inode) == NULL);
in ext4_ind_trunc_restart_fn()
984
if ((
EXT4_JOURNAL
(inode) == NULL) || bh2jh(this_bh))
in ext4_free_data()
H
A
D
inode.c
134
return jbd2_journal_begin_ordered_truncate(
EXT4_JOURNAL
(inode),
in ext4_begin_ordered_truncate()
3167
journal_t *journal =
EXT4_JOURNAL
(folio->mapping->host);
in __ext4_journalled_invalidate_folio()
3191
journal_t *journal =
EXT4_JOURNAL
(inode);
in ext4_release_folio()
5989
journal =
EXT4_JOURNAL
(inode);
in ext4_change_inode_journal_flag()
H
A
D
extents.c
102
BUG_ON(
EXT4_JOURNAL
(inode) == NULL);
in ext4_ext_trunc_restart_fn()
H
A
D
super.c
1525
jbd2_journal_release_jbd_inode(
EXT4_JOURNAL
(inode),
in ext4_clear_inode()
Completed in 50 milliseconds