Home
last modified time | relevance | path

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

/Linux-v5.10/include/uapi/linux/
Dacct.h114 #define ACCT_BYTEORDER 0x80 /* accounting file is big endian */ macro
116 #define ACCT_BYTEORDER 0x00 /* accounting file is little endian */ macro
/Linux-v5.10/kernel/
Dacct.c428 ac->ac_version = ACCT_VERSION | ACCT_BYTEORDER; in fill_ac()