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:dqb_bhardlimit
(Results
1 - 17
of
17
) sorted by relevance
/third_party/f2fs-tools/fsck/
H
A
D
quotaio_v2.c
55
m->
dqb_bhardlimit
= le64_to_cpu(d->
dqb_bhardlimit
);
in v2r1_disk2memdqblk()
78
d->
dqb_bhardlimit
= cpu_to_le64(m->
dqb_bhardlimit
);
in v2r1_mem2diskdqblk()
304
!b->dqb_isoftlimit && !b->
dqb_bhardlimit
&& !b->dqb_ihardlimit)
in v2_commit_dquot()
H
A
D
quotaio_v2.h
49
__le64
dqb_bhardlimit
; /* absolute limit on disk space
member
H
A
D
mkquota.c
36
(long long) dq->dq_dqb.
dqb_bhardlimit
,
in print_dquot()
345
dq->dq_dqb.
dqb_bhardlimit
= dquot->dq_dqb.
dqb_bhardlimit
;
in scan_dquots_callback()
H
A
D
quotaio.h
141
qsize_t
dqb_bhardlimit
;
member
/third_party/musl/porting/liteos_m/kernel/include/sys/
H
A
D
quota.h
61
uint64_t
dqb_bhardlimit
;
member
72
#define dq_bhardlimit dq_dqb.
dqb_bhardlimit
/third_party/musl/porting/uniproton/kernel/include/sys/
H
A
D
quota.h
61
uint64_t
dqb_bhardlimit
;
member
72
#define dq_bhardlimit dq_dqb.
dqb_bhardlimit
/third_party/musl/porting/liteos_m_iccarm/kernel/include/sys/
H
A
D
quota.h
61
uint64_t
dqb_bhardlimit
;
member
72
#define dq_bhardlimit dq_dqb.
dqb_bhardlimit
/third_party/musl/include/sys/
H
A
D
quota.h
61
uint64_t
dqb_bhardlimit
;
member
72
#define dq_bhardlimit dq_dqb.
dqb_bhardlimit
/third_party/rust/crates/nix/src/sys/
H
A
D
quota.rs
107
dqb_bhardlimit
: 0,
in default()
126
Some(self.0.
dqb_bhardlimit
)
in blocks_hard_limit()
134
self.0.
dqb_bhardlimit
= limit;
in set_blocks_hard_limit()
/third_party/f2fs-tools/include/
H
A
D
quota.h
72
__le64
dqb_bhardlimit
; /* absolute limit on disk space
member
/third_party/ltp/include/lapi/
H
A
D
quotactl.h
27
uint64_t
dqb_bhardlimit
;
member
/third_party/f2fs-tools/mkfs/
H
A
D
f2fs_format.c
1347
dqblk.
dqb_bhardlimit
= cpu_to_le64(0);
in f2fs_write_default_quota()
/third_party/rust/crates/libc/src/unix/linux_like/emscripten/
H
A
D
mod.rs
104
pub
dqb_bhardlimit
: u64,
/third_party/rust/crates/libc/src/unix/bsd/netbsdlike/netbsd/
H
A
D
mod.rs
260
pub
dqb_bhardlimit
: u32,
/third_party/rust/crates/libc/src/fuchsia/
H
A
D
mod.rs
518
pub
dqb_bhardlimit
: u64,
/third_party/rust/crates/libc/src/unix/linux_like/linux/
H
A
D
mod.rs
102
pub
dqb_bhardlimit
: u64,
/third_party/rust/crates/libc/src/unix/bsd/apple/
H
A
D
mod.rs
416
pub
dqb_bhardlimit
: u64,
Completed in 54 milliseconds