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:dqblk
(Results
1 - 17
of
17
) sorted by relevance
/third_party/rust/crates/nix/src/sys/
H
A
D
quota.rs
10
//! let mut
dqblk
: Dqblk = Default::default();
11
//!
dqblk
.set_blocks_hard_limit(10000);
12
//!
dqblk
.set_blocks_soft_limit(8000);
13
//! quotactl_set(QuotaType::USRQUOTA, "/dev/sda1", 50, &
dqblk
, QuotaValidFlags::QIF_BLIMITS).unwrap();
102
pub struct Dqblk(libc::
dqblk
);
106
Dqblk(libc::
dqblk
{
in default()
312
let mut
dqblk
= mem::MaybeUninit::uninit();
in quotactl_get()
variables
317
dqblk
.as_mut_ptr() as *mut c_char,
in quotactl_get()
319
Ok(unsafe { Dqblk(
dqblk
.assume_init()) })
in quotactl_get()
327
dqblk
in quotactl_set()
[all...]
/third_party/musl/porting/liteos_m/kernel/include/sys/
H
A
D
quota.h
60
struct
dqblk
{
struct
82
#define dqoff(UID) ((long long)(UID) * sizeof (struct
dqblk
))
/third_party/musl/porting/uniproton/kernel/include/sys/
H
A
D
quota.h
60
struct
dqblk
{
struct
82
#define dqoff(UID) ((long long)(UID) * sizeof (struct
dqblk
))
/third_party/musl/porting/liteos_m_iccarm/kernel/include/sys/
H
A
D
quota.h
60
struct
dqblk
{
struct
82
#define dqoff(UID) ((long long)(UID) * sizeof (struct
dqblk
))
/third_party/musl/include/sys/
H
A
D
quota.h
60
struct
dqblk
{
struct
82
#define dqoff(UID) ((long long)(UID) * sizeof (struct
dqblk
))
/third_party/ltp/testcases/kernel/syscalls/quotactl/
H
A
D
quotactl04.c
36
static struct
dqblk
set_dq = {
40
static struct
dqblk
res_dq;
H
A
D
quotactl06.c
62
static struct
dqblk
set_dq = {
67
static struct
dqblk
set_dqmax = {
H
A
D
quotactl08.c
48
static struct
dqblk
set_dq = {
52
static struct
dqblk
res_dq;
H
A
D
quotactl01.c
48
static struct
dqblk
set_dq = {
52
static struct
dqblk
res_dq;
H
A
D
quotactl09.c
40
static struct
dqblk
set_dqmax = {
/third_party/f2fs-tools/mkfs/
H
A
D
f2fs_format.c
1308
struct v2r1_disk_dqblk
dqblk
;
in f2fs_write_default_quota()
local
1339
dqblk
.dqb_id = raw_id;
in f2fs_write_default_quota()
1340
dqblk
.dqb_pad = cpu_to_le32(0);
in f2fs_write_default_quota()
1341
dqblk
.dqb_ihardlimit = cpu_to_le64(0);
in f2fs_write_default_quota()
1342
dqblk
.dqb_isoftlimit = cpu_to_le64(0);
in f2fs_write_default_quota()
1344
dqblk
.dqb_curinodes = cpu_to_le64(2);
in f2fs_write_default_quota()
1346
dqblk
.dqb_curinodes = cpu_to_le64(1);
in f2fs_write_default_quota()
1347
dqblk
.dqb_bhardlimit = cpu_to_le64(0);
in f2fs_write_default_quota()
1348
dqblk
.dqb_bsoftlimit = cpu_to_le64(0);
in f2fs_write_default_quota()
1350
dqblk
in f2fs_write_default_quota()
[all...]
/third_party/musl/libc-test/src/functionalext/supplement/linux/
H
A
D
quotactl.c
29
struct
dqblk
strinfo;
in quotactl_0100()
/third_party/rust/crates/libc/src/unix/linux_like/emscripten/
H
A
D
mod.rs
103
pub struct
dqblk
{
structure names
/third_party/rust/crates/libc/src/unix/bsd/netbsdlike/netbsd/
H
A
D
mod.rs
259
pub struct
dqblk
{
structure names
/third_party/rust/crates/libc/src/fuchsia/
H
A
D
mod.rs
517
pub struct
dqblk
{
structure names
/third_party/rust/crates/libc/src/unix/linux_like/linux/
H
A
D
mod.rs
101
pub struct
dqblk
{
structure names
/third_party/rust/crates/libc/src/unix/bsd/apple/
H
A
D
mod.rs
415
pub struct
dqblk
{
structure names
Completed in 51 milliseconds