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_dirband_size
(Results
1 - 6
of
6
) sorted by relevance
/kernel/linux/linux-5.10/fs/hpfs/
H
A
D
alloc.c
55
if (unlikely(sbi->sb_n_free_dnodes >= sbi->
sb_dirband_size
/ 4)) {
in hpfs_claim_dirband_free()
79
if (sec >= hpfs_sb(s)->sb_dirband_start && sec < hpfs_sb(s)->sb_dirband_start + hpfs_sb(s)->
sb_dirband_size
) {
in chk_if_allocated()
284
if (nr >= sbi->sb_dirband_start + sbi->
sb_dirband_size
)
in alloc_in_dirband()
285
nr = sbi->sb_dirband_start + sbi->
sb_dirband_size
- 4;
in alloc_in_dirband()
412
dno >= hpfs_sb(s)->sb_dirband_start + hpfs_sb(s)->
sb_dirband_size
) {
in hpfs_free_dnode()
540
if (start < sbi->sb_dirband_start + sbi->
sb_dirband_size
&& end > sbi->sb_dirband_start) {
in hpfs_trim_fs()
H
A
D
super.c
193
buf->f_files = sbi->
sb_dirband_size
/ 4;
in hpfs_statfs()
623
sbi->
sb_dirband_size
= le32_to_cpu(superblock->n_dir_band);
in hpfs_fill_super()
687
a = sbi->
sb_dirband_size
;
in hpfs_fill_super()
688
sbi->
sb_dirband_size
= 0;
in hpfs_fill_super()
695
sbi->
sb_dirband_size
= a;
in hpfs_fill_super()
H
A
D
hpfs_fn.h
70
unsigned
sb_dirband_size
; /* directory band size, dnodes */
member
/kernel/linux/linux-6.6/fs/hpfs/
H
A
D
alloc.c
55
if (unlikely(sbi->sb_n_free_dnodes >= sbi->
sb_dirband_size
/ 4)) {
in hpfs_claim_dirband_free()
79
if (sec >= hpfs_sb(s)->sb_dirband_start && sec < hpfs_sb(s)->sb_dirband_start + hpfs_sb(s)->
sb_dirband_size
) {
in chk_if_allocated()
284
if (nr >= sbi->sb_dirband_start + sbi->
sb_dirband_size
)
in alloc_in_dirband()
285
nr = sbi->sb_dirband_start + sbi->
sb_dirband_size
- 4;
in alloc_in_dirband()
412
dno >= hpfs_sb(s)->sb_dirband_start + hpfs_sb(s)->
sb_dirband_size
) {
in hpfs_free_dnode()
540
if (start < sbi->sb_dirband_start + sbi->
sb_dirband_size
&& end > sbi->sb_dirband_start) {
in hpfs_trim_fs()
H
A
D
super.c
193
buf->f_files = sbi->
sb_dirband_size
/ 4;
in hpfs_statfs()
623
sbi->
sb_dirband_size
= le32_to_cpu(superblock->n_dir_band);
in hpfs_fill_super()
687
a = sbi->
sb_dirband_size
;
in hpfs_fill_super()
688
sbi->
sb_dirband_size
= 0;
in hpfs_fill_super()
695
sbi->
sb_dirband_size
= a;
in hpfs_fill_super()
H
A
D
hpfs_fn.h
70
unsigned
sb_dirband_size
; /* directory band size, dnodes */
member
Completed in 6 milliseconds