Home
last modified time | relevance | path

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

/linux-2.6.39/fs/nfsd/
Dnfs4state.c234 dp->dl_stateid.si_boot = boot_time; in alloc_init_deleg()
235 dp->dl_stateid.si_stateownerid = current_delegid++; in alloc_init_deleg()
236 dp->dl_stateid.si_fileid = 0; in alloc_init_deleg()
237 dp->dl_stateid.si_generation = 0; in alloc_init_deleg()
2457 if (dp->dl_stateid.si_stateownerid == stid->si_stateownerid) { in find_delegation_file()
2743 memcpy(&open->op_delegate_stateid, &dp->dl_stateid, sizeof(dp->dl_stateid)); in nfs4_open_delegation()
2746 STATEID_VAL(&dp->dl_stateid)); in nfs4_open_delegation()
3154 status = check_stateid_generation(stateid, &dp->dl_stateid, in nfs4_preprocess_stateid_op()
3516 status = check_stateid_generation(stateid, &dp->dl_stateid, flags); in nfsd4_delegreturn()
Dstate.h89 stateid_t dl_stateid; member
Dnfs4callback.c354 encode_stateid4(xdr, &dp->dl_stateid); in encode_cb_recall4args()