Home
last modified time | relevance | path

Searched defs:dqblk (Results 1 – 7 of 7) sorted by relevance

/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/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/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/musl/include/sys/
Dquota.h60 struct dqblk { struct
82 #define dqoff(UID) ((long long)(UID) * sizeof (struct dqblk)) argument
/third_party/rust/crates/nix/src/sys/
Dquota.rs312 let mut dqblk = mem::MaybeUninit::uninit(); in quotactl_get() localVariable
/third_party/f2fs-tools/mkfs/
Df2fs_format.c1304 struct v2r1_disk_dqblk dqblk; in f2fs_write_default_quota() local