Home
last modified time | relevance | path

Searched refs:dl_stid (Results 1 – 3 of 3) sorted by relevance

/linux-6.1.9/fs/nfsd/
Dnfs4state.c1182 dp->dl_stid.sc_stateid.si_generation = 1; in alloc_init_deleg()
1191 nfsd4_init_cb(&dp->dl_recall, dp->dl_stid.sc_client, in alloc_init_deleg()
1194 dp->dl_stid.sc_file = fp; in alloc_init_deleg()
1248 struct nfs4_file *fp = dp->dl_stid.sc_file; in nfs4_unlock_deleg_lease()
1261 nfs4_put_stid(&dp->dl_stid); in destroy_unhashed_deleg()
1288 searchclp = searchdp->dl_stid.sc_client; in nfs4_delegation_exists()
1312 struct nfs4_client *clp = dp->dl_stid.sc_client; in hash_delegation_locked()
1319 refcount_inc(&dp->dl_stid.sc_count); in hash_delegation_locked()
1320 dp->dl_stid.sc_type = NFS4_DELEG_STID; in hash_delegation_locked()
1334 struct nfs4_file *fp = dp->dl_stid.sc_file; in unhash_delegation_locked()
[all …]
Dstate.h142 struct nfs4_stid dl_stid; /* must be first field */ member
172 return container_of(s, struct nfs4_delegation, dl_stid); in delegstateid()
Dnfs4callback.c321 encode_stateid4(xdr, &dp->dl_stid.sc_stateid); in encode_cb_recall4args()
326 encode_nfs_fh4(xdr, &dp->dl_stid.sc_file->fi_fhandle); in encode_cb_recall4args()