Home
last modified time | relevance | path

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

/linux-4.4.14/fs/nfsd/
Dnfs4state.c708 dp->dl_stid.sc_free = nfs4_free_deleg; in alloc_init_deleg()
714 dp->dl_stid.sc_stateid.si_generation = 1; in alloc_init_deleg()
722 nfsd4_init_cb(&dp->dl_recall, dp->dl_stid.sc_client, in alloc_init_deleg()
804 searchclp = searchdp->dl_stid.sc_client; in nfs4_get_existing_delegation()
829 struct nfs4_client *clp = dp->dl_stid.sc_client; in hash_delegation_locked()
838 atomic_inc(&dp->dl_stid.sc_count); in hash_delegation_locked()
839 dp->dl_stid.sc_type = NFS4_DELEG_STID; in hash_delegation_locked()
848 struct nfs4_file *fp = dp->dl_stid.sc_file; in unhash_delegation_locked()
855 dp->dl_stid.sc_type = NFS4_CLOSED_DELEG_STID; in unhash_delegation_locked()
875 nfs4_put_deleg_lease(dp->dl_stid.sc_file); in destroy_delegation()
[all …]
Dstate.h127 struct nfs4_stid dl_stid; /* must be first field */ member
156 return container_of(s, struct nfs4_delegation, dl_stid); in delegstateid()
Dnfs4callback.c329 encode_stateid4(xdr, &dp->dl_stid.sc_stateid); in encode_cb_recall4args()
334 encode_nfs_fh4(xdr, &dp->dl_stid.sc_file->fi_fhandle); in encode_cb_recall4args()