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()
3975 struct ceph_cap *cap, *tcap, *new_cap = NULL; in handle_cap_export() local
4043 tcap = new_cap; in handle_cap_export()
4045 t_seq - 1, t_mseq, (u64)-1, flag, &new_cap); in handle_cap_export()
4075 new_cap = ceph_get_cap(mdsc, NULL); in handle_cap_export()
4092 if (new_cap) in handle_cap_export()
4093 ceph_put_cap(mdsc, new_cap); in handle_cap_export()
4108 struct ceph_cap *cap, *ocap, *new_cap = NULL; in handle_cap_import() local
4133 if (!new_cap) { in handle_cap_import()
4135 new_cap = ceph_get_cap(mdsc, NULL); in handle_cap_import()
4139 cap = new_cap; in handle_cap_import()
4141 if (new_cap) { in handle_cap_import()
4142 ceph_put_cap(mdsc, new_cap); in handle_cap_import()
4143 new_cap = NULL; in handle_cap_import()
4151 realmino, CEPH_CAP_FLAG_AUTH, &new_cap); in handle_cap_import()