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:quota_q
(Results
1 - 2
of
2
) sorted by relevance
/third_party/ntfs-3g/ntfsprogs/
H
A
D
ntfsinfo.c
1549
QUOTA_CONTROL_ENTRY
quota_q
; /* $Q index data in $Quota */
member
1630
(unsigned)le32_to_cpu(data->
quota_q
.version));
in ntfs_dump_index_data()
1632
(unsigned)le32_to_cpu(data->
quota_q
.flags));
in ntfs_dump_index_data()
1635
le64_to_cpu(data->
quota_q
.bytes_used),
in ntfs_dump_index_data()
1637
le64_to_cpu(data->
quota_q
.bytes_used));
in ntfs_dump_index_data()
1640
data->
quota_q
.change_time));
in ntfs_dump_index_data()
1643
sle64_to_cpu(data->
quota_q
.threshold),
in ntfs_dump_index_data()
1645
sle64_to_cpu(data->
quota_q
.threshold));
in ntfs_dump_index_data()
1648
sle64_to_cpu(data->
quota_q
.limit),
in ntfs_dump_index_data()
1650
sle64_to_cpu(data->
quota_q
in ntfs_dump_index_data()
[all...]
H
A
D
ntfsclone.c
1238
QUOTA_CONTROL_ENTRY *
quota_q
;
local
1240
quota_q
= (QUOTA_CONTROL_ENTRY *)((u8 *)entry +
1247
if (le32_to_cpu(
quota_q
->version) == 2) {
1248
quota_q
->change_time = timestamp;
Completed in 6 milliseconds