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:freesp
(Results
1 - 7
of
7
) sorted by relevance
/kernel/linux/linux-5.10/fs/xfs/
H
A
D
xfs_iomap.c
325
int64_t
freesp
;
in xfs_quota_calc_throttle()
local
335
freesp
= dq->q_prealloc_hi_wmark - dq->q_blk.reserved;
in xfs_quota_calc_throttle()
336
if (
freesp
< dq->q_low_space[XFS_QLOWSP_5_PCNT]) {
in xfs_quota_calc_throttle()
338
if (
freesp
< dq->q_low_space[XFS_QLOWSP_3_PCNT])
in xfs_quota_calc_throttle()
340
if (
freesp
< dq->q_low_space[XFS_QLOWSP_1_PCNT])
in xfs_quota_calc_throttle()
344
if (
freesp
< *qfreesp)
in xfs_quota_calc_throttle()
345
*qfreesp =
freesp
;
in xfs_quota_calc_throttle()
348
if ((
freesp
>> shift) < (*qblocks >> *qshift)) {
in xfs_quota_calc_throttle()
349
*qblocks =
freesp
;
in xfs_quota_calc_throttle()
373
int64_t
freesp
;
in xfs_iomap_prealloc_size()
local
[all...]
H
A
D
xfs_dquot.h
190
int64_t
freesp
;
in xfs_dquot_lowsp()
local
192
freesp
= dqp->q_blk.hardlimit - dqp->q_blk.reserved;
in xfs_dquot_lowsp()
193
if (
freesp
< dqp->q_low_space[XFS_QLOWSP_1_PCNT])
in xfs_dquot_lowsp()
/kernel/linux/linux-6.6/fs/xfs/
H
A
D
xfs_iomap.c
372
int64_t
freesp
;
in xfs_quota_calc_throttle()
local
382
freesp
= dq->q_prealloc_hi_wmark - dq->q_blk.reserved;
in xfs_quota_calc_throttle()
383
if (
freesp
< dq->q_low_space[XFS_QLOWSP_5_PCNT]) {
in xfs_quota_calc_throttle()
385
if (
freesp
< dq->q_low_space[XFS_QLOWSP_3_PCNT])
in xfs_quota_calc_throttle()
387
if (
freesp
< dq->q_low_space[XFS_QLOWSP_1_PCNT])
in xfs_quota_calc_throttle()
391
if (
freesp
< *qfreesp)
in xfs_quota_calc_throttle()
392
*qfreesp =
freesp
;
in xfs_quota_calc_throttle()
395
if ((
freesp
>> shift) < (*qblocks >> *qshift)) {
in xfs_quota_calc_throttle()
396
*qblocks =
freesp
;
in xfs_quota_calc_throttle()
420
int64_t
freesp
;
in xfs_iomap_prealloc_size()
local
[all...]
H
A
D
xfs_dquot.h
192
int64_t
freesp
;
in xfs_dquot_lowsp()
local
194
freesp
= dqp->q_blk.hardlimit - dqp->q_blk.reserved;
in xfs_dquot_lowsp()
195
if (
freesp
< dqp->q_low_space[XFS_QLOWSP_1_PCNT])
in xfs_dquot_lowsp()
H
A
D
xfs_qm.c
1931
int64_t
freesp
;
in xfs_inode_near_dquot_enforcement()
local
1952
freesp
= dqp->q_prealloc_hi_wmark - dqp->q_blk.reserved;
in xfs_inode_near_dquot_enforcement()
1953
if (
freesp
< dqp->q_low_space[XFS_QLOWSP_5_PCNT])
in xfs_inode_near_dquot_enforcement()
/kernel/linux/linux-5.10/fs/xfs/scrub/
H
A
D
agheader_repair.c
435
struct xbitmap *
freesp
;
member
458
error = xbitmap_set(ra->
freesp
, fsb, rec->rm_blockcount);
in xrep_agfl_walk_rmap()
488
ra.
freesp
= agfl_extents;
in xrep_agfl_collect_blocks()
516
* Drop the
freesp
meta blocks that are in use by btrees.
in xrep_agfl_collect_blocks()
/kernel/linux/linux-6.6/fs/xfs/scrub/
H
A
D
agheader_repair.c
462
struct xagb_bitmap *
freesp
;
member
485
error = xagb_bitmap_set(ra->
freesp
, rec->rm_startblock,
in xrep_agfl_walk_rmap()
550
ra.
freesp
= agfl_extents;
in xrep_agfl_collect_blocks()
578
* Drop the
freesp
meta blocks that are in use by btrees.
in xrep_agfl_collect_blocks()
Completed in 8 milliseconds