Home
last modified time | relevance | path

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

/linux/fs/nfsd/
H A Dnfs4state.c440 set_access(u32 access, struct nfs4_ol_stateid *stp) in set_access()
450 clear_access(u32 access, struct nfs4_ol_stateid *stp) in clear_access()
460 test_access(u32 access, struct nfs4_ol_stateid *stp) in test_access()
469 set_deny(u32 deny, struct nfs4_ol_stateid *stp) in set_deny()
479 clear_deny(u32 deny, struct nfs4_ol_stateid *stp) in clear_deny()
489 test_deny(u32 deny, struct nfs4_ol_stateid *stp) in test_deny()
511 access_permit_read(struct nfs4_ol_stateid *stp) in access_permit_read()
519 access_permit_write(struct nfs4_ol_stateid *stp) in access_permit_write()
715 struct nfs4_ol_stateid *stp, u32 access, bool share_access) in nfs4_resolve_deny_conflicts_locked()
717 struct nfs4_ol_stateid *s in nfs4_resolve_deny_conflicts_locked()
[all...]
H A Dstate.h625 struct nfs4_ol_stateid *oo_last_closed_stid;
719 struct nfs4_ol_stateid {
732 struct nfs4_ol_stateid *st_openstp;
736 static inline struct nfs4_ol_stateid *openlockstateid(struct nfs4_stid *s) in openlockstateid()
738 return container_of(s, struct nfs4_ol_stateid, st_stid); in openlockstateid()
718 struct nfs4_ol_stateid { global() struct
731 st_openstpnfs4_ol_stateid global() argument
735 st_mutexnfs4_ol_stateid openlockstateid() argument
H A Dxdr4.h399 struct nfs4_ol_stateid *op_stp; /* used during processing */