/****************************************************************************** ******************************************************************************* ** ** Copyright (C) Sistina Software, Inc. 1997-2003 All rights reserved. ** Copyright (C) 2004-2005 Red Hat, Inc. All rights reserved. ** ** This copyrighted material is made available to anyone wishing to use, ** modify, copy, or redistribute it subject to the terms and conditions ** of the GNU General Public License v.2. ** ******************************************************************************* ******************************************************************************/ #ifndef __LOCKSPACE_DOT_H__ #define __LOCKSPACE_DOT_H__ int dlm_lockspace_init(void); void dlm_lockspace_exit(void); struct dlm_ls *dlm_find_lockspace_global(uint32_t id); struct dlm_ls *dlm_find_lockspace_local(void *id); struct dlm_ls *dlm_find_lockspace_device(int minor); void dlm_put_lockspace(struct dlm_ls *ls); void dlm_stop_lockspaces(void); #endif /* __LOCKSPACE_DOT_H__ */ clite-cleanup'>emaclite-cleanup net-next plumbingsTobias Klauser
summaryrefslogtreecommitdiff
path: root/net/sunrpc/auth_gss
ModeNameSize
-rw-r--r--Makefile414logplain
-rw-r--r--auth_gss.c54831logplain
-rw-r--r--gss_generic_token.c6226logplain
-rw-r--r--gss_krb5_crypto.c27467logplain
-rw-r--r--gss_krb5_keys.c9076logplain
-rw-r--r--gss_krb5_mech.c20724logplain
-rw-r--r--gss_krb5_seal.c6772logplain
-rw-r--r--gss_krb5_seqnum.c4645logplain
-rw-r--r--gss_krb5_unseal.c6813logplain
-rw-r--r--gss_krb5_wrap.c18005logplain
-rw-r--r--gss_mech_switch.c12603logplain
-rw-r--r--gss_rpc_upcall.c9707logplain