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:nfreeinos
(Results
1 - 4
of
4
) sorted by relevance
/kernel/linux/linux-5.10/fs/jfs/
H
A
D
jfs_imap.c
948
if (iagp->
nfreeinos
== 0) {
in diFree()
1002
le32_add_cpu(&iagp->
nfreeinos
, 1);
in diFree()
1072
if (iagp->
nfreeinos
== cpu_to_le32(INOSPEREXT - 1)) {
in diFree()
1162
if (iagp->
nfreeinos
== cpu_to_le32(INOSPEREXT - 1)) {
in diFree()
1201
le32_add_cpu(&iagp->
nfreeinos
, -(INOSPEREXT - 1));
in diFree()
1410
if (iagp->
nfreeinos
|| addext) {
in diAlloc()
1792
if (!iagp->
nfreeinos
) {
in diAllocIno()
1795
jfs_error(ip->i_sb, "
nfreeinos
= 0, but iag on freelist\n");
in diAllocIno()
2020
if (iagp->
nfreeinos
== cpu_to_le32(1)) {
in diAllocBit()
2084
if (iagp->
nfreeinos
in diAllocBit()
[all...]
H
A
D
jfs_imap.h
69
__le32
nfreeinos
; /* 4: number of free inodes */
member
/kernel/linux/linux-6.6/fs/jfs/
H
A
D
jfs_imap.c
946
if (iagp->
nfreeinos
== 0) {
in diFree()
1000
le32_add_cpu(&iagp->
nfreeinos
, 1);
in diFree()
1070
if (iagp->
nfreeinos
== cpu_to_le32(INOSPEREXT - 1)) {
in diFree()
1160
if (iagp->
nfreeinos
== cpu_to_le32(INOSPEREXT - 1)) {
in diFree()
1199
le32_add_cpu(&iagp->
nfreeinos
, -(INOSPEREXT - 1));
in diFree()
1408
if (iagp->
nfreeinos
|| addext) {
in diAlloc()
1790
if (!iagp->
nfreeinos
) {
in diAllocIno()
1793
jfs_error(ip->i_sb, "
nfreeinos
= 0, but iag on freelist\n");
in diAllocIno()
2018
if (iagp->
nfreeinos
== cpu_to_le32(1)) {
in diAllocBit()
2082
if (iagp->
nfreeinos
in diAllocBit()
[all...]
H
A
D
jfs_imap.h
69
__le32
nfreeinos
; /* 4: number of free inodes */
member
Completed in 6 milliseconds