Searched refs:old_delegation (Results 1 - 1 of 1) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/nfs/
H A Ddelegation.c214 struct nfs_delegation *delegation, *old_delegation; local
232 old_delegation = rcu_dereference_protected(nfsi->delegation,
234 if (old_delegation != NULL) {
235 if (memcmp(&delegation->stateid, &old_delegation->stateid,
236 sizeof(old_delegation->stateid)) == 0 &&
237 delegation->type == old_delegation->type) {
247 if (delegation->type <= old_delegation->type) {

Completed in 100 milliseconds