Home
last modified time | relevance | path

Searched refs:dqblk (Results 1 – 22 of 22) sorted by relevance

/third_party/rust/crates/nix/src/sys/
Dquota.rs102 pub struct Dqblk(libc::dqblk);
106 Dqblk(libc::dqblk { in default()
312 let mut dqblk = mem::MaybeUninit::uninit(); in quotactl_get() localVariable
317 dqblk.as_mut_ptr() as *mut c_char, in quotactl_get()
319 Ok(unsafe { Dqblk(dqblk.assume_init()) }) in quotactl_get()
327 dqblk: &Dqblk, in quotactl_set()
330 let mut dqblk_copy = *dqblk; in quotactl_set()
/third_party/musl/porting/liteos_m_iccarm/kernel/include/sys/
Dquota.h60 struct dqblk { struct
82 #define dqoff(UID) ((long long)(UID) * sizeof (struct dqblk)) argument
/third_party/musl/porting/liteos_m/kernel/include/sys/
Dquota.h60 struct dqblk { struct
82 #define dqoff(UID) ((long long)(UID) * sizeof (struct dqblk)) argument
/third_party/musl/include/sys/
Dquota.h60 struct dqblk { struct
82 #define dqoff(UID) ((long long)(UID) * sizeof (struct dqblk)) argument
/third_party/musl/porting/uniproton/kernel/include/sys/
Dquota.h60 struct dqblk { struct
82 #define dqoff(UID) ((long long)(UID) * sizeof (struct dqblk)) argument
/third_party/musl/ndk_musl_include/sys/
Dquota.h60 struct dqblk { struct
82 #define dqoff(UID) ((long long)(UID) * sizeof (struct dqblk)) argument
/third_party/f2fs-tools/mkfs/
Df2fs_format.c1304 struct v2r1_disk_dqblk dqblk; in f2fs_write_default_quota() local
1335 dqblk.dqb_id = raw_id; in f2fs_write_default_quota()
1336 dqblk.dqb_pad = cpu_to_le32(0); in f2fs_write_default_quota()
1337 dqblk.dqb_ihardlimit = cpu_to_le64(0); in f2fs_write_default_quota()
1338 dqblk.dqb_isoftlimit = cpu_to_le64(0); in f2fs_write_default_quota()
1340 dqblk.dqb_curinodes = cpu_to_le64(2); in f2fs_write_default_quota()
1342 dqblk.dqb_curinodes = cpu_to_le64(1); in f2fs_write_default_quota()
1343 dqblk.dqb_bhardlimit = cpu_to_le64(0); in f2fs_write_default_quota()
1344 dqblk.dqb_bsoftlimit = cpu_to_le64(0); in f2fs_write_default_quota()
1346 dqblk.dqb_curspace = cpu_to_le64(8192); in f2fs_write_default_quota()
[all …]
/third_party/ltp/testcases/kernel/syscalls/quotactl/
Dquotactl04.c36 static struct dqblk set_dq = {
40 static struct dqblk res_dq;
Dquotactl06.c61 static struct dqblk set_dq = {
66 static struct dqblk set_dqmax = {
Dquotactl08.c47 static struct dqblk set_dq = {
51 static struct dqblk res_dq;
Dquotactl01.c48 static struct dqblk set_dq = {
52 static struct dqblk res_dq;
Dquotactl09.c40 static struct dqblk set_dqmax = {
/third_party/musl/libc-test/src/functionalext/supplement/linux/
Dquotactl.c29 struct dqblk strinfo; in quotactl_0100()
/third_party/rust/crates/libc/libc-test/semver/
Dfuchsia.txt1188 dqblk
Dnetbsd.txt1183 dqblk
Dapple.txt1850 dqblk
Dlinux.txt2897 dqblk
/third_party/rust/crates/libc/src/unix/linux_like/emscripten/
Dmod.rs103 pub struct dqblk {
/third_party/rust/crates/libc/src/unix/bsd/netbsdlike/netbsd/
Dmod.rs259 pub struct dqblk {
/third_party/rust/crates/libc/src/unix/linux_like/linux/
Dmod.rs101 pub struct dqblk {
/third_party/rust/crates/libc/src/fuchsia/
Dmod.rs517 pub struct dqblk {
/third_party/rust/crates/libc/src/unix/bsd/apple/
Dmod.rs415 pub struct dqblk {