Home
last modified time | relevance | path

Searched refs:fetch_struct_quotastat (Results 1 – 8 of 8) sorted by relevance

/external/strace/
Dnative_printer_defs.h17 .fetch_struct_quotastat = fetch_struct_quotastat,
Dprinters.h48 _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
Dfetch_struct_xfs_quotastat.c10 MPERS_PRINTER_DECL(bool, fetch_struct_quotastat, struct tcb *const tcp, in MPERS_PRINTER_DECL() argument
Dm32_printer_defs.h17 .fetch_struct_quotastat = m32_fetch_struct_quotastat,
Dmx32_printer_defs.h17 .fetch_struct_quotastat = mx32_fetch_struct_quotastat,
Dnative_printer_decls.h17 extern _Bool fetch_struct_quotastat(struct tcb *const tcp, const kernel_ulong_t data, void *p);
Dquota.c320 if (fetch_struct_quotastat(tcp, data, &dq)) { in decode_cmd_data()
DChangeLog1177 (decode_cmd_data) <case Q_XGETQSTAT>: Use fetch_struct_quotastat.