Home
last modified time | relevance | path

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

/openbmc/linux/fs/nfsd/
H A Dnfs4state.c1867 static void free_conn(struct nfsd4_conn *c) in free_conn()
1875 struct nfsd4_conn *c = container_of(u, struct nfsd4_conn, cn_xpt_user); in nfsd4_conn_lost()
1889 static struct nfsd4_conn *alloc_conn(struct svc_rqst *rqstp, u32 flags) in alloc_conn()
1891 struct nfsd4_conn *conn; in alloc_conn()
1893 conn = kmalloc(sizeof(struct nfsd4_conn), GFP_KERNEL); in alloc_conn()
1903 static void __nfsd4_hash_conn(struct nfsd4_conn *conn, struct nfsd4_session *ses) in __nfsd4_hash_conn()
1909 static void nfsd4_hash_conn(struct nfsd4_conn *conn, struct nfsd4_session *ses) in nfsd4_hash_conn()
1918 static int nfsd4_register_conn(struct nfsd4_conn *conn) in nfsd4_register_conn()
1924 static void nfsd4_init_conn(struct svc_rqst *rqstp, struct nfsd4_conn *conn, struct nfsd4_session *… in nfsd4_init_conn()
1937 static struct nfsd4_conn *alloc_conn_from_crses(struct svc_rqst *rqstp, struct nfsd4_create_session… in alloc_conn_from_crses()
[all …]
H A Dnfs4callback.c1323 static struct nfsd4_conn * __nfsd4_find_backchannel(struct nfs4_client *clp) in __nfsd4_find_backchannel()
1326 struct nfsd4_conn *c; in __nfsd4_find_backchannel()
1348 struct nfsd4_conn *c; in nfsd4_process_cb_update()
H A Dstate.h245 struct nfsd4_conn { struct