Searched refs:cps (Results 1 – 7 of 7) sorted by relevance
| /fs/nfs/ |
| A D | callback_proc.c | 29 struct cb_process_state *cps) in nfs4_callback_getattr() argument 215 struct cb_process_state *cps) in pnfs_check_callback_stateid() argument 350 if (cps->clp) in nfs4_callback_layoutrecall() 351 res = do_callback_layoutrecall(cps->clp, args, cps); in nfs4_callback_layoutrecall() 375 if (!cps->clp) { in nfs4_callback_devicenotify() 554 cps->slot = slot; in nfs4_callback_sequence() 573 cps->referring_calls = ret; in nfs4_callback_sequence() 591 cps->drc_status = status; in nfs4_callback_sequence() 634 pnfs_recall_all_layouts(cps->clp, cps); in nfs4_callback_recallany() 673 nfs41_notify_server(cps->clp); in nfs4_callback_recallslot() [all …]
|
| A D | callback.h | 102 struct cb_process_state *cps); 123 struct cb_process_state *cps); 129 struct cb_process_state *cps); 146 struct cb_process_state *cps); 161 struct cb_process_state *cps); 170 struct cb_process_state *cps); 182 struct cb_process_state *cps); 186 struct cb_process_state *cps); 188 struct cb_process_state *cps);
|
| A D | callback_xdr.c | 843 if (cps->slot) { in nfs4_cb_free_slot() 844 nfs4_callback_free_slot(cps->clp->cl_session, cps->slot); in nfs4_cb_free_slot() 845 cps->slot = NULL; in nfs4_cb_free_slot() 933 if (cps->drc_status) { in process_op() 934 status = cps->drc_status; in process_op() 944 cps); in process_op() 978 if (!cps.clp) { in nfs4_callback_compound() 984 nfs_put_client(cps.clp); in nfs4_callback_compound() 994 if (cps.clp) in nfs4_callback_compound() 1017 nfs4_cb_free_slot(&cps); in nfs4_callback_compound() [all …]
|
| /fs/nfsd/ |
| A D | nfs4state.c | 975 struct nfs4_cpntf_state *cps; in nfs4_alloc_init_cpntf_state() local 978 if (!cps) in nfs4_alloc_init_cpntf_state() 987 return cps; in nfs4_alloc_init_cpntf_state() 989 kfree(cps); in nfs4_alloc_init_cpntf_state() 1008 struct nfs4_cpntf_state *cps; in nfs4_free_cpntf_statelist() local 1016 _free_cpntf_state_locked(nn, cps); in nfs4_free_cpntf_statelist() 6821 struct nfs4_cpntf_state *cps; in nfs4_laundromat() local 7229 list_del(&cps->cp_list); in _free_cpntf_state_locked() 7232 kfree(cps); in _free_cpntf_state_locked() 7267 *cps = state; in manage_cpntf_state() [all …]
|
| A D | state.h | 821 struct nfs4_cpntf_state *cps); 824 struct nfs4_cpntf_state **cps);
|
| A D | nfs4proc.c | 2063 struct nfs4_cpntf_state *cps; in nfsd4_copy_notify() local 2078 cps = nfs4_alloc_init_cpntf_state(nn, stid); in nfsd4_copy_notify() 2079 if (!cps) in nfsd4_copy_notify() 2081 memcpy(&cn->cpn_cnr_stateid, &cps->cp_stateid.cs_stid, sizeof(stateid_t)); in nfsd4_copy_notify() 2082 memcpy(&cps->cp_p_stateid, &stid->sc_stateid, sizeof(stateid_t)); in nfsd4_copy_notify() 2083 memcpy(&cps->cp_p_clid, &clp->cl_clientid, sizeof(clientid_t)); in nfsd4_copy_notify() 2093 nfs4_put_cpntf_state(nn, cps); in nfsd4_copy_notify()
|
| /fs/hpfs/ |
| A D | map.c | 57 unsigned char *hpfs_load_code_page(struct super_block *s, secno cps) in hpfs_load_code_page() argument 66 struct code_page_directory *cp = hpfs_map_sector(s, cps, &bh, 0); in hpfs_load_code_page()
|
Completed in 38 milliseconds