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:l_targ
(Results
1 - 6
of
6
) sorted by relevance
/kernel/linux/linux-5.10/fs/xfs/
H
A
D
xfs_log_priv.h
389
struct xfs_buftarg *
l_targ
; /* buftarg of log */
member
H
A
D
xfs_log.c
362
if (xfs_readonly_buftarg(mp->m_log->
l_targ
))
in xfs_log_writable()
1327
log->
l_targ
= log_target;
in xlog_alloc_log()
1720
bio_set_dev(&iclog->ic_bio, log->
l_targ
->bt_bdev);
in xlog_write_iclog()
1909
if (log->
l_targ
!= log->l_mp->m_ddev_targp || split) {
in xlog_sync()
H
A
D
xfs_log_recover.c
81
int align_mask = xfs_buftarg_dma_alignment(log->
l_targ
);
in xlog_alloc_buffer()
146
error = xfs_rw_bdev(log->
l_targ
->bt_bdev, log->l_logBBstart + blk_no,
in xlog_do_io()
1370
if (!xfs_readonly_buftarg(log->
l_targ
))
in xlog_find_tail()
/kernel/linux/linux-6.6/fs/xfs/
H
A
D
xfs_log_priv.h
404
struct xfs_buftarg *
l_targ
; /* buftarg of log */
member
H
A
D
xfs_log.c
390
if (xfs_readonly_buftarg(mp->m_log->
l_targ
))
in xfs_log_writable()
1538
log->
l_targ
= log_target;
in xlog_alloc_log()
1905
bio_init(&iclog->ic_bio, log->
l_targ
->bt_bdev, iclog->ic_bvec,
in xlog_write_iclog()
1925
if (log->
l_targ
!= log->l_mp->m_ddev_targp &&
in xlog_write_iclog()
H
A
D
xfs_log_recover.c
140
error = xfs_rw_bdev(log->
l_targ
->bt_bdev, log->l_logBBstart + blk_no,
in xlog_do_io()
1364
if (!xfs_readonly_buftarg(log->
l_targ
))
in xlog_find_tail()
Completed in 20 milliseconds