HomeSort by relevance Sort by last modified time
    Searched refs:dqblk (Results 1 - 11 of 11) sorted by null

  /bionic/libc/include/sys/
quota.h 35 #define if_dqblk dqblk
  /bionic/tests/
sys_quota_test.cpp 24 dqblk current;
  /external/strace/tests/
quotactl.c 50 # define if_dqblk dqblk
177 TAIL_ALLOC_OBJECT_CONST_PTR(struct if_dqblk, dqblk);
237 ARG_STR("/dev/sda1"), getuid(), dqblk, print_dqblk,
241 ARG_STR(NULL), -1, dqblk, print_dqblk, (intptr_t) 2);
253 fill_memory(dqblk, sizeof(*dqblk));
259 ARG_STR("/dev/bogus/"), 3141592653U, dqblk, print_dqblk,
  /external/strace/tests-m32/
quotactl.c 50 # define if_dqblk dqblk
177 TAIL_ALLOC_OBJECT_CONST_PTR(struct if_dqblk, dqblk);
237 ARG_STR("/dev/sda1"), getuid(), dqblk, print_dqblk,
241 ARG_STR(NULL), -1, dqblk, print_dqblk, (intptr_t) 2);
253 fill_memory(dqblk, sizeof(*dqblk));
259 ARG_STR("/dev/bogus/"), 3141592653U, dqblk, print_dqblk,
  /external/strace/tests-mx32/
quotactl.c 50 # define if_dqblk dqblk
177 TAIL_ALLOC_OBJECT_CONST_PTR(struct if_dqblk, dqblk);
237 ARG_STR("/dev/sda1"), getuid(), dqblk, print_dqblk,
241 ARG_STR(NULL), -1, dqblk, print_dqblk, (intptr_t) 2);
253 fill_memory(dqblk, sizeof(*dqblk));
259 ARG_STR("/dev/bogus/"), 3141592653U, dqblk, print_dqblk,
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/i386-linux-gnu/sys/
quota.h 130 struct dqblk struct
143 /* Flags that indicate which fields in dqblk structure are valid. */
155 struct dqblk struct
186 #define dqoff(UID) ((loff_t)((UID) * sizeof (struct dqblk)))
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/x86_64-linux-gnu/sys/
quota.h 130 struct dqblk struct
143 /* Flags that indicate which fields in dqblk structure are valid. */
155 struct dqblk struct
186 #define dqoff(UID) ((loff_t)((UID) * sizeof (struct dqblk)))
  /external/ltp/testcases/kernel/syscalls/quotactl/
quotactl01.c 83 static struct dqblk set_dq = {
87 static struct dqblk res_dq;
  /external/f2fs-tools/mkfs/
f2fs_format.c 1077 struct v2r1_disk_dqblk dqblk; local
1108 dqblk.dqb_id = raw_id;
1109 dqblk.dqb_pad = cpu_to_le32(0);
1110 dqblk.dqb_ihardlimit = cpu_to_le64(0);
1111 dqblk.dqb_isoftlimit = cpu_to_le64(0);
1112 dqblk.dqb_curinodes = cpu_to_le64(1);
1113 dqblk.dqb_bhardlimit = cpu_to_le64(0);
1114 dqblk.dqb_bsoftlimit = cpu_to_le64(0);
1115 dqblk.dqb_curspace = cpu_to_le64(4096);
1116 dqblk.dqb_btime = cpu_to_le64(0)
    [all...]
  /frameworks/native/cmds/installd/
CacheTracker.cpp 76 struct dqblk dq;
InstalldNativeService.cpp 366 struct dqblk dq;
    [all...]

Completed in 355 milliseconds