Home
last modified time | relevance | path

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

/linux-6.12.1/fs/nfsd/
Dnfs4state.c1057 return openlockstateid(stid); in nfs4_alloc_open_stateid()
1519 struct nfs4_ol_stateid *stp = openlockstateid(stid); in nfs4_free_ol_stateid()
1531 struct nfs4_ol_stateid *stp = openlockstateid(stid); in nfs4_free_lock_stateid()
1767 stp = openlockstateid(stid); in nfsd4_revoke_states()
1783 stp = openlockstateid(stid); in nfsd4_revoke_states()
2800 ols = openlockstateid(st); in nfs4_show_open()
2844 ols = openlockstateid(st); in nfs4_show_lock()
4825 stp = openlockstateid(s); in nfsd4_drop_revoked_stid()
4832 stp = openlockstateid(s); in nfsd4_drop_revoked_stid()
6830 status = nfsd4_check_openowner_confirmed(openlockstateid(s)); in nfsd4_validate_stateid()
[all …]
Dstate.h652 static inline struct nfs4_ol_stateid *openlockstateid(struct nfs4_stid *s) in openlockstateid() function