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()
3874 struct ceph_cap *cap, *tcap, *new_cap = NULL; in handle_cap_export() local
3941 tcap = new_cap; in handle_cap_export()
3943 t_seq - 1, t_mseq, (u64)-1, flag, &new_cap); in handle_cap_export()
3972 new_cap = ceph_get_cap(mdsc, NULL); in handle_cap_export()
3988 if (new_cap) in handle_cap_export()
3989 ceph_put_cap(mdsc, new_cap); in handle_cap_export()
4004 struct ceph_cap *cap, *ocap, *new_cap = NULL; in handle_cap_import() local
4029 if (!new_cap) { in handle_cap_import()
4031 new_cap = ceph_get_cap(mdsc, NULL); in handle_cap_import()
4035 cap = new_cap; in handle_cap_import()
4037 if (new_cap) { in handle_cap_import()
4038 ceph_put_cap(mdsc, new_cap); in handle_cap_import()
4039 new_cap = NULL; in handle_cap_import()
4047 realmino, CEPH_CAP_FLAG_AUTH, &new_cap); in handle_cap_import()