Home
last modified time | relevance | path

Searched refs:dqblk (Results 1 - 17 of 17) sorted by relevance

/third_party/rust/crates/nix/src/sys/
H A Dquota.rs10 //! 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 Dquota.h60 struct dqblk { struct
82 #define dqoff(UID) ((long long)(UID) * sizeof (struct dqblk))
/third_party/musl/porting/uniproton/kernel/include/sys/
H A Dquota.h60 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 Dquota.h60 struct dqblk { struct
82 #define dqoff(UID) ((long long)(UID) * sizeof (struct dqblk))
/third_party/musl/include/sys/
H A Dquota.h60 struct dqblk { struct
82 #define dqoff(UID) ((long long)(UID) * sizeof (struct dqblk))
/third_party/ltp/testcases/kernel/syscalls/quotactl/
H A Dquotactl04.c36 static struct dqblk set_dq = {
40 static struct dqblk res_dq;
H A Dquotactl06.c62 static struct dqblk set_dq = {
67 static struct dqblk set_dqmax = {
H A Dquotactl08.c48 static struct dqblk set_dq = {
52 static struct dqblk res_dq;
H A Dquotactl01.c48 static struct dqblk set_dq = {
52 static struct dqblk res_dq;
H A Dquotactl09.c40 static struct dqblk set_dqmax = {
/third_party/f2fs-tools/mkfs/
H A Df2fs_format.c1308 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 Dquotactl.c29 struct dqblk strinfo; in quotactl_0100()
/third_party/rust/crates/libc/src/unix/linux_like/emscripten/
H A Dmod.rs103 pub struct dqblk { structure names
/third_party/rust/crates/libc/src/unix/bsd/netbsdlike/netbsd/
H A Dmod.rs259 pub struct dqblk { structure names
/third_party/rust/crates/libc/src/fuchsia/
H A Dmod.rs517 pub struct dqblk { structure names
/third_party/rust/crates/libc/src/unix/linux_like/linux/
H A Dmod.rs101 pub struct dqblk { structure names
/third_party/rust/crates/libc/src/unix/bsd/apple/
H A Dmod.rs415 pub struct dqblk { structure names

Completed in 51 milliseconds