Lines Matching refs:ols
2878 struct nfs4_ol_stateid *ols; in nfs4_show_open() local
2884 ols = openlockstateid(st); in nfs4_show_open()
2885 oo = ols->st_stateowner; in nfs4_show_open()
2892 access = bmap_to_share_mode(ols->st_access_bmap); in nfs4_show_open()
2893 deny = bmap_to_share_mode(ols->st_deny_bmap); in nfs4_show_open()
2923 struct nfs4_ol_stateid *ols; in nfs4_show_lock() local
2928 ols = openlockstateid(st); in nfs4_show_lock()
2929 oo = ols->st_stateowner; in nfs4_show_lock()
7013 static __be32 nfsd4_check_openowner_confirmed(struct nfs4_ol_stateid *ols) in nfsd4_check_openowner_confirmed() argument
7015 if (ols->st_stateowner->so_is_open_owner && in nfsd4_check_openowner_confirmed()
7016 !(openowner(ols->st_stateowner)->oo_flags & NFS4_OO_CONFIRMED)) in nfsd4_check_openowner_confirmed()
7136 nfs4_check_olstateid(struct nfs4_ol_stateid *ols, int flags) in nfs4_check_olstateid() argument
7140 status = nfsd4_check_openowner_confirmed(ols); in nfs4_check_olstateid()
7143 return nfs4_check_openmode(ols, flags); in nfs4_check_olstateid()