Searched refs:deleg_cur (Results 1 – 2 of 2) sorted by relevance
386 struct nfs_delegation *deleg_cur; in nfs_detach_delegation() local390 deleg_cur = rcu_dereference_protected(nfsi->delegation, in nfs_detach_delegation()392 if (delegation == deleg_cur) in nfs_detach_delegation()
1846 struct nfs_delegation *deleg_cur; in update_open_stateid() local1860 deleg_cur = nfs4_get_valid_delegation(state->inode); in update_open_stateid()1861 if (deleg_cur == NULL) in update_open_stateid()1864 spin_lock(&deleg_cur->lock); in update_open_stateid()1865 if (!deleg_cur->inode || in update_open_stateid()1866 test_bit(NFS_DELEGATION_RETURNING, &deleg_cur->flags) || in update_open_stateid()1867 (deleg_cur->type & fmode) != fmode) in update_open_stateid()1871 delegation = &deleg_cur->stateid; in update_open_stateid()1872 else if (!nfs4_stateid_match_other(&deleg_cur->stateid, delegation)) in update_open_stateid()1875 nfs_mark_delegation_referenced(deleg_cur); in update_open_stateid()[all …]