Lines Matching refs:new_cap
635 struct ceph_cap **new_cap) in ceph_add_cap() argument
653 cap = *new_cap; in ceph_add_cap()
654 *new_cap = NULL; in ceph_add_cap()
3857 struct ceph_cap *cap, *tcap, *new_cap = NULL; in handle_cap_export() local
3925 tcap = new_cap; in handle_cap_export()
3927 t_seq - 1, t_mseq, (u64)-1, flag, &new_cap); in handle_cap_export()
3957 new_cap = ceph_get_cap(mdsc, NULL); in handle_cap_export()
3974 if (new_cap) in handle_cap_export()
3975 ceph_put_cap(mdsc, new_cap); in handle_cap_export()
3990 struct ceph_cap *cap, *ocap, *new_cap = NULL; in handle_cap_import() local
4015 if (!new_cap) { in handle_cap_import()
4017 new_cap = ceph_get_cap(mdsc, NULL); in handle_cap_import()
4021 cap = new_cap; in handle_cap_import()
4023 if (new_cap) { in handle_cap_import()
4024 ceph_put_cap(mdsc, new_cap); in handle_cap_import()
4025 new_cap = NULL; in handle_cap_import()
4033 realmino, CEPH_CAP_FLAG_AUTH, &new_cap); in handle_cap_import()