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

/linux-master/include/uapi/linux/
H A Dacct.h115 #define ACCT_BYTEORDER 0x80 /* accounting file is big endian */ macro
117 #define ACCT_BYTEORDER 0x00 /* accounting file is little endian */ macro
/linux-master/kernel/
H A Dacct.c447 ac->ac_version = ACCT_VERSION | ACCT_BYTEORDER;

Completed in 151 milliseconds