Searched defs:acct (Results 1 – 10 of 10) sorted by relevance
/linux-3.4.99/include/linux/ |
D | acct.h | 43 struct acct struct 45 char ac_flag; /* Flags */ 46 char ac_version; /* Always set to ACCT_VERSION */ 48 __u16 ac_uid16; /* LSB of Real User ID */ 49 __u16 ac_gid16; /* LSB of Real Group ID */ 73 struct acct_v3 argument
|
/linux-3.4.99/kernel/ |
D | acct.c | 100 static int check_free_space(struct bsd_acct_struct *acct, struct file *file) in check_free_space() 166 static void acct_file_reopen(struct bsd_acct_struct *acct, struct file *file, in acct_file_reopen() 201 struct bsd_acct_struct *acct = NULL; in acct_on() local 255 SYSCALL_DEFINE1(acct, const char __user *, name) in SYSCALL_DEFINE1() argument 269 struct bsd_acct_struct *acct; in SYSCALL_DEFINE1() local 292 struct bsd_acct_struct *acct; in acct_auto_close_mnt() local 313 struct bsd_acct_struct *acct; in acct_auto_close() local 327 struct bsd_acct_struct *acct = ns->bacct; in acct_exit_ns() local 454 static void do_acct_process(struct bsd_acct_struct *acct, in do_acct_process() 606 struct bsd_acct_struct *acct; in acct_process_in_ns() local
|
/linux-3.4.99/net/netfilter/ |
D | nfnetlink_acct.c | 95 int event, struct nf_acct *acct) in nfnl_acct_fill_info() 294 struct nf_acct *cur, *acct = NULL; in nfnl_acct_find_get() local 318 void nfnl_acct_put(struct nf_acct *acct) in nfnl_acct_put()
|
D | nf_conntrack_acct.c | 42 struct nf_conn_counter *acct; in seq_print_acct() local
|
D | nf_conntrack_core.c | 1106 struct nf_conn_counter *acct; in __nf_ct_refresh_acct() local 1123 struct nf_conn_counter *acct; in __nf_ct_kill_acct() local
|
D | nf_conntrack_netlink.c | 232 struct nf_conn_counter *acct; in ctnetlink_dump_counters() local
|
/linux-3.4.99/include/net/netfilter/ |
D | nf_conntrack_acct.h | 32 struct nf_conn_counter *acct; in nf_ct_acct_ext_add() local
|
/linux-3.4.99/security/apparmor/include/ |
D | policy.h | 127 struct aa_ns_acct acct; member
|
/linux-3.4.99/drivers/staging/ramster/ |
D | zcache-main.c | 1905 struct tmem_oid *oid, uint32_t index, bool acct) in zcache_pampd_free()
|
/linux-3.4.99/fs/proc/ |
D | base.c | 2878 struct task_io_accounting acct = task->ioac; in do_io_accounting() local
|