Searched refs:oldentry (Results 1 – 1 of 1) sorted by relevance
530 struct nfs4_xattr_entry *oldentry = NULL; in nfs4_xattr_hash_add() local543 oldentry = nfs4_xattr_get_entry(bucket, entry->xattr_name); in nfs4_xattr_hash_add()544 if (oldentry != NULL) { in nfs4_xattr_hash_add()545 hlist_del_init(&oldentry->hnode); in nfs4_xattr_hash_add()546 nfs4_xattr_entry_lru_del(oldentry); in nfs4_xattr_hash_add()557 if (oldentry != NULL) in nfs4_xattr_hash_add()558 kref_put(&oldentry->ref, nfs4_xattr_free_entry_cb); in nfs4_xattr_hash_add()