Lines Matching refs:new_cap
634 struct ceph_cap **new_cap) in ceph_add_cap() argument
652 cap = *new_cap; in ceph_add_cap()
653 *new_cap = NULL; in ceph_add_cap()
3859 struct ceph_cap *cap, *tcap, *new_cap = NULL; in handle_cap_export() local
3927 tcap = new_cap; in handle_cap_export()
3929 t_seq - 1, t_mseq, (u64)-1, flag, &new_cap); in handle_cap_export()
3959 new_cap = ceph_get_cap(mdsc, NULL); in handle_cap_export()
3976 if (new_cap) in handle_cap_export()
3977 ceph_put_cap(mdsc, new_cap); in handle_cap_export()
3992 struct ceph_cap *cap, *ocap, *new_cap = NULL; in handle_cap_import() local
4017 if (!new_cap) { in handle_cap_import()
4019 new_cap = ceph_get_cap(mdsc, NULL); in handle_cap_import()
4023 cap = new_cap; in handle_cap_import()
4025 if (new_cap) { in handle_cap_import()
4026 ceph_put_cap(mdsc, new_cap); in handle_cap_import()
4027 new_cap = NULL; in handle_cap_import()
4035 realmino, CEPH_CAP_FLAG_AUTH, &new_cap); in handle_cap_import()