Home
last modified time | relevance | path

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

/aosp_15_r20/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.17-4.8/sysroot/usr/include/x86_64-linux-gnu/sys/
Dquota.h130 struct dqblk struct
143 /* Flags that indicate which fields in dqblk structure are valid. */ argument
155 struct dqblk struct
157 u_int64_t dqb_bhardlimit; /* absolute limit on disk quota blocks alloc */
158 u_int64_t dqb_bsoftlimit; /* preferred limit on disk quota blocks */
159 u_int64_t dqb_curspace; /* current quota block count */
160 u_int64_t dqb_ihardlimit; /* maximum # allocated inodes */
161 u_int64_t dqb_isoftlimit; /* preferred inode limit */
162 u_int64_t dqb_curinodes; /* current # allocated inodes */
186 #define dqoff(UID) ((loff_t)((UID) * sizeof (struct dqblk))) argument
/aosp_15_r20/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.17-4.8/sysroot/usr/include/i386-linux-gnu/sys/
Dquota.h130 struct dqblk struct
143 /* Flags that indicate which fields in dqblk structure are valid. */ argument
155 struct dqblk struct
157 u_int64_t dqb_bhardlimit; /* absolute limit on disk quota blocks alloc */
158 u_int64_t dqb_bsoftlimit; /* preferred limit on disk quota blocks */
159 u_int64_t dqb_curspace; /* current quota block count */
160 u_int64_t dqb_ihardlimit; /* maximum # allocated inodes */
161 u_int64_t dqb_isoftlimit; /* preferred inode limit */
162 u_int64_t dqb_curinodes; /* current # allocated inodes */
186 #define dqoff(UID) ((loff_t)((UID) * sizeof (struct dqblk))) argument
/aosp_15_r20/prebuilts/build-tools/sysroots/i686-unknown-linux-musl/include/sys/
H A Dquota.h60 struct dqblk { struct
82 #define dqoff(UID) ((long long)(UID) * sizeof (struct dqblk)) argument
/aosp_15_r20/prebuilts/build-tools/sysroots/x86_64-unknown-linux-musl/include/sys/
H A Dquota.h60 struct dqblk { struct
82 #define dqoff(UID) ((long long)(UID) * sizeof (struct dqblk)) argument
/aosp_15_r20/external/musl/include/sys/
H A Dquota.h60 struct dqblk { struct
82 #define dqoff(UID) ((long long)(UID) * sizeof (struct dqblk)) argument
/aosp_15_r20/prebuilts/build-tools/sysroots/aarch64-unknown-linux-musl/include/sys/
H A Dquota.h60 struct dqblk { struct
82 #define dqoff(UID) ((long long)(UID) * sizeof (struct dqblk)) argument
/aosp_15_r20/prebuilts/build-tools/sysroots/arm-unknown-linux-musleabihf/include/sys/
H A Dquota.h60 struct dqblk { struct
82 #define dqoff(UID) ((long long)(UID) * sizeof (struct dqblk)) argument
/aosp_15_r20/external/trusty/musl/include/sys/
Dquota.h60 struct dqblk { struct
82 #define dqoff(UID) ((long long)(UID) * sizeof (struct dqblk)) argument
/aosp_15_r20/external/rust/android-crates-io/crates/nix/src/sys/
Dquota.rs311 let mut dqblk = mem::MaybeUninit::<libc::dqblk>::uninit(); in quotactl_get() localVariable
/aosp_15_r20/external/f2fs-tools/mkfs/
H A Df2fs_format.c1432 struct v2r1_disk_dqblk dqblk; in f2fs_write_default_quota() local