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:XFS_BNO_BLOCK
(Results
1 - 4
of
4
) sorted by relevance
/kernel/linux/linux-5.10/fs/xfs/libxfs/
H
A
D
xfs_ag.c
171
rrec->rm_blockcount = cpu_to_be32(
XFS_BNO_BLOCK
(mp));
in xfs_rmaproot_init()
177
rrec->rm_startblock = cpu_to_be32(
XFS_BNO_BLOCK
(mp));
in xfs_rmaproot_init()
253
agf->agf_roots[XFS_BTNUM_BNOi] = cpu_to_be32(
XFS_BNO_BLOCK
(mp));
in xfs_agfblock_init()
421
.daddr = XFS_AGB_TO_DADDR(mp, id->agno,
XFS_BNO_BLOCK
(mp)),
in xfs_ag_init_headers()
H
A
D
xfs_format.h
1487
#define
XFS_BNO_BLOCK
(mp) ((xfs_agblock_t)(XFS_AGFL_BLOCK(mp) + 1))
macro
1488
#define XFS_CNT_BLOCK(mp) ((xfs_agblock_t)(
XFS_BNO_BLOCK
(mp) + 1))
/kernel/linux/linux-6.6/fs/xfs/libxfs/
H
A
D
xfs_ag.c
579
rrec->rm_blockcount = cpu_to_be32(
XFS_BNO_BLOCK
(mp));
in xfs_rmaproot_init()
585
rrec->rm_startblock = cpu_to_be32(
XFS_BNO_BLOCK
(mp));
in xfs_rmaproot_init()
661
agf->agf_roots[XFS_BTNUM_BNOi] = cpu_to_be32(
XFS_BNO_BLOCK
(mp));
in xfs_agfblock_init()
829
.daddr = XFS_AGB_TO_DADDR(mp, id->agno,
XFS_BNO_BLOCK
(mp)),
in xfs_ag_init_headers()
H
A
D
xfs_format.h
1400
#define
XFS_BNO_BLOCK
(mp) ((xfs_agblock_t)(XFS_AGFL_BLOCK(mp) + 1))
macro
1401
#define XFS_CNT_BLOCK(mp) ((xfs_agblock_t)(
XFS_BNO_BLOCK
(mp) + 1))
Completed in 10 milliseconds