Lines Matching refs:ols
2794 struct nfs4_ol_stateid *ols; in nfs4_show_open() local
2800 ols = openlockstateid(st); in nfs4_show_open()
2801 oo = ols->st_stateowner; in nfs4_show_open()
2808 access = bmap_to_share_mode(ols->st_access_bmap); in nfs4_show_open()
2809 deny = bmap_to_share_mode(ols->st_deny_bmap); in nfs4_show_open()
2839 struct nfs4_ol_stateid *ols; in nfs4_show_lock() local
2844 ols = openlockstateid(st); in nfs4_show_lock()
2845 oo = ols->st_stateowner; in nfs4_show_lock()
6797 static __be32 nfsd4_check_openowner_confirmed(struct nfs4_ol_stateid *ols) in nfsd4_check_openowner_confirmed() argument
6799 if (ols->st_stateowner->so_is_open_owner && in nfsd4_check_openowner_confirmed()
6800 !(openowner(ols->st_stateowner)->oo_flags & NFS4_OO_CONFIRMED)) in nfsd4_check_openowner_confirmed()
6920 nfs4_check_olstateid(struct nfs4_ol_stateid *ols, int flags) in nfs4_check_olstateid() argument
6924 status = nfsd4_check_openowner_confirmed(ols); in nfs4_check_olstateid()
6927 return nfs4_check_openmode(ols, flags); in nfs4_check_olstateid()