Home
last modified time | relevance | path

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

/fs/nfsd/
Dnfs4state.c361 static struct nfs4_ol_stateid * nfs4_alloc_stateid(struct nfs4_client *clp) in nfs4_alloc_stateid()
367 alloc_init_deleg(struct nfs4_client *clp, struct nfs4_ol_stateid *stp, struct svc_fh *current_fh, u… in alloc_init_deleg()
527 test_share(struct nfs4_ol_stateid *stp, struct nfsd4_open *open) { in test_share()
539 set_access(u32 access, struct nfs4_ol_stateid *stp) in set_access()
546 clear_access(u32 access, struct nfs4_ol_stateid *stp) in clear_access()
553 test_access(u32 access, struct nfs4_ol_stateid *stp) in test_access()
560 set_deny(u32 access, struct nfs4_ol_stateid *stp) in set_deny()
567 clear_deny(u32 access, struct nfs4_ol_stateid *stp) in clear_deny()
574 test_deny(u32 access, struct nfs4_ol_stateid *stp) in test_deny()
595 release_all_access(struct nfs4_ol_stateid *stp) in release_all_access()
[all …]
Dstate.h358 struct nfs4_ol_stateid *oo_last_closed_stid;
432 struct nfs4_ol_stateid { struct
441 struct nfs4_ol_stateid * st_openstp; argument
444 static inline struct nfs4_ol_stateid *openlockstateid(struct nfs4_stid *s) in openlockstateid()
446 return container_of(s, struct nfs4_ol_stateid, st_stid); in openlockstateid()
Dxdr4.h247 struct nfs4_ol_stateid *op_stp; /* used during processing */