Home
last modified time | relevance | path

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

/linux-6.15/fs/nfsd/
H A Dnfs4state.c1041 return openlockstateid(stid); in nfs4_alloc_open_stateid()
1509 struct nfs4_ol_stateid *stp = openlockstateid(stid); in nfs4_free_ol_stateid()
1765 stp = openlockstateid(stid); in nfsd4_revoke_states()
1781 stp = openlockstateid(stid); in nfsd4_revoke_states()
2876 ols = openlockstateid(st); in nfs4_show_open()
2920 ols = openlockstateid(st); in nfs4_show_lock()
4980 stp = openlockstateid(s); in nfsd4_drop_revoked_stid()
4987 stp = openlockstateid(s); in nfsd4_drop_revoked_stid()
7349 struct nfs4_ol_stateid *stp = openlockstateid(s); in nfsd4_free_lock_stateid()
7492 stp = openlockstateid(s); in nfs4_preprocess_seqid_op()
[all …]
H A Dstate.h689 static inline struct nfs4_ol_stateid *openlockstateid(struct nfs4_stid *s) in openlockstateid() function