Lines Matching refs:new_cap
515 struct ceph_cap **new_cap) in ceph_add_cap() argument
535 cap = *new_cap; in ceph_add_cap()
536 *new_cap = NULL; in ceph_add_cap()
2887 struct ceph_cap *cap, *tcap, *new_cap = NULL; in handle_cap_export() local
2953 t_seq - 1, t_mseq, (u64)-1, flag, &new_cap); in handle_cap_export()
2975 new_cap = ceph_get_cap(mdsc, NULL); in handle_cap_export()
2990 if (new_cap) in handle_cap_export()
2991 ceph_put_cap(mdsc, new_cap); in handle_cap_export()
3007 struct ceph_cap *cap, *ocap, *new_cap = NULL; in handle_cap_import() local
3034 if (!new_cap) { in handle_cap_import()
3036 new_cap = ceph_get_cap(mdsc, NULL); in handle_cap_import()
3039 cap = new_cap; in handle_cap_import()
3041 if (new_cap) { in handle_cap_import()
3042 ceph_put_cap(mdsc, new_cap); in handle_cap_import()
3043 new_cap = NULL; in handle_cap_import()
3051 realmino, CEPH_CAP_FLAG_AUTH, &new_cap); in handle_cap_import()