Home
last modified time | relevance | path

Searched refs:ols (Results 1 – 2 of 2) sorted by relevance

/linux-4.19.296/include/linux/qed/
Dqed_if.h378 u8 ols; member
/linux-4.19.296/fs/nfsd/
Dnfs4state.c4985 static __be32 nfsd4_check_openowner_confirmed(struct nfs4_ol_stateid *ols) in nfsd4_check_openowner_confirmed() argument
4987 if (ols->st_stateowner->so_is_open_owner && in nfsd4_check_openowner_confirmed()
4988 !(openowner(ols->st_stateowner)->oo_flags & NFS4_OO_CONFIRMED)) in nfsd4_check_openowner_confirmed()
5095 nfs4_check_olstateid(struct svc_fh *fhp, struct nfs4_ol_stateid *ols, int flags) in nfs4_check_olstateid() argument
5099 status = nfsd4_check_openowner_confirmed(ols); in nfs4_check_olstateid()
5102 return nfs4_check_openmode(ols, flags); in nfs4_check_olstateid()