Lines Matching refs:ols
2491 struct nfs4_ol_stateid *ols; in nfs4_show_open() local
2499 ols = openlockstateid(st); in nfs4_show_open()
2500 oo = ols->st_stateowner; in nfs4_show_open()
2510 access = bmap_to_share_mode(ols->st_access_bmap); in nfs4_show_open()
2511 deny = bmap_to_share_mode(ols->st_deny_bmap); in nfs4_show_open()
2533 struct nfs4_ol_stateid *ols; in nfs4_show_lock() local
2538 ols = openlockstateid(st); in nfs4_show_lock()
2539 oo = ols->st_stateowner; in nfs4_show_lock()
5793 static __be32 nfsd4_check_openowner_confirmed(struct nfs4_ol_stateid *ols) in nfsd4_check_openowner_confirmed() argument
5795 if (ols->st_stateowner->so_is_open_owner && in nfsd4_check_openowner_confirmed()
5796 !(openowner(ols->st_stateowner)->oo_flags & NFS4_OO_CONFIRMED)) in nfsd4_check_openowner_confirmed()
5904 nfs4_check_olstateid(struct nfs4_ol_stateid *ols, int flags) in nfs4_check_olstateid() argument
5908 status = nfsd4_check_openowner_confirmed(ols); in nfs4_check_olstateid()
5911 return nfs4_check_openmode(ols, flags); in nfs4_check_olstateid()