Lines Matching refs:new_cap
634 struct ceph_cap **new_cap) in ceph_add_cap() argument
654 cap = *new_cap; in ceph_add_cap()
655 *new_cap = NULL; in ceph_add_cap()
3752 struct ceph_cap *cap, *tcap, *new_cap = NULL; in handle_cap_export() local
3819 tcap = new_cap; in handle_cap_export()
3821 t_seq - 1, t_mseq, (u64)-1, flag, &new_cap); in handle_cap_export()
3850 new_cap = ceph_get_cap(mdsc, NULL); in handle_cap_export()
3866 if (new_cap) in handle_cap_export()
3867 ceph_put_cap(mdsc, new_cap); in handle_cap_export()
3882 struct ceph_cap *cap, *ocap, *new_cap = NULL; in handle_cap_import() local
3907 if (!new_cap) { in handle_cap_import()
3909 new_cap = ceph_get_cap(mdsc, NULL); in handle_cap_import()
3913 cap = new_cap; in handle_cap_import()
3915 if (new_cap) { in handle_cap_import()
3916 ceph_put_cap(mdsc, new_cap); in handle_cap_import()
3917 new_cap = NULL; in handle_cap_import()
3925 realmino, CEPH_CAP_FLAG_AUTH, &new_cap); in handle_cap_import()