Home
last modified time | relevance | path

Searched refs:ACCT_BYTEORDER (Results 1 – 2 of 2) sorted by relevance

/Linux-v4.19/include/uapi/linux/
Dacct.h112 #define ACCT_BYTEORDER 0x80 /* accounting file is big endian */ macro
114 #define ACCT_BYTEORDER 0x00 /* accounting file is little endian */ macro
/Linux-v4.19/kernel/
Dacct.c427 ac->ac_version = ACCT_VERSION | ACCT_BYTEORDER; in fill_ac()