Home
last modified time | relevance | path

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

/Linux-v5.4/fs/nfsd/
Dnfs4state.c1224 recalculate_deny_mode(stp->st_stid.sc_file); in reset_union_bmap_deny()
1232 struct nfs4_file *fp = stp->st_stid.sc_file; in release_all_access()
1239 nfs4_file_put_access(stp->st_stid.sc_file, i); in release_all_access()
1265 struct nfs4_file *fp = stp->st_stid.sc_file; in unhash_ol_stateid()
1296 nf = find_any_file(stp->st_stid.sc_file); in nfs4_free_lock_stateid()
1313 struct nfs4_stid *s = &stp->st_stid; in put_ol_stateid_locked()
1331 lockdep_assert_held(&stp->st_stid.sc_client->cl_lock); in unhash_lock_stateid()
1334 nfs4_unhash_stid(&stp->st_stid); in unhash_lock_stateid()
1340 struct nfs4_client *clp = stp->st_stid.sc_client; in release_lock_stateid()
1347 nfs4_put_stid(&stp->st_stid); in release_lock_stateid()
[all …]
Dstate.h545 struct nfs4_stid st_stid; member
559 return container_of(s, struct nfs4_ol_stateid, st_stid); in openlockstateid()