Home
last modified time | relevance | path

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

/linux-6.15/fs/nfsd/
H A Dnfs4state.c751 clp = st->st_stid.sc_client; in nfs4_resolve_deny_conflicts_locked()
758 clp = stp->st_stid.sc_client; in nfs4_resolve_deny_conflicts_locked()
1580 nfs4_put_stid(&stp->st_stid); in release_lock_stateid()
1608 fp = stp->st_stid.sc_file; in free_ol_stateid_reaplist()
1609 stp->st_stid.sc_free(&stp->st_stid); in free_ol_stateid_reaplist()
1685 nfs4_put_stid(&s->st_stid); in release_last_closed_stateid()
5149 stp->st_stid.sc_file = fp; in init_open_stateid()
5202 if (s->st_stid.sc_file) { in move_to_close_lru()
5204 s->st_stid.sc_file = NULL; in move_to_close_lru()
6602 nf = stp->st_stid.sc_file; in nfs4_lockowner_has_blockers()
[all …]
H A Dstate.h673 struct nfs4_stid st_stid; member
691 return container_of(s, struct nfs4_ol_stateid, st_stid); in openlockstateid()