Home
last modified time | relevance | path

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

/linux-4.1.27/fs/nfsd/
Dnfs4state.c594 static struct nfs4_ol_stateid * nfs4_alloc_open_stateid(struct nfs4_client *clp) in nfs4_alloc_open_stateid()
597 struct nfs4_ol_stateid *stp; in nfs4_alloc_open_stateid()
932 set_access(u32 access, struct nfs4_ol_stateid *stp) in set_access()
942 clear_access(u32 access, struct nfs4_ol_stateid *stp) in clear_access()
952 test_access(u32 access, struct nfs4_ol_stateid *stp) in test_access()
961 set_deny(u32 deny, struct nfs4_ol_stateid *stp) in set_deny()
971 clear_deny(u32 deny, struct nfs4_ol_stateid *stp) in clear_deny()
981 test_deny(u32 deny, struct nfs4_ol_stateid *stp) in test_deny()
1009 struct nfs4_ol_stateid *stp; in recalculate_deny_mode()
1019 reset_union_bmap_deny(u32 deny, struct nfs4_ol_stateid *stp) in reset_union_bmap_deny()
[all …]
Dstate.h441 struct nfs4_ol_stateid *oo_last_closed_stid;
535 struct nfs4_ol_stateid { struct
544 struct nfs4_ol_stateid *st_openstp; argument
548 static inline struct nfs4_ol_stateid *openlockstateid(struct nfs4_stid *s) in openlockstateid() argument
550 return container_of(s, struct nfs4_ol_stateid, st_stid); in openlockstateid()
Dxdr4.h249 struct nfs4_ol_stateid *op_stp; /* used during processing */