Home
last modified time | relevance | path

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

/Linux-v4.19/fs/nfs/
Ddelegation.c351 struct nfs_delegation *delegation, *old_delegation; in nfs_inode_set_delegation() local
368 old_delegation = rcu_dereference_protected(nfsi->delegation, in nfs_inode_set_delegation()
370 if (old_delegation != NULL) { in nfs_inode_set_delegation()
372 if (nfs4_stateid_match_other(&old_delegation->stateid, in nfs_inode_set_delegation()
374 nfs_update_inplace_delegation(old_delegation, in nfs_inode_set_delegation()
387 if (delegation->type == old_delegation->type || in nfs_inode_set_delegation()
394 &old_delegation->flags)) in nfs_inode_set_delegation()
397 old_delegation, clp); in nfs_inode_set_delegation()