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:aeof
(Results
1 - 4
of
4
) sorted by relevance
/kernel/linux/linux-5.10/fs/xfs/libxfs/
H
A
D
xfs_bmap.h
41
bool
aeof
; /* allocated space at eof */
member
H
A
D
xfs_bmap.c
1385
* Returns 1 in bma->
aeof
if the file (fork) is empty as any new write will be
1397
bma->
aeof
= false;
in xfs_bmap_isaeof()
1404
bma->
aeof
= true;
in xfs_bmap_isaeof()
1412
bma->
aeof
= bma->offset >= rec.br_startoff + rec.br_blockcount ||
in xfs_bmap_isaeof()
3592
* try to allocate data blocks on stripe unit boundary. NOTE: ap->
aeof
in xfs_bmap_btalloc()
3596
if (!(ap->tp->t_flags & XFS_TRANS_LOWMODE) && ap->
aeof
) {
in xfs_bmap_btalloc()
/kernel/linux/linux-6.6/fs/xfs/libxfs/
H
A
D
xfs_bmap.h
40
bool
aeof
; /* allocated space at eof */
member
H
A
D
xfs_bmap.c
1337
* Returns 1 in bma->
aeof
if the file (fork) is empty as any new write will be
1349
bma->
aeof
= false;
in xfs_bmap_isaeof()
1356
bma->
aeof
= true;
in xfs_bmap_isaeof()
1364
bma->
aeof
= bma->offset >= rec.br_startoff + rec.br_blockcount ||
in xfs_bmap_isaeof()
3459
* NOTE: ap->
aeof
is only set if the allocation length is >= the
3615
if (ap->
aeof
)
in xfs_bmap_btalloc_filestreams()
3665
if (ap->
aeof
&& !(ap->tp->t_flags & XFS_TRANS_LOWMODE)) {
in xfs_bmap_btalloc_best_length()
Completed in 14 milliseconds