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

/linux-4.4.14/fs/nfs/
H A Ddelegation.c332 struct nfs_delegation *delegation, *old_delegation; nfs_inode_set_delegation() local
349 old_delegation = rcu_dereference_protected(nfsi->delegation, nfs_inode_set_delegation()
351 if (old_delegation != NULL) { nfs_inode_set_delegation()
353 if (nfs4_stateid_match_other(&old_delegation->stateid, nfs_inode_set_delegation()
355 nfs_update_inplace_delegation(old_delegation, nfs_inode_set_delegation()
368 if (delegation->type == old_delegation->type || nfs_inode_set_delegation()
375 &old_delegation->flags)) nfs_inode_set_delegation()
378 old_delegation, clp); nfs_inode_set_delegation()

Completed in 75 milliseconds