au_count           87 include/linux/sunrpc/auth.h 	refcount_t		au_count;	/* Reference counter */
au_count          301 net/sunrpc/auth.c 	if (!refcount_dec_and_test(&auth->au_count))
au_count         1062 net/sunrpc/auth_gss/auth_gss.c 	refcount_set(&auth->au_count, 1);
au_count         1189 net/sunrpc/auth_gss/auth_gss.c 		if (!refcount_inc_not_zero(&gss_auth->rpc_auth.au_count))
au_count           24 net/sunrpc/auth_null.c 	refcount_inc(&null_auth.au_count);
au_count          121 net/sunrpc/auth_null.c 	.au_count	= REFCOUNT_INIT(1),
au_count           31 net/sunrpc/auth_unix.c 	refcount_inc(&unix_auth.au_count);
au_count          222 net/sunrpc/auth_unix.c 	.au_count	= REFCOUNT_INIT(1),