Home
last modified time | relevance | path

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

/linux-3.4.99/fs/nfsd/
Dnfs4state.c753 static void free_conn(struct nfsd4_conn *c) in free_conn()
761 struct nfsd4_conn *c = container_of(u, struct nfsd4_conn, cn_xpt_user); in nfsd4_conn_lost()
773 static struct nfsd4_conn *alloc_conn(struct svc_rqst *rqstp, u32 flags) in alloc_conn()
775 struct nfsd4_conn *conn; in alloc_conn()
777 conn = kmalloc(sizeof(struct nfsd4_conn), GFP_KERNEL); in alloc_conn()
787 static void __nfsd4_hash_conn(struct nfsd4_conn *conn, struct nfsd4_session *ses) in __nfsd4_hash_conn()
793 static void nfsd4_hash_conn(struct nfsd4_conn *conn, struct nfsd4_session *ses) in nfsd4_hash_conn()
802 static int nfsd4_register_conn(struct nfsd4_conn *conn) in nfsd4_register_conn()
810 struct nfsd4_conn *conn; in nfsd4_new_conn()
838 struct nfsd4_conn *c; in nfsd4_del_conns()
[all …]
Dnfs4callback.c936 static struct nfsd4_conn * __nfsd4_find_backchannel(struct nfs4_client *clp) in __nfsd4_find_backchannel()
939 struct nfsd4_conn *c; in __nfsd4_find_backchannel()
955 struct nfsd4_conn *c; in nfsd4_process_cb_update()
Dstate.h177 struct nfsd4_conn { struct