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.c361 #if ACCT_VERSION == 1 || ACCT_VERSION == 2
403 #elif ACCT_VERSION == 3
459 ac->ac_version = ACCT_VERSION | ACCT_BYTEORDER; in fill_ac()
467 #if ACCT_VERSION == 3 in fill_ac()
473 #if ACCT_VERSION == 1 || ACCT_VERSION == 2 in fill_ac()
485 #if ACCT_VERSION == 2 in fill_ac()
504 #if ACCT_VERSION == 1 || ACCT_VERSION == 2 in fill_ac()
508 #elif ACCT_VERSION == 3 in fill_ac()
/linux/include/uapi/linux/
H A Dacct.h123 #define ACCT_VERSION 2 macro