Lines Matching defs:stateid
976 /* check stateid */
1185 stateid_t *stateid = &write->wr_stateid;
1199 stateid, WR_STATE, &nf, NULL);
1321 nfs4_stateid *stateid);
1499 * Verify COPY destination stateid.
1516 /* Verify the destination stateid and set dst struct file*/
1531 copy->stateid.seqid = cpu_to_be32(s_stid->si_generation);
1532 memcpy(copy->stateid.other, (void *)&s_stid->si_opaque,
1581 nfs4_stateid *stateid)
1706 memcpy(&dst->stateid, &src->stateid, sizeof(src->stateid));
1767 ©->c_fh, ©->stateid);
1868 find_async_copy_locked(struct nfs4_client *clp, stateid_t *stateid)
1875 if (memcmp(©->cp_stateid.cs_stid, stateid, NFS4_STATEID_SIZE))
1883 find_async_copy(struct nfs4_client *clp, stateid_t *stateid)
1888 copy = find_async_copy_locked(clp, stateid);
1904 copy = find_async_copy(clp, &os->stateid);
1908 return manage_cpntf_state(nn, &os->stateid, clp, NULL);
1991 copy = find_async_copy_locked(clp, &os->stateid);