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:sb_is_blkdev_sb
(Results
1 - 9
of
9
) sorted by relevance
/kernel/linux/linux-5.10/include/linux/
H
A
D
backing-dev.h
145
if (
sb_is_blkdev_sb
(sb))
in inode_to_bdi()
H
A
D
fs.h
2635
static inline bool
sb_is_blkdev_sb
(struct super_block *sb)
in sb_is_blkdev_sb()
function
/kernel/linux/linux-5.10/fs/jbd2/
H
A
D
commit.c
1059
if (mapping && !
sb_is_blkdev_sb
(mapping->host->i_sb)) {
in jbd2_journal_commit_transaction()
/kernel/linux/linux-6.6/fs/jbd2/
H
A
D
commit.c
1013
if (mapping && !
sb_is_blkdev_sb
(mapping->host->i_sb)) {
in jbd2_journal_commit_transaction()
/kernel/linux/linux-6.6/mm/
H
A
D
backing-dev.c
1118
if (
sb_is_blkdev_sb
(sb))
in inode_to_bdi()
/kernel/linux/linux-5.10/fs/
H
A
D
fs-writeback.c
1268
if (
sb_is_blkdev_sb
(inode->i_sb))
in move_expired_inodes()
H
A
D
block_dev.c
1028
if (!
sb_is_blkdev_sb
(inode->i_sb))
in bd_forget()
/kernel/linux/linux-6.6/fs/
H
A
D
fs-writeback.c
1407
if (
sb_is_blkdev_sb
(inode->i_sb))
in move_expired_inodes()
/kernel/linux/linux-6.6/include/linux/
H
A
D
fs.h
2568
static inline bool
sb_is_blkdev_sb
(struct super_block *sb)
in sb_is_blkdev_sb()
function
Completed in 26 milliseconds