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:dqdh_entries
(Results
1 - 4
of
4
) sorted by relevance
/kernel/linux/linux-5.10/fs/quota/
H
A
D
quota_tree.h
19
__le16
dqdh_entries
; /* Number of valid entries in block */
member
H
A
D
quota_tree.c
154
dh->
dqdh_entries
= cpu_to_le16(0);
in put_free_dqblk()
293
if (le16_to_cpu(dh->
dqdh_entries
) + 1 >= qtree_dqstr_in_blk(info)) {
in find_free_dqentry()
301
le16_add_cpu(&dh->
dqdh_entries
, 1);
in find_free_dqentry()
474
le16_add_cpu(&dh->
dqdh_entries
, -1);
in free_dqentry()
475
if (!le16_to_cpu(dh->
dqdh_entries
)) { /* Block got free? */
in free_dqentry()
488
if (le16_to_cpu(dh->
dqdh_entries
) ==
in free_dqentry()
/kernel/linux/linux-6.6/fs/quota/
H
A
D
quota_tree.h
19
__le16
dqdh_entries
; /* Number of valid entries in block */
member
H
A
D
quota_tree.c
101
err = do_check_range(info->dqi_sb, "
dqdh_entries
",
in check_dquot_block_header()
102
le16_to_cpu(dh->
dqdh_entries
), 0,
in check_dquot_block_header()
150
dh->
dqdh_entries
= cpu_to_le16(0);
in put_free_dqblk()
289
if (le16_to_cpu(dh->
dqdh_entries
) + 1 >= qtree_dqstr_in_blk(info)) {
in find_free_dqentry()
297
le16_add_cpu(&dh->
dqdh_entries
, 1);
in find_free_dqentry()
474
le16_add_cpu(&dh->
dqdh_entries
, -1);
in free_dqentry()
475
if (!le16_to_cpu(dh->
dqdh_entries
)) { /* Block got free? */
in free_dqentry()
488
if (le16_to_cpu(dh->
dqdh_entries
) ==
in free_dqentry()
Completed in 3 milliseconds