Home
last modified time | relevance | path

Searched refs:ACCT_VERSION (Results 1 – 3 of 3) sorted by relevance

/linux/include/linux/
H A Dacct.h44 #undef ACCT_VERSION
48 #define ACCT_VERSION 3 macro
53 #define ACCT_VERSION 1 macro
55 #define ACCT_VERSION 2 macro
/linux/kernel/
H A Dacct.c359 #if ACCT_VERSION == 1 || ACCT_VERSION == 2
401 #elif ACCT_VERSION == 3
457 ac->ac_version = ACCT_VERSION | ACCT_BYTEORDER; in fill_ac()
465 #if ACCT_VERSION == 3 in fill_ac()
471 #if ACCT_VERSION == 1 || ACCT_VERSION == 2 in fill_ac()
483 #if ACCT_VERSION == 2 in fill_ac()
502 #if ACCT_VERSION == 1 || ACCT_VERSION == 2 in fill_ac()
506 #elif ACCT_VERSION == 3 in fill_ac()
/linux/include/uapi/linux/
H A Dacct.h123 #define ACCT_VERSION 2 macro