Lines Matching refs:new_cap
636 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()
3974 struct ceph_cap *cap, *tcap, *new_cap = NULL; in handle_cap_export() local
4042 tcap = new_cap; in handle_cap_export()
4044 t_seq - 1, t_mseq, (u64)-1, flag, &new_cap); in handle_cap_export()
4074 new_cap = ceph_get_cap(mdsc, NULL); in handle_cap_export()
4091 if (new_cap) in handle_cap_export()
4092 ceph_put_cap(mdsc, new_cap); in handle_cap_export()
4107 struct ceph_cap *cap, *ocap, *new_cap = NULL; in handle_cap_import() local
4132 if (!new_cap) { in handle_cap_import()
4134 new_cap = ceph_get_cap(mdsc, NULL); in handle_cap_import()
4138 cap = new_cap; in handle_cap_import()
4140 if (new_cap) { in handle_cap_import()
4141 ceph_put_cap(mdsc, new_cap); in handle_cap_import()
4142 new_cap = NULL; in handle_cap_import()
4150 realmino, CEPH_CAP_FLAG_AUTH, &new_cap); in handle_cap_import()