Lines Matching refs:ols
2454 struct nfs4_ol_stateid *ols; in nfs4_show_open() local
2462 ols = openlockstateid(st); in nfs4_show_open()
2463 oo = ols->st_stateowner; in nfs4_show_open()
2473 access = bmap_to_share_mode(ols->st_access_bmap); in nfs4_show_open()
2474 deny = bmap_to_share_mode(ols->st_deny_bmap); in nfs4_show_open()
2496 struct nfs4_ol_stateid *ols; in nfs4_show_lock() local
2501 ols = openlockstateid(st); in nfs4_show_lock()
2502 oo = ols->st_stateowner; in nfs4_show_lock()
5628 static __be32 nfsd4_check_openowner_confirmed(struct nfs4_ol_stateid *ols) in nfsd4_check_openowner_confirmed() argument
5630 if (ols->st_stateowner->so_is_open_owner && in nfsd4_check_openowner_confirmed()
5631 !(openowner(ols->st_stateowner)->oo_flags & NFS4_OO_CONFIRMED)) in nfsd4_check_openowner_confirmed()
5740 nfs4_check_olstateid(struct nfs4_ol_stateid *ols, int flags) in nfs4_check_olstateid() argument
5744 status = nfsd4_check_openowner_confirmed(ols); in nfs4_check_olstateid()
5747 return nfs4_check_openmode(ols, flags); in nfs4_check_olstateid()