Searched refs:fetch_struct_quotastat (Results 1 – 8 of 8) sorted by relevance
/external/strace/ |
D | native_printer_defs.h | 17 .fetch_struct_quotastat = fetch_struct_quotastat,
|
D | printers.h | 48 _Bool (*fetch_struct_quotastat)(struct tcb *const tcp, const kernel_ulong_t data, void *p); member 49 #define fetch_struct_quotastat MPERS_PRINTER_NAME(fetch_struct_quotastat) macro
|
D | fetch_struct_xfs_quotastat.c | 10 MPERS_PRINTER_DECL(bool, fetch_struct_quotastat, struct tcb *const tcp, in MPERS_PRINTER_DECL() argument
|
D | m32_printer_defs.h | 17 .fetch_struct_quotastat = m32_fetch_struct_quotastat,
|
D | mx32_printer_defs.h | 17 .fetch_struct_quotastat = mx32_fetch_struct_quotastat,
|
D | native_printer_decls.h | 17 extern _Bool fetch_struct_quotastat(struct tcb *const tcp, const kernel_ulong_t data, void *p);
|
D | quota.c | 320 if (fetch_struct_quotastat(tcp, data, &dq)) { in decode_cmd_data()
|
D | ChangeLog | 1177 (decode_cmd_data) <case Q_XGETQSTAT>: Use fetch_struct_quotastat.
|