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:im_numfree
(Results
1 - 6
of
6
) sorted by relevance
/kernel/linux/linux-5.10/fs/jfs/
H
A
D
jfs_imap.h
134
atomic_t
im_numfree
; /* num of free backed inodes */
member
H
A
D
jfs_imap.c
126
atomic_set(&imap->
im_numfree
, le32_to_cpu(dinom_le->in_numfree));
in diMount()
231
dinom_le->in_numfree = cpu_to_le32(atomic_read(&imp->
im_numfree
));
in diSync()
1004
atomic_inc(&imap->
im_numfree
);
in diFree()
1209
atomic_sub(INOSPEREXT - 1, &imap->
im_numfree
);
in diFree()
2105
atomic_dec(&imap->
im_numfree
);
in diAllocBit()
2370
atomic_add(INOSPEREXT - 1, &imap->
im_numfree
);
in diNewExt()
2859
atomic_read(&imap->
im_numfree
));
in diExtendFS()
2965
xnumfree != atomic_read(&imap->
im_numfree
)) {
in diExtendFS()
H
A
D
super.c
138
* buf->f_ffree = atomic_read(&imap->
im_numfree
);
in jfs_statfs()
145
atomic_read(&imap->
im_numfree
));
in jfs_statfs()
/kernel/linux/linux-6.6/fs/jfs/
H
A
D
jfs_imap.h
134
atomic_t
im_numfree
; /* num of free backed inodes */
member
H
A
D
jfs_imap.c
124
atomic_set(&imap->
im_numfree
, le32_to_cpu(dinom_le->in_numfree));
in diMount()
229
dinom_le->in_numfree = cpu_to_le32(atomic_read(&imp->
im_numfree
));
in diSync()
1002
atomic_inc(&imap->
im_numfree
);
in diFree()
1207
atomic_sub(INOSPEREXT - 1, &imap->
im_numfree
);
in diFree()
2103
atomic_dec(&imap->
im_numfree
);
in diAllocBit()
2368
atomic_add(INOSPEREXT - 1, &imap->
im_numfree
);
in diNewExt()
2857
atomic_read(&imap->
im_numfree
));
in diExtendFS()
2963
xnumfree != atomic_read(&imap->
im_numfree
)) {
in diExtendFS()
H
A
D
super.c
138
* buf->f_ffree = atomic_read(&imap->
im_numfree
);
in jfs_statfs()
145
atomic_read(&imap->
im_numfree
));
in jfs_statfs()
Completed in 12 milliseconds