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_imax_pct
(Results
1 - 14
of
14
) sorted by relevance
/kernel/linux/linux-5.10/fs/xfs/
H
A
D
xfs_fsops.c
210
dpct = imaxpct - mp->m_sb.
sb_imax_pct
;
in xfs_growfs_imaxpct()
234
if (in->imaxpct != mp->m_sb.
sb_imax_pct
) {
in xfs_growfs_data()
247
if (mp->m_sb.
sb_imax_pct
) {
in xfs_growfs_data()
248
uint64_t icount = mp->m_sb.sb_dblocks * mp->m_sb.
sb_imax_pct
;
in xfs_growfs_data()
H
A
D
xfs_trans.c
504
sbp->
sb_imax_pct
+= tp->t_imaxpct_delta;
in xfs_trans_apply_sb_deltas()
624
mp->m_sb.
sb_imax_pct
+= tp->t_imaxpct_delta;
in xfs_trans_unreserve_and_mod_sb()
636
ASSERT(mp->m_sb.
sb_imax_pct
>= 0);
in xfs_trans_unreserve_and_mod_sb()
H
A
D
xfs_super.c
262
icount = sbp->sb_dblocks * sbp->
sb_imax_pct
;
in xfs_set_inode_alloc()
/kernel/linux/linux-6.6/fs/xfs/
H
A
D
xfs_fsops.c
272
dpct = imaxpct - mp->m_sb.
sb_imax_pct
;
in xfs_growfs_imaxpct()
296
if (in->imaxpct != mp->m_sb.
sb_imax_pct
) {
in xfs_growfs_data()
309
if (mp->m_sb.
sb_imax_pct
) {
in xfs_growfs_data()
310
uint64_t icount = mp->m_sb.sb_dblocks * mp->m_sb.
sb_imax_pct
;
in xfs_growfs_data()
H
A
D
xfs_trans.c
533
sbp->
sb_imax_pct
+= tp->t_imaxpct_delta;
in xfs_trans_apply_sb_deltas()
656
mp->m_sb.
sb_imax_pct
+= tp->t_imaxpct_delta;
in xfs_trans_unreserve_and_mod_sb()
668
ASSERT(mp->m_sb.
sb_imax_pct
>= 0);
in xfs_trans_unreserve_and_mod_sb()
H
A
D
xfs_super.c
291
icount = sbp->sb_dblocks * sbp->
sb_imax_pct
;
in xfs_set_inode_alloc()
/kernel/linux/linux-5.10/fs/xfs/libxfs/
H
A
D
xfs_sb.c
322
(sbp->
sb_imax_pct
> 100 /* zero
sb_imax_pct
is valid */) ||
in xfs_validate_sb_common()
515
to->
sb_imax_pct
= from->
sb_imax_pct
;
in __xfs_sb_from_disk()
658
to->
sb_imax_pct
= from->
sb_imax_pct
;
in xfs_sb_to_disk()
1128
geo->imaxpct = sbp->
sb_imax_pct
;
in xfs_fs_geometry()
H
A
D
xfs_format.h
124
uint8_t
sb_imax_pct
; /* max % of fs for inode space */
member
215
__u8
sb_imax_pct
; /* max % of fs for inode space */
member
H
A
D
xfs_ialloc.c
2841
if (sbp->
sb_imax_pct
&& igeo->ialloc_blks) {
in xfs_ialloc_setup_geometry()
2846
icount = sbp->sb_dblocks * sbp->
sb_imax_pct
;
in xfs_ialloc_setup_geometry()
/kernel/linux/linux-6.6/fs/xfs/libxfs/
H
A
D
xfs_sb.c
424
(sbp->
sb_imax_pct
> 100 /* zero
sb_imax_pct
is valid */) ||
in xfs_validate_sb_common()
637
to->
sb_imax_pct
= from->
sb_imax_pct
;
in __xfs_sb_from_disk()
786
to->
sb_imax_pct
= from->
sb_imax_pct
;
in xfs_sb_to_disk()
1196
geo->imaxpct = sbp->
sb_imax_pct
;
in xfs_fs_geometry()
H
A
D
xfs_format.h
124
uint8_t
sb_imax_pct
; /* max % of fs for inode space */
member
215
__u8
sb_imax_pct
; /* max % of fs for inode space */
member
H
A
D
xfs_ialloc.c
2829
if (sbp->
sb_imax_pct
&& igeo->ialloc_blks) {
in xfs_ialloc_setup_geometry()
2834
icount = sbp->sb_dblocks * sbp->
sb_imax_pct
;
in xfs_ialloc_setup_geometry()
/kernel/linux/linux-6.6/fs/xfs/scrub/
H
A
D
agheader.c
219
if (sb->
sb_imax_pct
!= mp->m_sb.
sb_imax_pct
)
in xchk_superblock()
/kernel/linux/linux-5.10/fs/xfs/scrub/
H
A
D
agheader.c
197
if (sb->
sb_imax_pct
!= mp->m_sb.
sb_imax_pct
)
in xchk_superblock()
Completed in 28 milliseconds