Searched refs:old_delegation (Results 1 – 1 of 1) sorted by relevance
470 struct nfs_delegation *delegation, *old_delegation; in nfs_inode_set_delegation() local494 old_delegation = rcu_dereference_protected(nfsi->delegation, in nfs_inode_set_delegation()496 if (old_delegation == NULL) in nfs_inode_set_delegation()499 if (nfs4_stateid_match_other(&old_delegation->stateid, in nfs_inode_set_delegation()501 spin_lock(&old_delegation->lock); in nfs_inode_set_delegation()502 nfs_update_inplace_delegation(server, old_delegation, in nfs_inode_set_delegation()504 spin_unlock(&old_delegation->lock); in nfs_inode_set_delegation()507 if (!test_bit(NFS_DELEGATION_REVOKED, &old_delegation->flags)) { in nfs_inode_set_delegation()517 if (delegation->type == old_delegation->type || in nfs_inode_set_delegation()524 &old_delegation->flags)) in nfs_inode_set_delegation()[all …]