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:ddquot
(Results
1 - 1
of
1
) sorted by relevance
/third_party/f2fs-tools/fsck/
H
A
D
quotaio_tree.c
199
char *
ddquot
;
in find_free_dqentry()
local
233
ddquot
= buf + sizeof(struct qt_disk_dqdbheader);
in find_free_dqentry()
235
i < qtree_dqstr_in_blk(info) && !qtree_entry_unused(info,
ddquot
);
in find_free_dqentry()
237
ddquot
+= info->dqi_entry_size;
in find_free_dqentry()
323
char *
ddquot
;
in qtree_write_dquot()
local
328
log_debug("writing
ddquot
1: off=%llu, info->dqi_entry_size=%u",
in qtree_write_dquot()
331
retval = quota_get_mem(info->dqi_entry_size, &
ddquot
);
in qtree_write_dquot()
337
memset(
ddquot
, 0, info->dqi_entry_size);
in qtree_write_dquot()
341
quota_free_mem(&
ddquot
);
in qtree_write_dquot()
345
info->dqi_ops->mem2disk_dqblk(
ddquot
, dquo
in qtree_write_dquot()
460
char *
ddquot
= buf + sizeof(struct qt_disk_dqdbheader);
find_block_dqentry()
local
520
char *
ddquot
;
qtree_read_dquot()
local
[all...]
Completed in 2 milliseconds