Home
last modified time | relevance | path

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

/third_party/musl/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/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/uniproton/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/f2fs-tools/mkfs/
Df2fs_format.c1215 struct v2r1_disk_dqblk dqblk; in f2fs_write_default_quota() local
1246 dqblk.dqb_id = raw_id; in f2fs_write_default_quota()
1247 dqblk.dqb_pad = cpu_to_le32(0); in f2fs_write_default_quota()
1248 dqblk.dqb_ihardlimit = cpu_to_le64(0); in f2fs_write_default_quota()
1249 dqblk.dqb_isoftlimit = cpu_to_le64(0); in f2fs_write_default_quota()
1251 dqblk.dqb_curinodes = cpu_to_le64(2); in f2fs_write_default_quota()
1253 dqblk.dqb_curinodes = cpu_to_le64(1); in f2fs_write_default_quota()
1254 dqblk.dqb_bhardlimit = cpu_to_le64(0); in f2fs_write_default_quota()
1255 dqblk.dqb_bsoftlimit = cpu_to_le64(0); in f2fs_write_default_quota()
1257 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()